[92336] trunk/dports/python/py-cython

stromnov at macports.org stromnov at macports.org
Wed Apr 25 05:31:26 PDT 2012


Revision: 92336
          https://trac.macports.org/changeset/92336
Author:   stromnov at macports.org
Date:     2012-04-25 05:31:26 -0700 (Wed, 25 Apr 2012)
Log Message:
-----------
py-cython: update to version 0.16

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

Added Paths:
-----------
    trunk/dports/python/py-cython/files/
    trunk/dports/python/py-cython/files/cython24
    trunk/dports/python/py-cython/files/cython25
    trunk/dports/python/py-cython/files/cython26
    trunk/dports/python/py-cython/files/cython27

Modified: trunk/dports/python/py-cython/Portfile
===================================================================
--- trunk/dports/python/py-cython/Portfile	2012-04-25 12:23:16 UTC (rev 92335)
+++ trunk/dports/python/py-cython/Portfile	2012-04-25 12:31:26 UTC (rev 92336)
@@ -3,10 +3,11 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           select 1.0
 
 name                py-cython
-version             0.15
-revision            1
+version             0.16
+revision            0
 categories-append   devel
 license             Apache-2
 platforms           darwin
@@ -26,9 +27,8 @@
 
 distname            Cython-${version}
 
-checksums           md5  794b93c4c1c4cc031f90302cacd834ca \
-                    sha1  b91780124a4061a9b77561b9467eaaea9933a799 \
-                    rmd160  15d8833b035fd423cb39117911e9c54e494ab778
+checksums           rmd160  168ef4138945a867ad19a4f05c924f9ce97008c0 \
+                    sha256  971651fc5d3c943b0ecf7bc4df86a977bf62623d94542bf2aaa5f7223697e6fb
 
 python.versions     24 25 26 27
 
@@ -52,6 +52,19 @@
                 ToDo.txt USAGE.txt ${destroot}${python.prefix}/share/doc/cython
         }
     }
+
+    depends_run             port:cython_select
+    test.run                no
+
+    select.group            cython
+    select.file             ${filespath}/cython${python.version}
+
+    notes "
+To make the Python ${python.branch} version of Cython the one that is run\
+when you execute the commands without a version suffix, e.g. 'cython', run:
+
+port select --set ${select.group} [file tail ${select.file}]
+"
 }
 
 livecheck.type      regex

Added: trunk/dports/python/py-cython/files/cython24
===================================================================
--- trunk/dports/python/py-cython/files/cython24	                        (rev 0)
+++ trunk/dports/python/py-cython/files/cython24	2012-04-25 12:31:26 UTC (rev 92336)
@@ -0,0 +1,2 @@
+bin/cython-2.4
+-

Added: trunk/dports/python/py-cython/files/cython25
===================================================================
--- trunk/dports/python/py-cython/files/cython25	                        (rev 0)
+++ trunk/dports/python/py-cython/files/cython25	2012-04-25 12:31:26 UTC (rev 92336)
@@ -0,0 +1,2 @@
+bin/cython-2.5
+-

Added: trunk/dports/python/py-cython/files/cython26
===================================================================
--- trunk/dports/python/py-cython/files/cython26	                        (rev 0)
+++ trunk/dports/python/py-cython/files/cython26	2012-04-25 12:31:26 UTC (rev 92336)
@@ -0,0 +1,2 @@
+${frameworks_dir}/Python.framework/Versions/2.6/bin/cython
+${frameworks_dir}/Python.framework/Versions/2.6/bin/cygdb

Added: trunk/dports/python/py-cython/files/cython27
===================================================================
--- trunk/dports/python/py-cython/files/cython27	                        (rev 0)
+++ trunk/dports/python/py-cython/files/cython27	2012-04-25 12:31:26 UTC (rev 92336)
@@ -0,0 +1,2 @@
+${frameworks_dir}/Python.framework/Versions/2.7/bin/cython
+${frameworks_dir}/Python.framework/Versions/2.7/bin/cygdb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120425/d99e444c/attachment-0001.html>


More information about the macports-changes mailing list