[47392] trunk/dports/python

blb at macports.org blb at macports.org
Fri Feb 27 14:39:09 PST 2009


Revision: 47392
          http://trac.macports.org/changeset/47392
Author:   blb at macports.org
Date:     2009-02-27 14:39:09 -0800 (Fri, 27 Feb 2009)
Log Message:
-----------
New port - python/py26-mx-base, eGenix.com mx Extensions for Python - base package

Modified Paths:
--------------
    trunk/dports/python/py26-mx-base/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-mx-base/

Modified: trunk/dports/python/py26-mx-base/Portfile
===================================================================
--- trunk/dports/python/py25-mx-base/Portfile	2009-02-27 20:56:15 UTC (rev 47381)
+++ trunk/dports/python/py26-mx-base/Portfile	2009-02-27 22:39:09 UTC (rev 47392)
@@ -1,25 +1,27 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-mx-base
+version             3.1.1
+maintainers         blb openmaintainer
+description         eGenix.com mx Extensions for Python - base package
+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.
 
-name			py25-mx-base
-version			3.1.1
-categories		python
-platforms		darwin
-maintainers		mww
-description		eGenix.com mx Extensions for Python - base package
-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.
+platforms           darwin
 
-homepage		http://www.egenix.com/products/python/mxBase/
-master_sites	http://www.egenix.com/files/python/
-distname		egenix-mx-base-${version}
-checksums		sha1 70b4423a1f4d690976d57ded91ec3e9a71c6c0a3
+homepage            http://www.egenix.com/products/python/mxBase/
+master_sites        http://www.egenix.com/files/python/
+distname            egenix-mx-base-${version}
 
-livecheck.check	regex
-livecheck.url	${homepage}
-livecheck.regex	Version: (\[0-9\\.\]+)
+checksums           md5     d0f3b1adca33a68867bf50f000060cd6 \
+                    sha1    70b4423a1f4d690976d57ded91ec3e9a71c6c0a3 \
+                    rmd160  fc2dd06c2a93f010e7ac63777310f942a0868185
 
+livecheck.check     regex
+livecheck.url       ${homepage}
+livecheck.regex     Version: (\[0-9\\.\]+)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090227/30277725/attachment.html>


More information about the macports-changes mailing list