[89135] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu Jan 19 13:45:38 PST 2012


Revision: 89135
          http://trac.macports.org/changeset/89135
Author:   singingwolfboy at macports.org
Date:     2012-01-19 13:45:38 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
unified py*-formencode ports

Modified Paths:
--------------
    trunk/dports/python/py-formencode/Portfile

Added Paths:
-----------
    trunk/dports/python/py-formencode/

Removed Paths:
-------------
    trunk/dports/python/py-formencode/
    trunk/dports/python/py25-formencode/
    trunk/dports/python/py26-formencode/

Modified: trunk/dports/python/py-formencode/Portfile
===================================================================
--- trunk/dports/python/py26-formencode/Portfile	2012-01-19 20:26:01 UTC (rev 89123)
+++ trunk/dports/python/py-formencode/Portfile	2012-01-19 21:45:38 UTC (rev 89135)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               python26 1.0
+PortGroup               python 1.0
 
-name                    py26-formencode
+name                    py-formencode
 version                 1.2.4
+python.versions         24 25 26 27
 maintainers             perry openmaintainer
 platforms               darwin
 
@@ -17,7 +18,9 @@
 livecheck.type          regex
 livecheck.url           ${homepage}
 
-depends_build-append    port:py26-distribute
+if {$name != $subport} {
+    depends_build-append    port:py${python.version}-distribute
+}
 
 distname                FormEncode-${version}
 master_sites            http://pypi.python.org/packages/source/F/FormEncode/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/a86665b9/attachment.html>


More information about the macports-changes mailing list