[52794] trunk/dports/python

blb at macports.org blb at macports.org
Tue Jun 23 00:15:08 PDT 2009


Revision: 52794
          http://trac.macports.org/changeset/52794
Author:   blb at macports.org
Date:     2009-06-23 00:15:07 -0700 (Tue, 23 Jun 2009)
Log Message:
-----------
python/py*-cython - version update to 0.11.2, rename bin/cython to use python branch so they can be installed simultaneously

Modified Paths:
--------------
    trunk/dports/python/py-cython/Portfile
    trunk/dports/python/py25-cython/Portfile

Modified: trunk/dports/python/py-cython/Portfile
===================================================================
--- trunk/dports/python/py-cython/Portfile	2009-06-23 06:54:17 UTC (rev 52793)
+++ trunk/dports/python/py-cython/Portfile	2009-06-23 07:15:07 UTC (rev 52794)
@@ -5,7 +5,7 @@
 PortGroup           python24 1.0
 
 name                py-cython
-version             0.9.8
+version             0.11.2
 categories          python devel
 maintainers         openmaintainer akitada cornell.edu:ajb78
 platforms           darwin
@@ -19,14 +19,16 @@
 master_sites        ${homepage}
 
 distname            Cython-${version}
-checksums           md5 dac0f6c217437819f620da18a97d505f \
-                    sha1 0066194ec056bfe90ef8358b06501a5250e7f10f \
-                    rmd160 84e2d4ae5f092494ebdf8a8f50b9643535693568
+checksums           md5     31a79d5c7365e1d18ff7be48d6c1026b \
+                    sha1    67ae3bdfdb6f2e5ee5f54e21a295d880d3c3bb9e \
+                    rmd160  6e4a69ff1de4e901ad416398a5453a09b229ae8d
 
 post-destroot {
     xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
         extension_types.html index.html overview.html primes.c sharing.html \
         special_methods.html ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 -W ${worksrcpath} CHANGES_pyrex.txt INSTALL.txt README.txt\
+    xinstall -m 644 -W ${worksrcpath} INSTALL.txt README.txt\
         ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
+    move ${destroot}${prefix}/bin/cython \
+        ${destroot}${prefix}/bin/cython-${python.branch}
 }

Modified: trunk/dports/python/py25-cython/Portfile
===================================================================
--- trunk/dports/python/py25-cython/Portfile	2009-06-23 06:54:17 UTC (rev 52793)
+++ trunk/dports/python/py25-cython/Portfile	2009-06-23 07:15:07 UTC (rev 52794)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-cython
-version             0.9.8
+version             0.11.2
 categories          python devel
 maintainers         openmaintainer akitada cornell.edu:ajb78
 platforms           darwin
@@ -19,14 +19,16 @@
 master_sites        ${homepage}
 
 distname            Cython-${version}
-checksums           md5 dac0f6c217437819f620da18a97d505f \
-                    sha1 0066194ec056bfe90ef8358b06501a5250e7f10f \
-                    rmd160 84e2d4ae5f092494ebdf8a8f50b9643535693568
+checksums           md5     31a79d5c7365e1d18ff7be48d6c1026b \
+                    sha1    67ae3bdfdb6f2e5ee5f54e21a295d880d3c3bb9e \
+                    rmd160  6e4a69ff1de4e901ad416398a5453a09b229ae8d
 
 post-destroot {
     xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
         extension_types.html index.html overview.html primes.c sharing.html \
         special_methods.html ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 -W ${worksrcpath} CHANGES_pyrex.txt INSTALL.txt README.txt\
+    xinstall -m 644 -W ${worksrcpath} INSTALL.txt README.txt\
         ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
+    move ${destroot}${prefix}/bin/cython \
+        ${destroot}${prefix}/bin/cython-${python.branch}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090623/43bc3ee1/attachment.html>


More information about the macports-changes mailing list