[108548] trunk/dports/python/py-jedi/Portfile

sean at macports.org sean at macports.org
Thu Jul 25 17:53:07 PDT 2013


Revision: 108548
          https://trac.macports.org/changeset/108548
Author:   sean at macports.org
Date:     2013-07-25 17:53:07 -0700 (Thu, 25 Jul 2013)
Log Message:
-----------
py-jedi: fix missing setuptools

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

Modified: trunk/dports/python/py-jedi/Portfile
===================================================================
--- trunk/dports/python/py-jedi/Portfile	2013-07-26 00:21:04 UTC (rev 108547)
+++ trunk/dports/python/py-jedi/Portfile	2013-07-26 00:53:07 UTC (rev 108548)
@@ -7,6 +7,7 @@
 
 github.setup        davidhalter jedi 0.6.0 v
 name                py-jedi
+revision            1
 platforms           darwin
 supported_archs     noarch
 license             GPL-2+
@@ -22,5 +23,6 @@
 python.versions     26 27 32 33
 
 if {$subport != $name} {
+    depends_build-append port:py${python.version}-setuptools
     livecheck.type       none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130725/c7da4164/attachment-0001.html>


More information about the macports-changes mailing list