[106455] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon May 27 00:44:04 PDT 2013


Revision: 106455
          https://trac.macports.org/changeset/106455
Author:   jmr at macports.org
Date:     2013-05-27 00:44:04 -0700 (Mon, 27 May 2013)
Log Message:
-----------
py26-cogen: use unified portgroup, license, noarch

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

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

Removed Paths:
-------------
    trunk/dports/python/py26-cogen/

Modified: trunk/dports/python/py-cogen/Portfile
===================================================================
--- trunk/dports/python/py26-cogen/Portfile	2013-05-26 22:24:45 UTC (rev 106446)
+++ trunk/dports/python/py-cogen/Portfile	2013-05-27 07:44:04 UTC (rev 106455)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
-name                py26-cogen
+name                py-cogen
 version             0.2.1
+license             MIT
 maintainers         stromnov openmaintainer
 
 description         Library for network oriented, coroutine based programming.
@@ -14,15 +15,19 @@
                     from python 2.5, including a enhanced WSGI server.
 
 platforms           darwin
+supported_archs     noarch
 
 homepage            http://code.google.com/p/cogen/
 master_sites        googlecode:cogen
 distname            cogen-${version}
 
-use_zip             yes
-
 checksums           md5     6c765905e4bc0278d35dd5c0011d032d \
                     sha1    6163a459f3dc007fd6832de12b7d26bcdaea295b \
                     rmd160  3e3a9ce41179e8482f6b7861f6a79f070a6e36f0
 
-depends_build       port:py26-distribute
+python.versions     26
+
+if {$subport != $name} {
+    use_zip             yes
+    depends_build       port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130527/2e7cbaf5/attachment-0001.html>


More information about the macports-changes mailing list