[88150] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Dec 20 15:21:57 PST 2011


Revision: 88150
          http://trac.macports.org/changeset/88150
Author:   singingwolfboy at macports.org
Date:     2011-12-20 15:21:57 -0800 (Tue, 20 Dec 2011)
Log Message:
-----------
py-zc-lockfile: unified portfile

Modified Paths:
--------------
    trunk/dports/python/py-zc-lockfile/Portfile

Added Paths:
-----------
    trunk/dports/python/py-zc-lockfile/

Removed Paths:
-------------
    trunk/dports/python/py27-zc-lockfile/

Modified: trunk/dports/python/py-zc-lockfile/Portfile
===================================================================
--- trunk/dports/python/py27-zc-lockfile/Portfile	2011-12-20 18:54:13 UTC (rev 88148)
+++ trunk/dports/python/py-zc-lockfile/Portfile	2011-12-20 23:21:57 UTC (rev 88150)
@@ -1,11 +1,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-zc-lockfile
+name                py-zc-lockfile
 set real_name       zc.lockfile
 version             1.0.0
+python.versions     24 25 26 27
 maintainers         singingwolfboy openmaintainer
 platforms           darwin
 description         Basic inter-process locks
@@ -29,4 +30,6 @@
 checksums           rmd160  ffc9485e8a3f219b0fef65465b838df9d633706c \
                     sha256  1f170e46eff20ae6c81cad5465f26702f3d3435e0511fb7983cd61a6ed84d5c0
 
-depends_build       port:py27-distribute
+if {$name != $subport} {
+    depends_build       port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111220/204816a6/attachment.html>


More information about the macports-changes mailing list