[149112] trunk/dports/python/py-ipyparallel/Portfile

stromnov at macports.org stromnov at macports.org
Tue May 31 06:46:49 PDT 2016


Revision: 149112
          https://trac.macports.org/changeset/149112
Author:   stromnov at macports.org
Date:     2016-05-31 06:46:49 -0700 (Tue, 31 May 2016)
Log Message:
-----------
py-ipyparallel: add dependency for py27 subport (#51515)

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

Modified: trunk/dports/python/py-ipyparallel/Portfile
===================================================================
--- trunk/dports/python/py-ipyparallel/Portfile	2016-05-31 07:27:34 UTC (rev 149111)
+++ trunk/dports/python/py-ipyparallel/Portfile	2016-05-31 13:46:49 UTC (rev 149112)
@@ -6,7 +6,7 @@
 
 name                py-ipyparallel
 version             5.0.1
-revision            0
+revision            1
 categories-append   devel science
 platforms           darwin
 license             BSD
@@ -36,6 +36,10 @@
                         port:py${python.version}-ipykernel \
                         port:py${python.version}-tornado
 
+    if {${python.version} == 27} {
+        depends_lib-append  port:py${python.version}-futures
+    }
+
     livecheck.type      none
 } else {
     livecheck.type      pypi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160531/5c8eb4e2/attachment.html>


More information about the macports-changes mailing list