[34540] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Feb 27 14:04:44 PST 2008


Revision: 34540
          http://trac.macosforge.org/projects/macports/changeset/34540
Author:   jmr at macports.org
Date:     2008-02-27 14:04:44 -0800 (Wed, 27 Feb 2008)

Log Message:
-----------
New port: py25-pyrex - from #13365.

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

Added: trunk/dports/python/py25-pyrex/Portfile
===================================================================
--- trunk/dports/python/py25-pyrex/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pyrex/Portfile	2008-02-27 22:04:44 UTC (rev 34540)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-pyrex
+version			0.9.6.4
+categories		python devel
+maintainers		nomaintainer
+platforms		darwin
+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/python/Pyrex/
+master_sites		${homepage}
+distname		Pyrex-${version}
+checksums		md5 52bb6ec8848d9aa412c8bfd0fe9f33ea
+
+depends_lib		port:py25-hashlib
+
+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}
+}


Property changes on: trunk/dports/python/py25-pyrex/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/20080227/09c46e31/attachment.html 


More information about the macports-changes mailing list