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

sean at macports.org sean at macports.org
Mon Mar 2 17:05:43 PST 2015


Revision: 133478
          https://trac.macports.org/changeset/133478
Author:   sean at macports.org
Date:     2015-03-02 17:05:43 -0800 (Mon, 02 Mar 2015)
Log Message:
-----------
py-ipython: add missing jsonschema and mistune dependencies; fixes #47004

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

Modified: trunk/dports/python/py-ipython/Portfile
===================================================================
--- trunk/dports/python/py-ipython/Portfile	2015-03-03 01:05:41 UTC (rev 133477)
+++ trunk/dports/python/py-ipython/Portfile	2015-03-03 01:05:43 UTC (rev 133478)
@@ -9,6 +9,7 @@
 
 name                py-${realname}
 version             3.0.0
+revision            1
 platforms           darwin
 license             BSD
 supported_archs     noarch
@@ -61,7 +62,9 @@
         depends_lib-append      port:py${python.version}-jinja2 \
                                 port:py${python.version}-requests \
                                 port:py${python.version}-sphinx \
-                                port:py${python.version}-tornado
+                                port:py${python.version}-tornado \
+                                port:py${python.version}-jsonschema \
+                                port:py${python.version}-mistune
 
         notes-append "
 Exporting notebooks as HTML or other formats requires pandoc. If you wish to\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150302/e0dd9230/attachment.html>


More information about the macports-changes mailing list