[82717] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Aug 18 17:16:16 PDT 2011


Revision: 82717
          http://trac.macports.org/changeset/82717
Author:   macsforever2000 at macports.org
Date:     2011-08-18 17:16:16 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
py*-pmw: Unify into python portgroup.

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

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

Modified: trunk/dports/python/py-pmw/Portfile
===================================================================
--- trunk/dports/python/py-pmw/Portfile	2011-08-18 23:13:42 UTC (rev 82716)
+++ trunk/dports/python/py-pmw/Portfile	2011-08-19 00:16:16 UTC (rev 82717)
@@ -2,12 +2,13 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup python24  1.0
+PortGroup python    1.0
 
 name                py-pmw
 version             1.3.2
-maintainers         nomaintainer
+maintainers         macsforever2000
 platforms           darwin
+license             MIT
 
 description         high-level compound widget toolkit
 long_description    Pmw is a toolkit for building high-level compound widgets in Python using \
@@ -21,9 +22,13 @@
                     sha1   e2d8dd6eed7378acf8723c860107a12d7e808227 \
                     rmd160 ad3fca73405a8c8a7e2ec81096b00665e2937964
 
+python.versions     24 25 26 27
+
 worksrcdir          ${distname}/src
 
-depends_lib-append  port:py-tkinter
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-tkinter
+}
 
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/pmw/files/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110818/6f8f85a0/attachment.html>


More information about the macports-changes mailing list