Revision: 139625 https://trac.macports.org/changeset/139625 Author: sean@macports.org Date: 2015-08-21 16:29:52 -0700 (Fri, 21 Aug 2015) Log Message: ----------- py-ipython: fix misspelling of ipyparallel Modified Paths: -------------- trunk/dports/python/py-ipython/Portfile Modified: trunk/dports/python/py-ipython/Portfile =================================================================== --- trunk/dports/python/py-ipython/Portfile 2015-08-21 23:14:28 UTC (rev 139624) +++ trunk/dports/python/py-ipython/Portfile 2015-08-21 23:29:52 UTC (rev 139625) @@ -42,7 +42,7 @@ port:py${python.version}-gnureadline \ variant parallel description "Support for parallel computing (deprecated variant)" { - depends_run-append port:py${python.version}-pyparallel + depends_run-append port:py${python.version}-ipyparallel } variant pyqt4 conflicts pyside description "Support for the Qt console using pyqt4 (deprecated variant)" {