[61311] trunk/dports/python/py26-cython/Portfile
jmr at macports.org
jmr at macports.org
Tue Dec 8 06:40:36 PST 2009
Revision: 61311
http://trac.macports.org/changeset/61311
Author: jmr at macports.org
Date: 2009-12-08 06:40:32 -0800 (Tue, 08 Dec 2009)
Log Message:
-----------
py26-cython: update to 0.12, add livecheck
Modified Paths:
--------------
trunk/dports/python/py26-cython/Portfile
Modified: trunk/dports/python/py26-cython/Portfile
===================================================================
--- trunk/dports/python/py26-cython/Portfile 2009-12-08 13:57:28 UTC (rev 61310)
+++ trunk/dports/python/py26-cython/Portfile 2009-12-08 14:40:32 UTC (rev 61311)
@@ -5,7 +5,7 @@
PortGroup python26 1.0
name py26-cython
-version 0.11.3
+version 0.12
categories python devel
maintainers nomaintainer
platforms darwin
@@ -16,12 +16,13 @@
edge functionality and optimizations
homepage http://www.cython.org/
-master_sites ${homepage}release/
+master_sites ${homepage}release/ \
+ http://pypi.python.org/packages/source/C/Cython/
distname Cython-${version}
-checksums md5 470d1f928886f4e59463d7ead5d5e300 \
- sha1 088eabeb5bff2ff86b758f182dd9526db71f330e \
- rmd160 427902ba58b6292f96eb70c4c39036a6a13865ee
+checksums md5 f73ad2258115c92ce982d34d27580076 \
+ sha1 cec0058639986431cfae3ee12e89dde157d50bd3 \
+ rmd160 daaafba2c918d650394679a232f36fd1dcf55c37
post-destroot {
xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
@@ -32,3 +33,7 @@
ln -s ${python.prefix}/bin/cython \
${destroot}${prefix}/bin/cython-${python.branch}
}
+
+livecheck.type regex
+livecheck.url [lindex $master_sites 0]
+livecheck.regex "Cython-(\[0-9.\]+)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091208/9d2dd93c/attachment.html>
More information about the macports-changes
mailing list