[88151] trunk/dports/python

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


Revision: 88151
          http://trac.macports.org/changeset/88151
Author:   singingwolfboy at macports.org
Date:     2011-12-20 15:23:14 -0800 (Tue, 20 Dec 2011)
Log Message:
-----------
py-zope-event: unified portfile

Modified Paths:
--------------
    trunk/dports/python/py-zope-event/Portfile

Added Paths:
-----------
    trunk/dports/python/py-zope-event/

Removed Paths:
-------------
    trunk/dports/python/py27-zope-event/

Modified: trunk/dports/python/py-zope-event/Portfile
===================================================================
--- trunk/dports/python/py27-zope-event/Portfile	2011-12-20 18:54:13 UTC (rev 88148)
+++ trunk/dports/python/py-zope-event/Portfile	2011-12-20 23:23:14 UTC (rev 88151)
@@ -1,11 +1,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-zope-event
+name                py-zope-event
 set real_name       zope.event
 version             3.5.1
+python.versions     24 25 26 27
 maintainers         singingwolfboy openmaintainer
 platforms           darwin
 description         Very basic event publishing system
@@ -26,4 +27,6 @@
 checksums           rmd160  46f8cbf1ab855c086aac1a3bdcbe0a6f7e7418dc \
                     sha256  47fef2b2e06c16f337601ae01fb9cbc5301e6c5fb35d35bed6e805986dd71b7d
 
-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/dcb481cd/attachment.html>


More information about the macports-changes mailing list