[82878] trunk/dports/python

elelay at macports.org elelay at macports.org
Sun Aug 21 04:01:50 PDT 2011


Revision: 82878
          http://trac.macports.org/changeset/82878
Author:   elelay at macports.org
Date:     2011-08-21 04:01:46 -0700 (Sun, 21 Aug 2011)
Log Message:
-----------
py*-mygpoclient: use unified python portgroup

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

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

Removed Paths:
-------------
    trunk/dports/python/py25-mygpoclient/
    trunk/dports/python/py26-mygpoclient/
    trunk/dports/python/py27-mygpoclient/

Modified: trunk/dports/python/py-mygpoclient/Portfile
===================================================================
--- trunk/dports/python/py27-mygpoclient/Portfile	2011-08-21 07:08:03 UTC (rev 82871)
+++ trunk/dports/python/py-mygpoclient/Portfile	2011-08-21 11:01:46 UTC (rev 82878)
@@ -2,10 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-mygpoclient
+name                py-mygpoclient
 version             1.5
+python.versions     25 26 27
+python.default_version 27
 categories-append   net
 license             GPLv3
 platforms           darwin
@@ -25,7 +27,7 @@
                     sha1    e62c752022bbf9fbd3b6c01df85cd076cbc532bf \
                     rmd160  dff7d522e0ac40445c5633c7860ca1c9c21da660
 
-depends_lib         port:py27-simplejson
+depends_lib         port:py${python.version}-simplejson
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110821/847eee66/attachment.html>


More information about the macports-changes mailing list