[107219] trunk/dports/python/py-ipython/Portfile

jmr at macports.org jmr at macports.org
Fri Jun 21 16:02:33 PDT 2013


Revision: 107219
          https://trac.macports.org/changeset/107219
Author:   jmr at macports.org
Date:     2013-06-21 16:02:33 -0700 (Fri, 21 Jun 2013)
Log Message:
-----------
py-ipython: setuptools is only used at build time, and only under python 3

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2013-06-21 22:59:53 UTC (rev 107218)
+++ trunk/dports/python/py-ipython/Portfile	2013-06-21 23:02:33 UTC (rev 107219)
@@ -115,8 +115,10 @@
         }
     }
 
-    depends_lib-append      port:py${python.version}-readline \
-                            port:py${python.version}-setuptools
+    if {${python.version} >= 30} {
+        depends_build-append    port:py${python.version}-setuptools
+    }
+    depends_lib-append      port:py${python.version}-readline
     depends_run             port:ipython_select
     test.run                no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130621/ef311d0a/attachment.html>


More information about the macports-changes mailing list