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

aronnax at macports.org aronnax at macports.org
Thu Jul 3 19:57:10 PDT 2014


Revision: 121677
          https://trac.macports.org/changeset/121677
Author:   aronnax at macports.org
Date:     2014-07-03 19:57:10 -0700 (Thu, 03 Jul 2014)
Log Message:
-----------
py-ipython: print note about pandoc, but don't depend upon it (addresses #43667)

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2014-07-04 02:24:08 UTC (rev 121676)
+++ trunk/dports/python/py-ipython/Portfile	2014-07-04 02:57:10 UTC (rev 121677)
@@ -9,7 +9,7 @@
 
 name                py-${realname}
 version             2.1.0
-revision            1
+revision            2
 platforms           darwin
 license             BSD
 supported_archs     noarch
@@ -76,9 +76,14 @@
                                 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
+        notes-append "
+Exporting notebooks as HTML or other formats requires pandoc. If you wish to
+use this feature, then to install pandoc, run:
+
+port install pandoc
+
+
+"
     }
 
     variant pyqt4 conflicts pyside requires parallel description "Support for the Qt console using pyqt4" {
@@ -144,11 +149,13 @@
     select.group            ${realname}
     select.file             ${filespath}/${realname}${python.version}
 
-    notes "
+    notes-append "
 To make the Python ${python.branch} version of IPython the one that is run\
 when you execute the commands without a version suffix, e.g. 'ipython', run:
 
 port select --set ${select.group} [file tail ${select.file}]
+
+
 "
 
     livecheck.type          none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140703/b9ceb08d/attachment.html>


More information about the macports-changes mailing list