[119291] trunk/dports/python/py-graph-tool/Portfile

mmoll at macports.org mmoll at macports.org
Tue Apr 22 07:12:29 PDT 2014


Revision: 119291
          https://trac.macports.org/changeset/119291
Author:   mmoll at macports.org
Date:     2014-04-22 07:12:29 -0700 (Tue, 22 Apr 2014)
Log Message:
-----------
py-graph-tool: yet another try to get things to work on os x < 10.9

Modified Paths:
--------------
    trunk/dports/python/py-graph-tool/Portfile

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2014-04-22 13:08:22 UTC (rev 119290)
+++ trunk/dports/python/py-graph-tool/Portfile	2014-04-22 14:12:29 UTC (rev 119291)
@@ -29,6 +29,9 @@
 patchfiles          patch-src-graph_tool-gtk_draw.py.diff
 distname            ${realname}-${version}
 
+python.versions     26 27 32 33 34
+python.default_version 27
+
 if {${os.major} <= 12 && ${os.platform} eq "darwin"} {
     version         2.2.26
     distname        ${realname}-${version}
@@ -37,9 +40,6 @@
                     rmd160  cd2e8506522821750d70a97b951254f0a133d218
 }
 
-python.versions     26 27 32 33 34
-python.default_version 27
-
 if {${name} ne ${subport}} {
     compiler.blacklist gcc-3.3 {*gcc-4.[0-3]}
     compiler.blacklist-append {clang < 500}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140422/9bcbf5bd/attachment.html>


More information about the macports-changes mailing list