[103586] trunk/dports/python/py-xlrd/Portfile

snc at macports.org snc at macports.org
Fri Mar 1 15:34:06 PST 2013


Revision: 103586
          https://trac.macports.org/changeset/103586
Author:   snc at macports.org
Date:     2013-03-01 15:34:06 -0800 (Fri, 01 Mar 2013)
Log Message:
-----------
py-xlrd: update to 0.9.0, supports python 2.6 2.7 3.2+

Modified Paths:
--------------
    trunk/dports/python/py-xlrd/Portfile

Modified: trunk/dports/python/py-xlrd/Portfile
===================================================================
--- trunk/dports/python/py-xlrd/Portfile	2013-03-01 23:22:04 UTC (rev 103585)
+++ trunk/dports/python/py-xlrd/Portfile	2013-03-01 23:34:06 UTC (rev 103586)
@@ -3,10 +3,12 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
+github.setup        python-excel xlrd 0.9.0
 name                py-xlrd
-version             0.8.0
-python.versions     25 26 27
+version             0.9.0
+python.versions     26 27 32 33
 python.default_version  27
 platforms           darwin
 maintainers         snc openmaintainer
@@ -15,11 +17,10 @@
 long_description    xlrd is a Python module to extract data from Microsoft \
                     Excel spreadsheet files.
 
-homepage            http://www.python-excel.org
-master_sites        http://pypi.python.org/packages/source/x/xlrd/
+master_sites        ${github.homepage}/archive/[join ${github.tag_prefix} ""]${github.version}
 distname            xlrd-${version}
-checksums           rmd160  b297a0a7ec2fad32d15cf51f66828d93a2f2c628 \
-                    sha256  ba1b1823049a4a14d8e5ccd24ea11e2ef41f1101ec8bd4cce563b377cfe45366
+checksums           rmd160  e424a176de9f46781e2a5667b8049e06bd9f9f49 \
+                    sha256  381da69e1ec63d993d4925da68ef4929b80d19af8f7be0123ffb15206503b978
 
 if {$subport != $name} {
     livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130301/5eca57a4/attachment.html>


More information about the macports-changes mailing list