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

sean at macports.org sean at macports.org
Fri Jul 8 12:56:52 PDT 2016


Revision: 150026
          https://trac.macports.org/changeset/150026
Author:   sean at macports.org
Date:     2016-07-08 12:56:52 -0700 (Fri, 08 Jul 2016)
Log Message:
-----------
py-ipython: add missing dep for py27

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2016-07-08 19:46:36 UTC (rev 150025)
+++ trunk/dports/python/py-ipython/Portfile	2016-07-08 19:56:52 UTC (rev 150026)
@@ -8,6 +8,7 @@
 
 github.setup        ipython ipython 5.0.0
 name                py-ipython
+revision            1
 categories-append   devel science
 platforms           darwin
 license             BSD
@@ -41,7 +42,8 @@
                         port:py${python.version}-prompt_toolkit \
 
     if {${python.version} == 27} {
-        depends_lib-append  port:py${python.version}-backports-shutil_get_terminal_size
+        depends_lib-append  port:py${python.version}-backports-shutil_get_terminal_size \
+                            port:py${python.version}-pathlib2
     }
 
     variant parallel description "Support for parallel computing (deprecated variant)" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160708/76646fec/attachment.html>


More information about the macports-changes mailing list