[74760] trunk/dports/python
adfernandes at macports.org
adfernandes at macports.org
Sat Jan 1 11:43:42 PST 2011
Revision: 74760
http://trac.macports.org/changeset/74760
Author: adfernandes at macports.org
Date: 2011-01-01 11:43:35 -0800 (Sat, 01 Jan 2011)
Log Message:
-----------
py*-cython - trivial version bump plus new py27-cython port
Modified Paths:
--------------
trunk/dports/python/py-cython/Portfile
trunk/dports/python/py25-cython/Portfile
trunk/dports/python/py26-cython/Portfile
trunk/dports/python/py27-cython/Portfile
trunk/dports/python/py31-cython/Portfile
Added Paths:
-----------
trunk/dports/python/py27-cython/
Modified: trunk/dports/python/py-cython/Portfile
===================================================================
--- trunk/dports/python/py-cython/Portfile 2011-01-01 18:31:11 UTC (rev 74759)
+++ trunk/dports/python/py-cython/Portfile 2011-01-01 19:43:35 UTC (rev 74760)
@@ -5,7 +5,7 @@
PortGroup python24 1.0
name py-cython
-version 0.13
+version 0.14
categories python devel
maintainers openmaintainer akitada
platforms darwin
@@ -16,12 +16,13 @@
edge functionality and optimizations
homepage http://www.cython.org/
-master_sites ${homepage}
+master_sites ${homepage}release/ \
+ http://pypi.python.org/packages/source/C/Cython/
distname Cython-${version}
-checksums md5 ed2ec5e0df60a6b8e500bedf93bb1feb \
- sha1 8f17947fa75c03cabe11a8a5a19dc74e27f0d1e2 \
- rmd160 4771e9b82371a5923a76badb4123f416b65e773a
+checksums md5 27fa072e8282431864543e008fd9a19b \
+ sha1 40077d8c07a90fb043210c864e4056e88b7ba3a1 \
+ rmd160 c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
post-destroot {
xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
Modified: trunk/dports/python/py25-cython/Portfile
===================================================================
--- trunk/dports/python/py25-cython/Portfile 2011-01-01 18:31:11 UTC (rev 74759)
+++ trunk/dports/python/py25-cython/Portfile 2011-01-01 19:43:35 UTC (rev 74760)
@@ -5,7 +5,7 @@
PortGroup python25 1.0
name py25-cython
-version 0.13
+version 0.14
categories python devel
maintainers openmaintainer akitada
platforms darwin
@@ -16,12 +16,13 @@
edge functionality and optimizations
homepage http://www.cython.org/
-master_sites ${homepage}
+master_sites ${homepage}release/ \
+ http://pypi.python.org/packages/source/C/Cython/
distname Cython-${version}
-checksums md5 ed2ec5e0df60a6b8e500bedf93bb1feb \
- sha1 8f17947fa75c03cabe11a8a5a19dc74e27f0d1e2 \
- rmd160 4771e9b82371a5923a76badb4123f416b65e773a
+checksums md5 27fa072e8282431864543e008fd9a19b \
+ sha1 40077d8c07a90fb043210c864e4056e88b7ba3a1 \
+ rmd160 c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
post-destroot {
xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
Modified: trunk/dports/python/py26-cython/Portfile
===================================================================
--- trunk/dports/python/py26-cython/Portfile 2011-01-01 18:31:11 UTC (rev 74759)
+++ trunk/dports/python/py26-cython/Portfile 2011-01-01 19:43:35 UTC (rev 74760)
@@ -5,7 +5,7 @@
PortGroup python26 1.0
name py26-cython
-version 0.13
+version 0.14
categories python devel
maintainers nomaintainer
platforms darwin
@@ -20,9 +20,9 @@
http://pypi.python.org/packages/source/C/Cython/
distname Cython-${version}
-checksums md5 ed2ec5e0df60a6b8e500bedf93bb1feb \
- sha1 8f17947fa75c03cabe11a8a5a19dc74e27f0d1e2 \
- rmd160 4771e9b82371a5923a76badb4123f416b65e773a
+checksums md5 27fa072e8282431864543e008fd9a19b \
+ sha1 40077d8c07a90fb043210c864e4056e88b7ba3a1 \
+ rmd160 c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
post-destroot {
xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
Modified: trunk/dports/python/py27-cython/Portfile
===================================================================
--- trunk/dports/python/py26-cython/Portfile 2010-12-31 18:29:38 UTC (rev 74741)
+++ trunk/dports/python/py27-cython/Portfile 2011-01-01 19:43:35 UTC (rev 74760)
@@ -2,10 +2,10 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python27 1.0
-name py26-cython
-version 0.13
+name py27-cython
+version 0.14
categories python devel
maintainers nomaintainer
platforms darwin
@@ -20,9 +20,9 @@
http://pypi.python.org/packages/source/C/Cython/
distname Cython-${version}
-checksums md5 ed2ec5e0df60a6b8e500bedf93bb1feb \
- sha1 8f17947fa75c03cabe11a8a5a19dc74e27f0d1e2 \
- rmd160 4771e9b82371a5923a76badb4123f416b65e773a
+checksums md5 27fa072e8282431864543e008fd9a19b \
+ sha1 40077d8c07a90fb043210c864e4056e88b7ba3a1 \
+ rmd160 c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
post-destroot {
xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
Modified: trunk/dports/python/py31-cython/Portfile
===================================================================
--- trunk/dports/python/py31-cython/Portfile 2011-01-01 18:31:11 UTC (rev 74759)
+++ trunk/dports/python/py31-cython/Portfile 2011-01-01 19:43:35 UTC (rev 74760)
@@ -5,7 +5,7 @@
PortGroup python31 1.0
name py31-cython
-version 0.13
+version 0.14
categories python devel
maintainers nomaintainer
platforms darwin
@@ -20,9 +20,9 @@
http://pypi.python.org/packages/source/C/Cython/
distname Cython-${version}
-checksums md5 ed2ec5e0df60a6b8e500bedf93bb1feb \
- sha1 8f17947fa75c03cabe11a8a5a19dc74e27f0d1e2 \
- rmd160 4771e9b82371a5923a76badb4123f416b65e773a
+checksums md5 27fa072e8282431864543e008fd9a19b \
+ sha1 40077d8c07a90fb043210c864e4056e88b7ba3a1 \
+ rmd160 c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
post-destroot {
xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110101/73d8de59/attachment-0001.html>
More information about the macports-changes
mailing list