[76457] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Wed Feb 23 16:38:16 PST 2011


Revision: 76457
          http://trac.macports.org/changeset/76457
Author:   ryandesign at macports.org
Date:     2011-02-23 16:38:15 -0800 (Wed, 23 Feb 2011)
Log Message:
-----------
py*-cython: update to 0.14.1; see #28526

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

Modified: trunk/dports/python/py-cython/Portfile
===================================================================
--- trunk/dports/python/py-cython/Portfile	2011-02-24 00:07:46 UTC (rev 76456)
+++ trunk/dports/python/py-cython/Portfile	2011-02-24 00:38:15 UTC (rev 76457)
@@ -5,7 +5,7 @@
 PortGroup           python24 1.0
 
 name                py-cython
-version             0.14
+version             0.14.1
 categories          python devel
 maintainers         openmaintainer akitada
 platforms           darwin
@@ -20,9 +20,8 @@
                     http://pypi.python.org/packages/source/C/Cython/
 
 distname            Cython-${version}
-checksums           md5     27fa072e8282431864543e008fd9a19b \
-                    sha1    40077d8c07a90fb043210c864e4056e88b7ba3a1 \
-                    rmd160  c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
+checksums           sha1    b3bdf0aa403f92cd025eadf9a5dfaa32c5097d12 \
+                    rmd160  98706027d3ef7893697de99965abc7f93b76e041
 
 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-02-24 00:07:46 UTC (rev 76456)
+++ trunk/dports/python/py25-cython/Portfile	2011-02-24 00:38:15 UTC (rev 76457)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-cython
-version             0.14
+version             0.14.1
 categories          python devel
 maintainers         openmaintainer akitada
 platforms           darwin
@@ -20,9 +20,8 @@
                     http://pypi.python.org/packages/source/C/Cython/
 
 distname            Cython-${version}
-checksums           md5     27fa072e8282431864543e008fd9a19b \
-                    sha1    40077d8c07a90fb043210c864e4056e88b7ba3a1 \
-                    rmd160  c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
+checksums           sha1    b3bdf0aa403f92cd025eadf9a5dfaa32c5097d12 \
+                    rmd160  98706027d3ef7893697de99965abc7f93b76e041
 
 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-02-24 00:07:46 UTC (rev 76456)
+++ trunk/dports/python/py26-cython/Portfile	2011-02-24 00:38:15 UTC (rev 76457)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-cython
-version             0.14
+version             0.14.1
 categories          python devel
 maintainers         nomaintainer
 platforms           darwin
@@ -20,9 +20,8 @@
                     http://pypi.python.org/packages/source/C/Cython/
 
 distname            Cython-${version}
-checksums           md5     27fa072e8282431864543e008fd9a19b \
-                    sha1    40077d8c07a90fb043210c864e4056e88b7ba3a1 \
-                    rmd160  c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
+checksums           sha1    b3bdf0aa403f92cd025eadf9a5dfaa32c5097d12 \
+                    rmd160  98706027d3ef7893697de99965abc7f93b76e041
 
 post-destroot {
     xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \

Modified: trunk/dports/python/py27-cython/Portfile
===================================================================
--- trunk/dports/python/py27-cython/Portfile	2011-02-24 00:07:46 UTC (rev 76456)
+++ trunk/dports/python/py27-cython/Portfile	2011-02-24 00:38:15 UTC (rev 76457)
@@ -5,7 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-cython
-version             0.14
+version             0.14.1
 categories          python devel
 maintainers         nomaintainer
 platforms           darwin
@@ -20,9 +20,8 @@
                     http://pypi.python.org/packages/source/C/Cython/
 
 distname            Cython-${version}
-checksums           md5     27fa072e8282431864543e008fd9a19b \
-                    sha1    40077d8c07a90fb043210c864e4056e88b7ba3a1 \
-                    rmd160  c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
+checksums           sha1    b3bdf0aa403f92cd025eadf9a5dfaa32c5097d12 \
+                    rmd160  98706027d3ef7893697de99965abc7f93b76e041
 
 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-02-24 00:07:46 UTC (rev 76456)
+++ trunk/dports/python/py31-cython/Portfile	2011-02-24 00:38:15 UTC (rev 76457)
@@ -5,7 +5,7 @@
 PortGroup           python31 1.0
 
 name                py31-cython
-version             0.14
+version             0.14.1
 categories          python devel
 maintainers         nomaintainer
 platforms           darwin
@@ -20,9 +20,8 @@
                     http://pypi.python.org/packages/source/C/Cython/
 
 distname            Cython-${version}
-checksums           md5     27fa072e8282431864543e008fd9a19b \
-                    sha1    40077d8c07a90fb043210c864e4056e88b7ba3a1 \
-                    rmd160  c6b4e63fd0c1a12ca7666f8ee755780fc34e19ba
+checksums           sha1    b3bdf0aa403f92cd025eadf9a5dfaa32c5097d12 \
+                    rmd160  98706027d3ef7893697de99965abc7f93b76e041
 
 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/20110223/08d6e9d9/attachment.html>


More information about the macports-changes mailing list