[55211] trunk/dports/python/py25-xlrd/Portfile
snc at macports.org
snc at macports.org
Fri Aug 7 07:42:01 PDT 2009
Revision: 55211
http://trac.macports.org/changeset/55211
Author: snc at macports.org
Date: 2009-08-07 07:42:01 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
patch for PyPI repo, fix livecheck
Modified Paths:
--------------
trunk/dports/python/py25-xlrd/Portfile
Modified: trunk/dports/python/py25-xlrd/Portfile
===================================================================
--- trunk/dports/python/py25-xlrd/Portfile 2009-08-07 14:41:21 UTC (rev 55210)
+++ trunk/dports/python/py25-xlrd/Portfile 2009-08-07 14:42:01 UTC (rev 55211)
@@ -5,7 +5,7 @@
PortGroup python25 1.0
name py25-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/ffb26331/attachment.html>
More information about the macports-changes
mailing list