[101641] trunk/dports/python
jmr at macports.org
jmr at macports.org
Tue Jan 15 16:09:01 PST 2013
Revision: 101641
https://trac.macports.org/changeset/101641
Author: jmr at macports.org
Date: 2013-01-15 16:09:01 -0800 (Tue, 15 Jan 2013)
Log Message:
-----------
py*-myghtyutils: unify
Modified Paths:
--------------
trunk/dports/python/py-myghtyutils/Portfile
Removed Paths:
-------------
trunk/dports/python/py25-myghtyutils/
Modified: trunk/dports/python/py-myghtyutils/Portfile
===================================================================
--- trunk/dports/python/py-myghtyutils/Portfile 2013-01-16 00:02:34 UTC (rev 101640)
+++ trunk/dports/python/py-myghtyutils/Portfile 2013-01-16 00:09:01 UTC (rev 101641)
@@ -1,7 +1,7 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-myghtyutils
version 0.52
@@ -20,8 +20,12 @@
homepage http://www.myghty.org
master_sites http://cheeseshop.python.org/packages/source/M/MyghtyUtils/
distname MyghtyUtils-${version}
-use_zip yes
-depends_lib port:py24-distribute
+checksums md5 a15cda5919509024245802f4028b1560
-checksums md5 a15cda5919509024245802f4028b1560
+python.versions 24 25
+
+if {$subport != $name} {
+ use_zip yes
+ depends_lib port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130115/0959ee21/attachment-0001.html>
More information about the macports-changes
mailing list