Revision: 141208 https://trac.macports.org/changeset/141208 Author: stromnov@macports.org Date: 2015-10-12 13:26:15 -0700 (Mon, 12 Oct 2015) Log Message: ----------- py-cython: update to version 0.23.4 Modified Paths: -------------- trunk/dports/python/py-cython/Portfile Modified: trunk/dports/python/py-cython/Portfile =================================================================== --- trunk/dports/python/py-cython/Portfile 2015-10-12 20:21:37 UTC (rev 141207) +++ trunk/dports/python/py-cython/Portfile 2015-10-12 20:26:15 UTC (rev 141208) @@ -6,7 +6,7 @@ PortGroup select 1.0 name py-cython -version 0.23.3 +version 0.23.4 revision 0 categories-append devel platforms darwin @@ -24,13 +24,12 @@ edge functionality and optimizations homepage http://www.cython.org/ -master_sites ${homepage}release/ \ - https://pypi.python.org/packages/source/C/Cython/ +master_sites pypi:C/Cython distname Cython-${version} -checksums rmd160 8ad6371b7f3657ff199be6e675c27dfb25c62a75 \ - sha256 590274ac8dbd1e62cc79d94eb2e2f4ae60cea91a9f8d50b8697d39aba451e82e +checksums rmd160 ac41bb0f649dd849c0da180acef3debe71c87ed7 \ + sha256 fec42fecee35d6cc02887f1eef4e4952c97402ed2800bfe41bbd9ed1a0730d8e if {${name} ne ${subport}} { post-destroot { @@ -57,7 +56,6 @@ livecheck.type none } else { - livecheck.type regex - livecheck.url [lindex ${master_sites} 0] - livecheck.regex {Cython-(\d+(?:\.\d+)*)\.[tz]} + livecheck.name Cython + livecheck.type pypi }
participants (1)
-
stromnov@macports.org