pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-ipython5: remove, not used any longer



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2eb2299c0ab7
branches:  trunk
changeset: 378158:2eb2299c0ab7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 29 23:44:02 2022 +0000

description:
py-ipython5: remove, not used any longer

diffstat:

 devel/Makefile                               |    3 +-
 devel/py-ipython5/ALTERNATIVES               |    2 -
 devel/py-ipython5/DESCR                      |    5 -
 devel/py-ipython5/Makefile                   |   44 -
 devel/py-ipython5/PLIST                      |  927 ---------------------------
 devel/py-ipython5/distinfo                   |    6 -
 devel/py-ipython5/patches/patch-setupbase.py |   15 -
 doc/CHANGES-2022                             |    3 +-
 lang/python/versioned_dependencies.mk        |    9 +-
 9 files changed, 6 insertions(+), 1008 deletions(-)

diffs (truncated from 1093 to 300 lines):

diff -r 8270e55e68a9 -r 2eb2299c0ab7 devel/Makefile
--- a/devel/Makefile    Fri Apr 29 23:33:05 2022 +0000
+++ b/devel/Makefile    Fri Apr 29 23:44:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3723 2022/04/26 21:43:08 wiz Exp $
+# $NetBSD: Makefile,v 1.3724 2022/04/29 23:44:02 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2505,7 +2505,6 @@
 SUBDIR+=       py-ipaddr
 SUBDIR+=       py-ipykernel
 SUBDIR+=       py-ipython
-SUBDIR+=       py-ipython5
 SUBDIR+=       py-ipython_genutils
 SUBDIR+=       py-iso-639
 SUBDIR+=       py-iso3166
diff -r 8270e55e68a9 -r 2eb2299c0ab7 devel/py-ipython5/ALTERNATIVES
--- a/devel/py-ipython5/ALTERNATIVES    Fri Apr 29 23:33:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-bin/iptest @PREFIX@/bin/iptest-@PYVERSSUFFIX@
-bin/ipython @PREFIX@/bin/ipython-@PYVERSSUFFIX@
diff -r 8270e55e68a9 -r 2eb2299c0ab7 devel/py-ipython5/DESCR
--- a/devel/py-ipython5/DESCR   Fri Apr 29 23:33:05 2022 +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 8270e55e68a9 -r 2eb2299c0ab7 devel/py-ipython5/Makefile
--- a/devel/py-ipython5/Makefile        Fri Apr 29 23:33:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2022/01/10 07:53:41 wiz Exp $
-
-DISTNAME=      ipython-5.10.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://ipython.org/
-COMMENT=       Interactive computing environment for Python
-LICENSE=       modified-bsd
-
-# 2.7 only
-DEPENDS+=      ${PYPKGPREFIX}-backports.shutil_get_terminal_size-[0-9]*:../../devel/py-backports.shutil_get_terminal_size
-DEPENDS+=      ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
-DEPENDS+=      ${PYPKGPREFIX}-scandir-[0-9]*:../../devel/py-scandir
-
-DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
-DEPENDS+=      ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
-DEPENDS+=      ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
-DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=1.0.4:../../devel/py-prompt_toolkit1
-DEPENDS+=      ${PYPKGPREFIX}-pygments<2.6:../../textproc/py-pygments25
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools44
-DEPENDS+=      ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric
-DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets4
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == Darwin
-DEPENDS+=      ${PYPKGPREFIX}-appnope-[0-9]*:../../sysutils/py-appnope
-.endif
-
-USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_ACCEPTED=      27
-
-post-install:
-       cd ${DESTDIR}${PREFIX} && \
-       ${MV} bin/iptest bin/iptest-${PYVERSSUFFIX} && \
-       ${MV} bin/ipython bin/ipython-${PYVERSSUFFIX} && \
-       ${MV} ${PKGMANDIR}/man1/ipython.1 ${PKGMANDIR}/man1/ipython-${PYVERSSUFFIX}.1 || ${TRUE}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8270e55e68a9 -r 2eb2299c0ab7 devel/py-ipython5/PLIST
--- a/devel/py-ipython5/PLIST   Fri Apr 29 23:33:05 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,927 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2022/01/14 17:51:54 wiz Exp $
-bin/iptest-${PYVERSSUFFIX}
-bin/iptest2
-bin/ipython-${PYVERSSUFFIX}
-bin/ipython2
-${PYSITELIB}/${EGG_INFODIR}
-${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.py
-${PYSITELIB}/IPython/config.pyc
-${PYSITELIB}/IPython/config.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/events.py
-${PYSITELIB}/IPython/core/events.pyc
-${PYSITELIB}/IPython/core/events.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/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/latex_symbols.py
-${PYSITELIB}/IPython/core/latex_symbols.pyc
-${PYSITELIB}/IPython/core/latex_symbols.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/display.py
-${PYSITELIB}/IPython/core/magics/display.pyc
-${PYSITELIB}/IPython/core/magics/display.pyo
-${PYSITELIB}/IPython/core/magics/execution.py
-${PYSITELIB}/IPython/core/magics/execution.pyc
-${PYSITELIB}/IPython/core/magics/execution.pyo
-${PYSITELIB}/IPython/core/magics/extension.py
-${PYSITELIB}/IPython/core/magics/extension.pyc
-${PYSITELIB}/IPython/core/magics/extension.pyo
-${PYSITELIB}/IPython/core/magics/history.py
-${PYSITELIB}/IPython/core/magics/history.pyc
-${PYSITELIB}/IPython/core/magics/history.pyo
-${PYSITELIB}/IPython/core/magics/logging.py
-${PYSITELIB}/IPython/core/magics/logging.pyc
-${PYSITELIB}/IPython/core/magics/logging.pyo
-${PYSITELIB}/IPython/core/magics/namespace.py
-${PYSITELIB}/IPython/core/magics/namespace.pyc
-${PYSITELIB}/IPython/core/magics/namespace.pyo
-${PYSITELIB}/IPython/core/magics/osm.py
-${PYSITELIB}/IPython/core/magics/osm.pyc
-${PYSITELIB}/IPython/core/magics/osm.pyo
-${PYSITELIB}/IPython/core/magics/pylab.py
-${PYSITELIB}/IPython/core/magics/pylab.pyc
-${PYSITELIB}/IPython/core/magics/pylab.pyo
-${PYSITELIB}/IPython/core/magics/script.py
-${PYSITELIB}/IPython/core/magics/script.pyc
-${PYSITELIB}/IPython/core/magics/script.pyo
-${PYSITELIB}/IPython/core/oinspect.py
-${PYSITELIB}/IPython/core/oinspect.pyc
-${PYSITELIB}/IPython/core/oinspect.pyo
-${PYSITELIB}/IPython/core/page.py
-${PYSITELIB}/IPython/core/page.pyc
-${PYSITELIB}/IPython/core/page.pyo
-${PYSITELIB}/IPython/core/payload.py
-${PYSITELIB}/IPython/core/payload.pyc
-${PYSITELIB}/IPython/core/payload.pyo
-${PYSITELIB}/IPython/core/payloadpage.py
-${PYSITELIB}/IPython/core/payloadpage.pyc
-${PYSITELIB}/IPython/core/payloadpage.pyo
-${PYSITELIB}/IPython/core/prefilter.py
-${PYSITELIB}/IPython/core/prefilter.pyc
-${PYSITELIB}/IPython/core/prefilter.pyo
-${PYSITELIB}/IPython/core/profile/README_STARTUP
-${PYSITELIB}/IPython/core/profileapp.py
-${PYSITELIB}/IPython/core/profileapp.pyc
-${PYSITELIB}/IPython/core/profileapp.pyo
-${PYSITELIB}/IPython/core/profiledir.py
-${PYSITELIB}/IPython/core/profiledir.pyc
-${PYSITELIB}/IPython/core/profiledir.pyo
-${PYSITELIB}/IPython/core/prompts.py
-${PYSITELIB}/IPython/core/prompts.pyc
-${PYSITELIB}/IPython/core/prompts.pyo
-${PYSITELIB}/IPython/core/pylabtools.py
-${PYSITELIB}/IPython/core/pylabtools.pyc
-${PYSITELIB}/IPython/core/pylabtools.pyo
-${PYSITELIB}/IPython/core/release.py
-${PYSITELIB}/IPython/core/release.pyc
-${PYSITELIB}/IPython/core/release.pyo
-${PYSITELIB}/IPython/core/shadowns.py
-${PYSITELIB}/IPython/core/shadowns.pyc
-${PYSITELIB}/IPython/core/shadowns.pyo
-${PYSITELIB}/IPython/core/shellapp.py
-${PYSITELIB}/IPython/core/shellapp.pyc
-${PYSITELIB}/IPython/core/shellapp.pyo
-${PYSITELIB}/IPython/core/splitinput.py
-${PYSITELIB}/IPython/core/splitinput.pyc
-${PYSITELIB}/IPython/core/splitinput.pyo
-${PYSITELIB}/IPython/core/tests/2x2.jpg
-${PYSITELIB}/IPython/core/tests/2x2.png
-${PYSITELIB}/IPython/core/tests/__init__.py
-${PYSITELIB}/IPython/core/tests/__init__.pyc
-${PYSITELIB}/IPython/core/tests/__init__.pyo
-${PYSITELIB}/IPython/core/tests/bad_all.py
-${PYSITELIB}/IPython/core/tests/bad_all.pyc
-${PYSITELIB}/IPython/core/tests/bad_all.pyo
-${PYSITELIB}/IPython/core/tests/daft_extension/daft_extension.py
-${PYSITELIB}/IPython/core/tests/daft_extension/daft_extension.pyc
-${PYSITELIB}/IPython/core/tests/daft_extension/daft_extension.pyo
-${PYSITELIB}/IPython/core/tests/nonascii.py
-${PYSITELIB}/IPython/core/tests/nonascii.pyc
-${PYSITELIB}/IPython/core/tests/nonascii.pyo
-${PYSITELIB}/IPython/core/tests/nonascii2.py
-${PYSITELIB}/IPython/core/tests/nonascii2.pyc
-${PYSITELIB}/IPython/core/tests/nonascii2.pyo
-${PYSITELIB}/IPython/core/tests/print_argv.py
-${PYSITELIB}/IPython/core/tests/print_argv.pyc
-${PYSITELIB}/IPython/core/tests/print_argv.pyo
-${PYSITELIB}/IPython/core/tests/refbug.py
-${PYSITELIB}/IPython/core/tests/refbug.pyc
-${PYSITELIB}/IPython/core/tests/refbug.pyo



Home | Main Index | Thread Index | Old Index