pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python Added ipython



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18502a903efa
branches:  trunk
changeset: 370406:18502a903efa
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 16 18:13:28 2017 +0000

description:
Added ipython

diffstat:

 lang/python/versioned_dependencies.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9237408450f7 -r 18502a903efa lang/python/versioned_dependencies.mk
--- a/lang/python/versioned_dependencies.mk     Mon Oct 16 18:11:32 2017 +0000
+++ b/lang/python/versioned_dependencies.mk     Mon Oct 16 18:13:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.27 2017/02/20 17:00:36 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.28 2017/10/16 18:13:28 adam Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -9,7 +9,7 @@
 # PYTHON_VERSIONED_DEPENDENCIES
 #       The Python package which should be added as a dependency.
 #
-#       Possible values: Pmw X cairo dialog ephem flup gobject jsonlib python-digest
+#       Possible values: Pmw X cairo dialog ephem flup gobject ipython jsonlib python-digest
 #       Default: (nothing)
 #
 
@@ -23,6 +23,7 @@
 _SUPPORTED_PACKAGES+=  ephem math/py-ephem math/py-ephem3
 _SUPPORTED_PACKAGES+=  flup www/py-flup www/py-flup3
 _SUPPORTED_PACKAGES+=  gobject devel/py-gobject devel/py-gobject3
+_SUPPORTED_PACKAGES+=  ipython devel/py-ipython5 devel/py-ipython
 _SUPPORTED_PACKAGES+=  jsonlib textproc/py-jsonlib textproc/py-jsonlib3
 _SUPPORTED_PACKAGES+=  python-digest www/py-python-digest www/py-python3-digest
 



Home | Main Index | Thread Index | Old Index