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

aronnax at macports.org aronnax at macports.org
Thu Jul 3 14:10:44 PDT 2014


Revision: 121665
          https://trac.macports.org/changeset/121665
Author:   aronnax at macports.org
Date:     2014-07-03 14:10:44 -0700 (Thu, 03 Jul 2014)
Log Message:
-----------
py-ipython: add runtime dependency on pandoc (fixes #43667)

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2014-07-03 19:36:01 UTC (rev 121664)
+++ trunk/dports/python/py-ipython/Portfile	2014-07-03 21:10:44 UTC (rev 121665)
@@ -9,7 +9,7 @@
 
 name                py-${realname}
 version             2.1.0
-revision            0
+revision            1
 platforms           darwin
 license             BSD
 supported_archs     noarch
@@ -75,6 +75,10 @@
                                 port:py${python.version}-requests \
                                 port:py${python.version}-sphinx \
                                 port:py${python.version}-tornado
+
+        # Exporting notebooks as HTML or other formats requires pandoc. See:
+        # http://ipython.org/ipython-doc/stable/install/install.html#dependencies-for-nbconvert-converting-notebooks-to-various-formats
+        depends_run-append      port:pandoc
     }
 
     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/20140703/db81f9dc/attachment.html>


More information about the macports-changes mailing list