Ticket #43667: patch-Portfile.diff
File patch-Portfile.diff, 912 bytes (added by lpsinger (Leo Singer), 11 years ago) |
---|
-
Portfile
old new 9 9 10 10 name py-${realname} 11 11 version 2.0.0 12 revision 012 revision 1 13 13 platforms darwin 14 14 license BSD 15 15 supported_archs noarch … … 75 75 port:py${python.version}-requests \ 76 76 port:py${python.version}-sphinx \ 77 77 port:py${python.version}-tornado 78 79 # Exporting notebooks as HTML or other formats requires pandoc. See: 80 # http://ipython.org/ipython-doc/stable/install/install.html#dependencies-for-nbconvert-converting-notebooks-to-various-formats 81 depends_run-append port:pandoc 78 82 } 79 83 80 84 variant pyqt4 conflicts pyside requires parallel description "Support for the Qt console using pyqt4" {