[22111] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 17 14:05:05 PST 2007


Revision: 22111
          http://trac.macosforge.org/projects/macports/changeset/22111
Author:   mww at macports.org
Date:     2007-02-17 14:05:05 -0800 (Sat, 17 Feb 2007)

Log Message:
-----------
new port py25-mx-base

Added Paths:
-----------
    trunk/dports/python/py25-mx-base/
    trunk/dports/python/py25-mx-base/Portfile

Added: trunk/dports/python/py25-mx-base/Portfile
===================================================================
--- trunk/dports/python/py25-mx-base/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-mx-base/Portfile	2007-02-17 22:05:05 UTC (rev 22111)
@@ -0,0 +1,29 @@
+# $Id: Portfile 22102 2007-02-17 20:24:25Z mww at macports.org $
+
+PortSystem 1.0
+#PortGroup python25 1.0
+
+name			py25-mx-base
+version			2.0.6
+categories		python
+platforms		darwin
+maintainers		mww at macports.org
+description		Python interfaces for Zope
+long_description	collection of Python software tools which enhance Python's \
+				usability in many important areas such as ODBC database \
+				connectivity, fast text processing, date/time processing and \
+				web site programming.
+
+homepage		http://www.egenix.com/files/python/eGenix-mx-Extensions.html
+master_sites		http://www.egenix.com/files/python/
+distname		egenix-mx-base-${version}
+checksums		sha1 7f964408e3bd907c1a39b0f8d8d00d2367d97841
+
+# remove these lines when python25 port group is available
+depends_lib		port:python25
+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/20070217/45b1e60e/attachment.html


More information about the macports-changes mailing list