[114651] trunk/dports/python/py-visa/Portfile

jmr at macports.org jmr at macports.org
Fri Dec 13 04:47:22 PST 2013


Revision: 114651
          https://trac.macports.org/changeset/114651
Author:   jmr at macports.org
Date:     2013-12-13 04:47:22 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
py-visa: remove py24 subport as py24-sphinx is going away

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

Modified: trunk/dports/python/py-visa/Portfile
===================================================================
--- trunk/dports/python/py-visa/Portfile	2013-12-13 12:05:09 UTC (rev 114650)
+++ trunk/dports/python/py-visa/Portfile	2013-12-13 12:47:22 UTC (rev 114651)
@@ -1,3 +1,5 @@
+# $Id$
+
 PortSystem          1.0
 PortGroup           python 1.0
 
@@ -29,11 +31,11 @@
                     sha256  6ff001554b206534a54bbb3f60121f9265f0dde5261726c9ee5d1aae67f8e4f0
 
 
-python.versions     24 25 26 27
+python.versions     25 26 27
 
-if {${name} ne ${subport}} {
-    depends_build           port:py${python.version}-setuptools
-    depends_build-append    port:py${python.version}-sphinx
+if {$subport ne $name} {
+    depends_build           port:py${python.version}-setuptools \
+                            port:py${python.version}-sphinx
     test.run                yes
     livecheck.type          none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/64ef6075/attachment.html>


More information about the macports-changes mailing list