[106988] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jun 13 06:25:35 PDT 2013


Revision: 106988
          https://trac.macports.org/changeset/106988
Author:   jmr at macports.org
Date:     2013-06-13 06:25:35 -0700 (Thu, 13 Jun 2013)
Log Message:
-----------
py27-argh: use unified portgroup, fix setuptools dep type

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

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

Removed Paths:
-------------
    trunk/dports/python/py27-argh/

Modified: trunk/dports/python/py-argh/Portfile
===================================================================
--- trunk/dports/python/py27-argh/Portfile	2013-06-13 12:41:50 UTC (rev 106987)
+++ trunk/dports/python/py-argh/Portfile	2013-06-13 13:25:35 UTC (rev 106988)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python27 1.0
+PortGroup       python 1.0
 
-name            py27-argh
+name            py-argh
 set real_name   argh
 version         0.23.1
 maintainers     nomaintainer
@@ -22,4 +22,8 @@
 checksums           rmd160  fdefc7d0dc7c5f359f48dd5d251f5967a88e7eea \
                     sha256  319f323f6e0a37206fc161b915c40820c74f08ae77e4721de5911d16e54ef8c9
 
-depends_lib-append  port:py27-setuptools
+python.versions     27
+
+if {$subport != $name} {
+    depends_build  port:py${python.version}-setuptools
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130613/949e012e/attachment.html>


More information about the macports-changes mailing list