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

mf2k at macports.org mf2k at macports.org
Tue May 6 09:29:52 PDT 2014


Revision: 119778
          https://trac.macports.org/changeset/119778
Author:   mf2k at macports.org
Date:     2014-05-06 09:29:52 -0700 (Tue, 06 May 2014)
Log Message:
-----------
py-ipython: Fix dependencies for notebook variant.

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2014-05-06 16:18:27 UTC (rev 119777)
+++ trunk/dports/python/py-ipython/Portfile	2014-05-06 16:29:52 UTC (rev 119778)
@@ -19,7 +19,7 @@
 maintainers         akitada openmaintainer
 
 description         An enhanced Interactive Python shell
-long_description    Provide an interactive shell superior to Python's default. \
+long_description    Provide an interactive shell superior to the Python default. \
                     Serve as an embeddable, ready to use interpreter for your own programs. \
                     Offer a flexible framework which can be used as the base environment for \
                     other systems with Python as the underlying language.  \
@@ -71,9 +71,10 @@
     }
 
     variant notebook requires parallel description "Support for IPython HTML notebook" {
-        depends_lib-append      port:py${python.version}-tornado \
+        depends_lib-append      port:py${python.version}-jinja2 \
+                                port:py${python.version}-requests \
                                 port:py${python.version}-sphinx \
-                                port:py${python.version}-jinja2
+                                port:py${python.version}-tornado
     }
 
     variant pyqt4 conflicts pyside requires parallel description "Support for the Qt console using pyqt4" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140506/c022470d/attachment.html>


More information about the macports-changes mailing list