[143230] trunk/dports/python/py-parsing/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Dec 12 09:06:26 PST 2015


Revision: 143230
          https://trac.macports.org/changeset/143230
Author:   khindenburg at macports.org
Date:     2015-12-08 06:30:34 -0800 (Tue, 08 Dec 2015)
Log Message:
-----------
py-parsing: add setuptools build dependency

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

Modified: trunk/dports/python/py-parsing/Portfile
===================================================================
--- trunk/dports/python/py-parsing/Portfile	2015-12-08 13:33:35 UTC (rev 143229)
+++ trunk/dports/python/py-parsing/Portfile	2015-12-08 14:30:34 UTC (rev 143230)
@@ -29,6 +29,8 @@
 python.versions     26 27 33 34 35
 
 if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+
     if {${python.version} == 33} {
         livecheck.regex pyparsing-(2(\\.\\d+)+)
     } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/ec347875/attachment.html>


More information about the macports-changes mailing list