[74831] trunk/dports/python

lightnin at macports.org lightnin at macports.org
Mon Jan 3 06:52:13 PST 2011


Revision: 74831
          http://trac.macports.org/changeset/74831
Author:   lightnin at macports.org
Date:     2011-01-03 06:52:05 -0800 (Mon, 03 Jan 2011)
Log Message:
-----------
Added pyrex port for Python 2.7

Added Paths:
-----------
    trunk/dports/python/py27-pyrex/
    trunk/dports/python/py27-pyrex/Portfile

Added: trunk/dports/python/py27-pyrex/Portfile
===================================================================
--- trunk/dports/python/py27-pyrex/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-pyrex/Portfile	2011-01-03 14:52:05 UTC (rev 74831)
@@ -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: Portfile 70583 2010-08-14 13:56:39Z ryandesign at macports.org $
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-pyrex
+version             0.9.9
+categories          python devel
+platforms           darwin
+maintainers         lightnin openmaintainer
+description         A language for writing Python extension modules.
+long_description    Pyrex lets you write code that mixes Python and C data \
+                    types any way you want, and compiles it into a C \
+                    extension for Python.
+
+homepage            http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
+master_sites        ${homepage} \
+                    ${homepage}oldtar/
+distname            Pyrex-${version}
+checksums           md5 515dee67d15d4393841e2d60e8341947 \
+                    sha1 7ed91685dd0bb7f06474b7ad915a7cac4177fa67 \
+                    rmd160 e703edf68bcb4afc31e70d5cebac2304a59460fb
+
+post-destroot {
+  xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \
+    index.html primes.c ${destroot}${prefix}/share/doc/${name}
+  xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \
+    ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.type    regex
+livecheck.url     ${homepage}
+livecheck.regex   {Pyrex-(\d+(?:\.\d+)*).tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110103/0ee4e7ad/attachment.html>


More information about the macports-changes mailing list