[52795] trunk/dports/python

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


Revision: 52795
          http://trac.macports.org/changeset/52795
Author:   blb at macports.org
Date:     2009-06-23 00:23:43 -0700 (Tue, 23 Jun 2009)
Log Message:
-----------
New port - python/py26-cython, A language for writing C extension modules for Python; ticket #19688

Added Paths:
-----------
    trunk/dports/python/py26-cython/
    trunk/dports/python/py26-cython/Portfile

Removed Paths:
-------------
    trunk/dports/python/py26-cython/Portfile

Deleted: trunk/dports/python/py26-cython/Portfile
===================================================================
--- trunk/dports/python/py25-cython/Portfile	2009-06-22 23:40:05 UTC (rev 52763)
+++ trunk/dports/python/py26-cython/Portfile	2009-06-23 07:23:43 UTC (rev 52795)
@@ -1,32 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
-# $Id$
-
-PortSystem          1.0
-PortGroup           python25 1.0
-
-name                py25-cython
-version             0.9.8
-categories          python devel
-maintainers         openmaintainer akitada cornell.edu:ajb78
-platforms           darwin
-description         A language for writing C extension modules for Python.
-long_description    Cython is a language that makes writing C extensions for\
-                    the Python language as easy as Python itself. Cython is\
-                    based on the well-known Pyrex, but supports more cutting\
-                    edge functionality and optimizations
-
-homepage            http://www.cython.org/
-master_sites        ${homepage}
-
-distname            Cython-${version}
-checksums           md5 dac0f6c217437819f620da18a97d505f \
-                    sha1 0066194ec056bfe90ef8358b06501a5250e7f10f \
-                    rmd160 84e2d4ae5f092494ebdf8a8f50b9643535693568
-
-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\
-        ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
-}

Copied: trunk/dports/python/py26-cython/Portfile (from rev 52794, trunk/dports/python/py25-cython/Portfile)
===================================================================
--- trunk/dports/python/py26-cython/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-cython/Portfile	2009-06-23 07:23:43 UTC (rev 52795)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-cython
+version             0.11.2
+categories          python devel
+maintainers         nomaintainer
+platforms           darwin
+description         A language for writing C extension modules for Python.
+long_description    Cython is a language that makes writing C extensions for\
+                    the Python language as easy as Python itself. Cython is\
+                    based on the well-known Pyrex, but supports more cutting\
+                    edge functionality and optimizations
+
+homepage            http://www.cython.org/
+master_sites        ${homepage}
+
+distname            Cython-${version}
+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} INSTALL.txt README.txt\
+        ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
+    ln -s ${python.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/001e3c31/attachment.html>


More information about the macports-changes mailing list