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

jmr at macports.org jmr at macports.org
Thu Jun 20 12:34:41 PDT 2013


Revision: 107163
          https://trac.macports.org/changeset/107163
Author:   jmr at macports.org
Date:     2013-06-20 12:34:41 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
py-bpython: revert r107152, pkg_resources usage is added at build time

Revision Links:
--------------
    https://trac.macports.org/changeset/107152

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

Modified: trunk/dports/python/py-bpython/Portfile
===================================================================
--- trunk/dports/python/py-bpython/Portfile	2013-06-20 19:34:39 UTC (rev 107162)
+++ trunk/dports/python/py-bpython/Portfile	2013-06-20 19:34:41 UTC (rev 107163)
@@ -28,7 +28,8 @@
     livecheck.type          none
 
     depends_lib-append      port:py${python.version}-parsing \
-                            port:py${python.version}-pygments
+                            port:py${python.version}-pygments \
+                            port:py${python.version}-setuptools
 
     # py-babel is only available for Python 2.x
     if {[expr ${python.branch} < 3]} {
@@ -36,8 +37,7 @@
                             port:py${python.version}-babel
     }
 
-    depends_build-append    port:py${python.version}-sphinx \
-                            port:py${python.version}-setuptools
+    depends_build-append    port:py${python.version}-sphinx
 
     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/20130620/fdf4a87b/attachment.html>


More information about the macports-changes mailing list