[139631] trunk/dports/python/py-decorator/Portfile

ionic at macports.org ionic at macports.org
Fri Aug 21 18:57:30 PDT 2015


Revision: 139631
          https://trac.macports.org/changeset/139631
Author:   ionic at macports.org
Date:     2015-08-21 18:57:30 -0700 (Fri, 21 Aug 2015)
Log Message:
-----------
py-decorator: setuptools now a dependency even for Python < 3. Fixes build failures in trace mode.

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

Modified: trunk/dports/python/py-decorator/Portfile
===================================================================
--- trunk/dports/python/py-decorator/Portfile	2015-08-22 01:50:43 UTC (rev 139630)
+++ trunk/dports/python/py-decorator/Portfile	2015-08-22 01:57:30 UTC (rev 139631)
@@ -29,9 +29,7 @@
                     sha256  1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206
 
 if {${name} ne ${subport}} {
-    if {${python.version} >= 31} {
-        depends_build-append port:py${python.version}-setuptools
-    }
+    depends_build-append port:py${python.version}-setuptools
 
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150821/f9fd1e34/attachment.html>


More information about the macports-changes mailing list