[22129] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Sun Feb 18 05:56:19 PST 2007
Revision: 22129
http://trac.macosforge.org/projects/macports/changeset/22129
Author: mww at macports.org
Date: 2007-02-18 05:56:18 -0800 (Sun, 18 Feb 2007)
Log Message:
-----------
new port py25-mx-experimental
Added Paths:
-----------
trunk/dports/python/py25-mx-experimental/
trunk/dports/python/py25-mx-experimental/Portfile
Added: trunk/dports/python/py25-mx-experimental/Portfile
===================================================================
--- trunk/dports/python/py25-mx-experimental/Portfile (rev 0)
+++ trunk/dports/python/py25-mx-experimental/Portfile 2007-02-18 13:56:18 UTC (rev 22129)
@@ -0,0 +1,33 @@
+# $Id: Portfile 22102 2007-02-17 20:24:25Z mww at macports.org $
+
+PortSystem 1.0
+#PortGroup python25 1.0
+
+name py25-mx-experimental
+version 0.9.0
+categories python
+platforms darwin
+maintainers mww at macports.org
+description eGenix.com mx Extensions for Python - EXPERIMENTAL Package
+long_description The mx Extension Series is a collection of software \
+ packages which aims at providing professional quality add-ons \
+ for the Open Source Language Python. It consists of mxNumber \
+ (Extended Numeric Types), mxTidy (Interface to HTML Tidy), \
+ mxURL (URL Datatype) and mxUID (UID Datatype).
+
+homepage http://www.egenix.com/files/python/eGenix-mx-Extensions.html
+master_sites http://www.egenix.com/files/python/
+distname egenix-mx-experimental-${version}
+checksums sha1 24faafb5a98f139db7a136fa38ce35b9ff00db84
+
+#depends_lib-append port:mpfr port:gmp
+depends_lib port:python25 port:mpfr port:gmp
+depends_run port:py25-mx-base
+
+# remove these lines when python25 port group is available
+use_configure no
+build.cmd ${prefix}/bin/python2.5 setup.py
+build.target build
+destroot.cmd ${build.cmd}
+destroot.destdir --prefix=${prefix} --root=${destroot}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070218/0b7e6b23/attachment.html
More information about the macports-changes
mailing list