[107152] trunk/dports/python/py-bpython/Portfile

jmr at macports.org jmr at macports.org
Wed Jun 19 14:07:25 PDT 2013


Revision: 107152
          https://trac.macports.org/changeset/107152
Author:   jmr at macports.org
Date:     2013-06-19 14:07:25 -0700 (Wed, 19 Jun 2013)
Log Message:
-----------
py-bpython: fix setuptools dep type

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

Modified: trunk/dports/python/py-bpython/Portfile
===================================================================
--- trunk/dports/python/py-bpython/Portfile	2013-06-19 21:01:12 UTC (rev 107151)
+++ trunk/dports/python/py-bpython/Portfile	2013-06-19 21:07:25 UTC (rev 107152)
@@ -28,16 +28,16 @@
     livecheck.type          none
 
     depends_lib-append      port:py${python.version}-parsing \
-                            port:py${python.version}-pygments \
-                            port:py${python.version}-setuptools
+                            port:py${python.version}-pygments
 
     # py-babel is only available for Python 2.x
-    if {[expr ${python.branch} < 3]} { 
+    if {[expr ${python.branch} < 3]} {
         depends_build-append \
                             port:py${python.version}-babel
     }
 
-    depends_build-append    port:py${python.version}-sphinx
+    depends_build-append    port:py${python.version}-sphinx \
+                            port:py${python.version}-setuptools
 
     depends_run-append      port:py${python.version}-urwid \
                             port:bpython_select
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130619/21e628f4/attachment.html>


More information about the macports-changes mailing list