pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Removed devel/py-ipython1 successor devel/py-ipy...
details: https://anonhg.NetBSD.org/pkgsrc/rev/254d3f26eb14
branches: trunk
changeset: 370514:254d3f26eb14
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 17 18:44:14 2017 +0000
description:
Removed devel/py-ipython1 successor devel/py-ipython
diffstat:
devel/Makefile | 3 +-
devel/py-ipython1/DESCR | 5 -
devel/py-ipython1/Makefile | 80 -
devel/py-ipython1/PLIST | 2317 --------------------------
devel/py-ipython1/distinfo | 7 -
devel/py-ipython1/patches/patch-setupbase.py | 13 -
6 files changed, 1 insertions(+), 2424 deletions(-)
diffs (truncated from 2459 to 300 lines):
diff -r c8a0c7496e0a -r 254d3f26eb14 devel/Makefile
--- a/devel/Makefile Tue Oct 17 18:37:22 2017 +0000
+++ b/devel/Makefile Tue Oct 17 18:44:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2554 2017/10/16 18:10:41 adam Exp $
+# $NetBSD: Makefile,v 1.2555 2017/10/17 18:44:14 adam Exp $
#
COMMENT= Development utilities
@@ -1956,7 +1956,6 @@
SUBDIR+= py-ipykernel
SUBDIR+= py-ipython
SUBDIR+= py-ipython010
-SUBDIR+= py-ipython1
SUBDIR+= py-ipython5
SUBDIR+= py-ipython_genutils
SUBDIR+= py-iso-639
diff -r c8a0c7496e0a -r 254d3f26eb14 devel/py-ipython1/DESCR
--- a/devel/py-ipython1/DESCR Tue Oct 17 18:37:22 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-The goal of IPython is to create a comprehensive environment for interactive and
-exploratory computing. To support this goal, IPython has two main components:
-
- * An enhanced interactive Python shell.
- * An architecture for interactive parallel computing.
diff -r c8a0c7496e0a -r 254d3f26eb14 devel/py-ipython1/Makefile
--- a/devel/py-ipython1/Makefile Tue Oct 17 18:37:22 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,80 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2014/03/22 16:38:05 prlw1 Exp $
-
-DISTNAME= ipython-1.2.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel lang
-MASTER_SITES= http://archive.ipython.org/release/1.2.1/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://ipython.org/
-COMMENT= Interactive computing environment for Python
-LICENSE= modified-bsd
-
-DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
-BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-
-USE_LANGUAGES= # none
-USE_TOOLS+= gunzip
-
-REPLACE_PYTHON+= IPython/core/tests/test_inputtransformer.py
-REPLACE_PYTHON+= IPython/external/mathjax.py
-REPLACE_PYTHON+= IPython/kernel/zmq/ipkernel.py
-REPLACE_PYTHON+= IPython/lib/irunner.py
-REPLACE_PYTHON+= IPython/nbconvert/nbconvertapp.py
-REPLACE_PYTHON+= IPython/nbformat/v3/validator.py
-REPLACE_PYTHON+= IPython/parallel/apps/ipclusterapp.py
-REPLACE_PYTHON+= IPython/parallel/apps/ipcontrollerapp.py
-REPLACE_PYTHON+= IPython/parallel/apps/ipengineapp.py
-REPLACE_PYTHON+= IPython/parallel/apps/iploggerapp.py
-REPLACE_PYTHON+= IPython/parallel/controller/heartmonitor.py
-REPLACE_PYTHON+= IPython/parallel/scripts/ipcluster
-REPLACE_PYTHON+= IPython/parallel/scripts/ipcontroller
-REPLACE_PYTHON+= IPython/parallel/scripts/ipengine
-REPLACE_PYTHON+= IPython/parallel/scripts/iplogger
-REPLACE_PYTHON+= IPython/scripts/iptest
-REPLACE_PYTHON+= IPython/scripts/ipython
-REPLACE_PYTHON+= IPython/scripts/irunner
-REPLACE_PYTHON+= IPython/scripts/pycolor
-REPLACE_PYTHON+= IPython/terminal/ipapp.py
-REPLACE_PYTHON+= IPython/testing/mkdoctests.py
-REPLACE_PYTHON+= IPython/testing/plugin/iptest.py
-REPLACE_PYTHON+= IPython/testing/plugin/setup.py
-REPLACE_PYTHON+= IPython/utils/_process_posix.py
-REPLACE_PYTHON+= IPython/utils/pickleshare.py
-REPLACE_PYTHON+= docs/autogen_api.py
-REPLACE_PYTHON+= docs/do_sphinx.py
-REPLACE_PYTHON+= docs/gh-pages.py
-REPLACE_PYTHON+= examples/core/example-embed.py
-REPLACE_PYTHON+= examples/core/ipython-get-history.py
-REPLACE_PYTHON+= examples/lib/gui-glut.py
-REPLACE_PYTHON+= examples/lib/gui-gtk.py
-REPLACE_PYTHON+= examples/lib/gui-gtk3.py
-REPLACE_PYTHON+= examples/lib/gui-pyglet.py
-REPLACE_PYTHON+= examples/lib/gui-qt.py
-REPLACE_PYTHON+= examples/lib/gui-tk.py
-REPLACE_PYTHON+= examples/lib/gui-wx.py
-REPLACE_PYTHON+= examples/lib/ipkernel_qtapp.py
-REPLACE_PYTHON+= examples/lib/ipkernel_wxapp.py
-# next two need to be quoted somehow
-#REPLACE_PYTHON+= examples/notebooks/Part 1 - Running Code.ipynb
-#REPLACE_PYTHON+= examples/notebooks/Part 3 - Plotting with Matplotlib.ipynb
-REPLACE_PYTHON+= examples/parallel/davinci/pwordfreq.py
-REPLACE_PYTHON+= examples/parallel/interengine/bintree_script.py
-REPLACE_PYTHON+= examples/parallel/task2.py
-REPLACE_PYTHON+= examples/parallel/task_profiler.py
-REPLACE_PYTHON+= examples/parallel/wave2D/RectPartitioner.py
-REPLACE_PYTHON+= examples/parallel/wave2D/communicator.py
-REPLACE_PYTHON+= examples/parallel/wave2D/parallelwave-mpi.py
-REPLACE_PYTHON+= examples/parallel/wave2D/parallelwave.py
-REPLACE_PYTHON+= examples/parallel/wave2D/wavesolver.py
-REPLACE_PYTHON+= examples/parallel/workflow/job_wrapper.py
-REPLACE_PYTHON+= setup.py
-REPLACE_PYTHON+= setupegg.py
-
-CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/IPython/html/static/components/less.js/bin/lessc
-CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/IPython/html/static/components/marked/bin/marked
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
-#.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r c8a0c7496e0a -r 254d3f26eb14 devel/py-ipython1/PLIST
--- a/devel/py-ipython1/PLIST Tue Oct 17 18:37:22 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2317 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/22 16:38:05 prlw1 Exp $
-${PLIST.py2x}bin/ipcluster
-${PLIST.py2x}bin/ipcontroller
-${PLIST.py2x}bin/ipengine
-${PLIST.py2x}bin/iplogger
-${PLIST.py2x}bin/iptest
-${PLIST.py2x}bin/ipython
-${PLIST.py2x}bin/irunner
-${PLIST.py2x}bin/pycolor
-${PLIST.py3x}bin/ipcluster3
-${PLIST.py3x}bin/ipcontroller3
-${PLIST.py3x}bin/ipengine3
-${PLIST.py3x}bin/iplogger3
-${PLIST.py3x}bin/iptest3
-${PLIST.py3x}bin/ipython3
-${PLIST.py3x}bin/irunner3
-${PLIST.py3x}bin/pycolor3
-${PLIST.py2x}${PYSITELIB}/${EGG_FILE}
-${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/entry_points.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/not-zip-safe
-${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/requires.txt
-${PLIST.py3x}${PYSITELIB}/${EGG_FILE}/top_level.txt
-${PYSITELIB}/IPython/__init__.py
-${PYSITELIB}/IPython/__init__.pyc
-${PYSITELIB}/IPython/__init__.pyo
-${PYSITELIB}/IPython/__main__.py
-${PYSITELIB}/IPython/__main__.pyc
-${PYSITELIB}/IPython/__main__.pyo
-${PYSITELIB}/IPython/config/__init__.py
-${PYSITELIB}/IPython/config/__init__.pyc
-${PYSITELIB}/IPython/config/__init__.pyo
-${PYSITELIB}/IPython/config/application.py
-${PYSITELIB}/IPython/config/application.pyc
-${PYSITELIB}/IPython/config/application.pyo
-${PYSITELIB}/IPython/config/configurable.py
-${PYSITELIB}/IPython/config/configurable.pyc
-${PYSITELIB}/IPython/config/configurable.pyo
-${PYSITELIB}/IPython/config/loader.py
-${PYSITELIB}/IPython/config/loader.pyc
-${PYSITELIB}/IPython/config/loader.pyo
-${PYSITELIB}/IPython/config/profile/README
-${PYSITELIB}/IPython/config/profile/README_STARTUP
-${PYSITELIB}/IPython/config/profile/__init__.py
-${PYSITELIB}/IPython/config/profile/__init__.pyc
-${PYSITELIB}/IPython/config/profile/__init__.pyo
-${PYSITELIB}/IPython/config/profile/cluster/ipython_config.py
-${PYSITELIB}/IPython/config/profile/cluster/ipython_config.pyc
-${PYSITELIB}/IPython/config/profile/cluster/ipython_config.pyo
-${PYSITELIB}/IPython/config/profile/math/ipython_config.py
-${PYSITELIB}/IPython/config/profile/math/ipython_config.pyc
-${PYSITELIB}/IPython/config/profile/math/ipython_config.pyo
-${PYSITELIB}/IPython/config/profile/pysh/ipython_config.py
-${PYSITELIB}/IPython/config/profile/pysh/ipython_config.pyc
-${PYSITELIB}/IPython/config/profile/pysh/ipython_config.pyo
-${PYSITELIB}/IPython/config/profile/sympy/ipython_config.py
-${PYSITELIB}/IPython/config/profile/sympy/ipython_config.pyc
-${PYSITELIB}/IPython/config/profile/sympy/ipython_config.pyo
-${PYSITELIB}/IPython/config/tests/__init__.py
-${PYSITELIB}/IPython/config/tests/__init__.pyc
-${PYSITELIB}/IPython/config/tests/__init__.pyo
-${PYSITELIB}/IPython/config/tests/test_application.py
-${PYSITELIB}/IPython/config/tests/test_application.pyc
-${PYSITELIB}/IPython/config/tests/test_application.pyo
-${PYSITELIB}/IPython/config/tests/test_configurable.py
-${PYSITELIB}/IPython/config/tests/test_configurable.pyc
-${PYSITELIB}/IPython/config/tests/test_configurable.pyo
-${PYSITELIB}/IPython/config/tests/test_loader.py
-${PYSITELIB}/IPython/config/tests/test_loader.pyc
-${PYSITELIB}/IPython/config/tests/test_loader.pyo
-${PYSITELIB}/IPython/consoleapp.py
-${PYSITELIB}/IPython/consoleapp.pyc
-${PYSITELIB}/IPython/consoleapp.pyo
-${PYSITELIB}/IPython/core/__init__.py
-${PYSITELIB}/IPython/core/__init__.pyc
-${PYSITELIB}/IPython/core/__init__.pyo
-${PYSITELIB}/IPython/core/alias.py
-${PYSITELIB}/IPython/core/alias.pyc
-${PYSITELIB}/IPython/core/alias.pyo
-${PYSITELIB}/IPython/core/application.py
-${PYSITELIB}/IPython/core/application.pyc
-${PYSITELIB}/IPython/core/application.pyo
-${PYSITELIB}/IPython/core/autocall.py
-${PYSITELIB}/IPython/core/autocall.pyc
-${PYSITELIB}/IPython/core/autocall.pyo
-${PYSITELIB}/IPython/core/builtin_trap.py
-${PYSITELIB}/IPython/core/builtin_trap.pyc
-${PYSITELIB}/IPython/core/builtin_trap.pyo
-${PYSITELIB}/IPython/core/compilerop.py
-${PYSITELIB}/IPython/core/compilerop.pyc
-${PYSITELIB}/IPython/core/compilerop.pyo
-${PYSITELIB}/IPython/core/completer.py
-${PYSITELIB}/IPython/core/completer.pyc
-${PYSITELIB}/IPython/core/completer.pyo
-${PYSITELIB}/IPython/core/completerlib.py
-${PYSITELIB}/IPython/core/completerlib.pyc
-${PYSITELIB}/IPython/core/completerlib.pyo
-${PYSITELIB}/IPython/core/crashhandler.py
-${PYSITELIB}/IPython/core/crashhandler.pyc
-${PYSITELIB}/IPython/core/crashhandler.pyo
-${PYSITELIB}/IPython/core/debugger.py
-${PYSITELIB}/IPython/core/debugger.pyc
-${PYSITELIB}/IPython/core/debugger.pyo
-${PYSITELIB}/IPython/core/display.py
-${PYSITELIB}/IPython/core/display.pyc
-${PYSITELIB}/IPython/core/display.pyo
-${PYSITELIB}/IPython/core/display_trap.py
-${PYSITELIB}/IPython/core/display_trap.pyc
-${PYSITELIB}/IPython/core/display_trap.pyo
-${PYSITELIB}/IPython/core/displayhook.py
-${PYSITELIB}/IPython/core/displayhook.pyc
-${PYSITELIB}/IPython/core/displayhook.pyo
-${PYSITELIB}/IPython/core/displaypub.py
-${PYSITELIB}/IPython/core/displaypub.pyc
-${PYSITELIB}/IPython/core/displaypub.pyo
-${PYSITELIB}/IPython/core/error.py
-${PYSITELIB}/IPython/core/error.pyc
-${PYSITELIB}/IPython/core/error.pyo
-${PYSITELIB}/IPython/core/excolors.py
-${PYSITELIB}/IPython/core/excolors.pyc
-${PYSITELIB}/IPython/core/excolors.pyo
-${PYSITELIB}/IPython/core/extensions.py
-${PYSITELIB}/IPython/core/extensions.pyc
-${PYSITELIB}/IPython/core/extensions.pyo
-${PYSITELIB}/IPython/core/fakemodule.py
-${PYSITELIB}/IPython/core/fakemodule.pyc
-${PYSITELIB}/IPython/core/fakemodule.pyo
-${PYSITELIB}/IPython/core/formatters.py
-${PYSITELIB}/IPython/core/formatters.pyc
-${PYSITELIB}/IPython/core/formatters.pyo
-${PYSITELIB}/IPython/core/getipython.py
-${PYSITELIB}/IPython/core/getipython.pyc
-${PYSITELIB}/IPython/core/getipython.pyo
-${PYSITELIB}/IPython/core/history.py
-${PYSITELIB}/IPython/core/history.pyc
-${PYSITELIB}/IPython/core/history.pyo
-${PYSITELIB}/IPython/core/historyapp.py
-${PYSITELIB}/IPython/core/historyapp.pyc
-${PYSITELIB}/IPython/core/historyapp.pyo
-${PYSITELIB}/IPython/core/hooks.py
-${PYSITELIB}/IPython/core/hooks.pyc
-${PYSITELIB}/IPython/core/hooks.pyo
-${PYSITELIB}/IPython/core/inputsplitter.py
-${PYSITELIB}/IPython/core/inputsplitter.pyc
-${PYSITELIB}/IPython/core/inputsplitter.pyo
-${PYSITELIB}/IPython/core/inputtransformer.py
-${PYSITELIB}/IPython/core/inputtransformer.pyc
-${PYSITELIB}/IPython/core/inputtransformer.pyo
-${PYSITELIB}/IPython/core/interactiveshell.py
-${PYSITELIB}/IPython/core/interactiveshell.pyc
-${PYSITELIB}/IPython/core/interactiveshell.pyo
-${PYSITELIB}/IPython/core/logger.py
-${PYSITELIB}/IPython/core/logger.pyc
-${PYSITELIB}/IPython/core/logger.pyo
-${PYSITELIB}/IPython/core/macro.py
-${PYSITELIB}/IPython/core/macro.pyc
-${PYSITELIB}/IPython/core/macro.pyo
-${PYSITELIB}/IPython/core/magic.py
-${PYSITELIB}/IPython/core/magic.pyc
-${PYSITELIB}/IPython/core/magic.pyo
-${PYSITELIB}/IPython/core/magic_arguments.py
-${PYSITELIB}/IPython/core/magic_arguments.pyc
-${PYSITELIB}/IPython/core/magic_arguments.pyo
-${PYSITELIB}/IPython/core/magics/__init__.py
-${PYSITELIB}/IPython/core/magics/__init__.pyc
-${PYSITELIB}/IPython/core/magics/__init__.pyo
-${PYSITELIB}/IPython/core/magics/auto.py
-${PYSITELIB}/IPython/core/magics/auto.pyc
-${PYSITELIB}/IPython/core/magics/auto.pyo
-${PYSITELIB}/IPython/core/magics/basic.py
-${PYSITELIB}/IPython/core/magics/basic.pyc
-${PYSITELIB}/IPython/core/magics/basic.pyo
-${PYSITELIB}/IPython/core/magics/code.py
-${PYSITELIB}/IPython/core/magics/code.pyc
-${PYSITELIB}/IPython/core/magics/code.pyo
-${PYSITELIB}/IPython/core/magics/config.py
-${PYSITELIB}/IPython/core/magics/config.pyc
-${PYSITELIB}/IPython/core/magics/config.pyo
-${PYSITELIB}/IPython/core/magics/deprecated.py
-${PYSITELIB}/IPython/core/magics/deprecated.pyc
-${PYSITELIB}/IPython/core/magics/deprecated.pyo
-${PYSITELIB}/IPython/core/magics/display.py
-${PYSITELIB}/IPython/core/magics/display.pyc
-${PYSITELIB}/IPython/core/magics/display.pyo
Home |
Main Index |
Thread Index |
Old Index