[55212] trunk/dports/python/py26-xlrd/Portfile

snc at macports.org snc at macports.org
Fri Aug 7 07:42:11 PDT 2009


Revision: 55212
          http://trac.macports.org/changeset/55212
Author:   snc at macports.org
Date:     2009-08-07 07:42:11 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
patch for PyPI repo, fix livecheck

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

Modified: trunk/dports/python/py26-xlrd/Portfile
===================================================================
--- trunk/dports/python/py26-xlrd/Portfile	2009-08-07 14:42:01 UTC (rev 55211)
+++ trunk/dports/python/py26-xlrd/Portfile	2009-08-07 14:42:11 UTC (rev 55212)
@@ -5,7 +5,7 @@
 PortGroup 		python26 1.0
 
 name			py26-xlrd
-version			0.6.1
+version			0.7.1
 categories		python
 platforms		darwin
 maintainers		snc openmaintainer
@@ -13,19 +13,14 @@
 long_description	xlrd is a Python module to extract data from Microsoft \
 			Excel spreadsheet files.
 
-homepage		http://www.lexicon.net/sjmachin/xlrd.htm
-master_sites	http://www.lexicon.net/sjmachin/
+homepage		http://www.python-excel.org
+master_sites	http://pypi.python.org/packages/source/x/xlrd/
 distname		xlrd-${version}
-checksums           md5     e3da69ffa47dff466f181c2e149a2c02 \
-                    sha1    c7a49499b852bfafa9da91b26bbdbc9daa138748 \
-                    rmd160  dc89dc9727d5bd98f033f806b4d8ebd1d390ba71
+checksums           md5     851bd20873224d97cfb5ccca2d22b81c \
+                    sha1    67ee25c2b306ac6a3f37c54a27b5166cc0897807 \
+                    rmd160  48f0393b500aef02f1e5ab99d3a0d1923c64140f
 use_zip			yes
 
-post-destroot {
-	xinstall -m 644 -W ${worksrcpath} HISTORY.txt README.txt \
-		${destroot}${prefix}/share/doc/${name}
-}
-
 livecheck.check     regex
-livecheck.url       ${homepage}
-livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)
+livecheck.url       http://pypi.python.org/pypi/xlrd
+livecheck.regex     xlrd (\\d+\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/63f7fdab/attachment.html>


More information about the macports-changes mailing list