Revision: 139682 https://trac.macports.org/changeset/139682 Author: stromnov@macports.org Date: 2015-08-24 12:40:35 -0700 (Mon, 24 Aug 2015) Log Message: ----------- py-ipython: add upgrade notes Modified Paths: -------------- trunk/dports/python/py-ipython/Portfile Modified: trunk/dports/python/py-ipython/Portfile =================================================================== --- trunk/dports/python/py-ipython/Portfile 2015-08-24 19:23:25 UTC (rev 139681) +++ trunk/dports/python/py-ipython/Portfile 2015-08-24 19:40:35 UTC (rev 139682) @@ -42,31 +42,47 @@ port:py${python.version}-gnureadline \ variant parallel description "Support for parallel computing (deprecated variant)" { - depends_run-append port:py${python.version}-ipyparallel + notes-append " +To enable support for parallel computing please install py${python.version}-ipyparallel port: + + sudo port install py${python.version}-ipyparallel + " } variant pyqt4 conflicts pyside description "Support for the Qt console using pyqt4 (deprecated variant)" { - depends_run-append port:py${python.version}-qtconsole \ - path:share/py${python.version}-sip/PyQt4:py${python.version}-pyqt4 + notes-append " +To enable support for the Qt console please install py${python.version}-pyqt4 and py${python.version}-qtconsole ports: + + sudo port install py${python.version}-pyqt4 + sudo port install py${python.version}-qtconsole + " } variant pyside conflicts pyqt4 description "Support for the Qt console using pyside (deprecated variant)" { - depends_run-append port:py${python.version}-qtconsole \ - port:py${python.version}-pyside - } + notes-append " +To enable support for the Qt console please install py${python.version}-pyside and py${python.version}-qtconsole ports: - variant terminal description "Support for the terminal emulation (deprecated variant)" { - depends_run-append port:py${python.version}-notebook + sudo port install py${python.version}-pyside + sudo port install py${python.version}-qtconsole + " } + variant terminal description "Support for the terminal emulation (deprecated variant)" {} + variant notebook description "Support for IPython HTML notebook (deprecated variant)" { - depends_run-append port:py${python.version}-notebook + notes-append " +To enable support for the notebook please install py${python.version}-notebook port: + + sudo port install py${python.version}-notebook + " } select.entries [list ipython py${python.version}-ipython py${python.version}-ipython] \ [list ipython${python_major} py${python.version}-ipython py${python.version}-ipython] - notes " + notes-append " +Please note that since version 4.0 IPython was refactored and splitted across several packages under new project named Jupyter. + To make this the default IPython or IPython${python_major} (i.e., the version run by\ the 'ipython' or 'ipython${python_major}' commands), run one or both of: