[91778] trunk/dports/python/py-pyxg/Portfile

snc at macports.org snc at macports.org
Tue Apr 10 07:09:17 PDT 2012


Revision: 91778
          https://trac.macports.org/changeset/91778
Author:   snc at macports.org
Date:     2012-04-10 07:09:16 -0700 (Tue, 10 Apr 2012)
Log Message:
-----------
py-pyxg: remove py24 subport, no dependents

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

Modified: trunk/dports/python/py-pyxg/Portfile
===================================================================
--- trunk/dports/python/py-pyxg/Portfile	2012-04-10 14:03:37 UTC (rev 91777)
+++ trunk/dports/python/py-pyxg/Portfile	2012-04-10 14:09:16 UTC (rev 91778)
@@ -7,7 +7,7 @@
 
 github.setup        pyxg pyxg 0.3 v
 name                py-pyxg
-python.versions     24 25 26 27
+python.versions     25 26 27
 python.default_version  27
 categories          python devel
 platforms           darwin
@@ -25,23 +25,11 @@
 supported_archs     noarch
 
 if {$subport != $name} {
-    if {${python.version} == 24} {
-        depends_lib-append  port:py24-bdist_mpkg \
-                            port:py-pyobjc
-        if {${os.major} > 8} {
-            # #29462: py-pyobjc2: unrecognized command line option '-Wno-long-double'
-            depends_lib-delete  port:py-pyobjc
-            depends_lib-append  port:py-pyobjc2
-        }
-    }
-
     if {${python.version} == 25} {
         depends_lib-append  port:py${python.version}-bdist_mpkg
     }
 
-    if {${python.version} == 25 || ${python.version} == 26 || ${python.version} == 27} {
-        depends_lib-append  port:py${python.version}-pyobjc-cocoa
-    }
+    depends_lib-append  port:py${python.version}-pyobjc-cocoa
 
     livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120410/967468e8/attachment.html>


More information about the macports-changes mailing list