[37602] trunk/dports/python
akira at macports.org
akira at macports.org
Sun Jun 15 05:34:01 PDT 2008
Revision: 37602
http://trac.macosforge.org/projects/macports/changeset/37602
Author: akira at macports.org
Date: 2008-06-15 05:33:58 -0700 (Sun, 15 Jun 2008)
Log Message:
-----------
Added cython ports
Added Paths:
-----------
trunk/dports/python/py-cython/
trunk/dports/python/py-cython/Portfile
trunk/dports/python/py25-cython/
trunk/dports/python/py25-cython/Portfile
Added: trunk/dports/python/py-cython/Portfile
===================================================================
--- trunk/dports/python/py-cython/Portfile (rev 0)
+++ trunk/dports/python/py-cython/Portfile 2008-06-15 12:33:58 UTC (rev 37602)
@@ -0,0 +1,32 @@
+# -*- 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 python24 1.0
+
+name py-cython
+version 0.9.8
+categories python devel
+maintainers openmaintainer akira 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}
+}
Property changes on: trunk/dports/python/py-cython/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/python/py25-cython/Portfile
===================================================================
--- trunk/dports/python/py25-cython/Portfile (rev 0)
+++ trunk/dports/python/py25-cython/Portfile 2008-06-15 12:33:58 UTC (rev 37602)
@@ -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 python25 1.0
+
+name py25-cython
+version 0.9.8
+categories python devel
+maintainers openmaintainer akira 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
+
+depends_lib port:py25-hashlib
+
+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}
+}
Property changes on: trunk/dports/python/py25-cython/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080615/e2e58593/attachment.htm
More information about the macports-changes
mailing list