pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Added devel/py-ipython5 version 5.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e34364f4dd64
branches:  trunk
changeset: 370404:e34364f4dd64
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 16 18:10:41 2017 +0000

description:
Added devel/py-ipython5 version 5.5.0

diffstat:

 devel/Makefile                               |    3 +-
 devel/py-ipython5/ALTERNATIVES               |    2 +
 devel/py-ipython5/DESCR                      |    5 +
 devel/py-ipython5/Makefile                   |   40 +
 devel/py-ipython5/PLIST                      |  929 +++++++++++++++++++++++++++
 devel/py-ipython5/distinfo                   |    7 +
 devel/py-ipython5/patches/patch-setupbase.py |   15 +
 7 files changed, 1000 insertions(+), 1 deletions(-)

diffs (truncated from 1039 to 300 lines):

diff -r 54c57f57a573 -r e34364f4dd64 devel/Makefile
--- a/devel/Makefile    Mon Oct 16 18:03:49 2017 +0000
+++ b/devel/Makefile    Mon Oct 16 18:10:41 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2553 2017/10/16 16:30:01 minskim Exp $
+# $NetBSD: Makefile,v 1.2554 2017/10/16 18:10:41 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -1957,6 +1957,7 @@
 SUBDIR+=       py-ipython
 SUBDIR+=       py-ipython010
 SUBDIR+=       py-ipython1
+SUBDIR+=       py-ipython5
 SUBDIR+=       py-ipython_genutils
 SUBDIR+=       py-iso-639
 SUBDIR+=       py-iso3166
diff -r 54c57f57a573 -r e34364f4dd64 devel/py-ipython5/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython5/ALTERNATIVES    Mon Oct 16 18:10:41 2017 +0000
@@ -0,0 +1,2 @@
+bin/iptest @PREFIX@/bin/iptest@PYVERSSUFFIX@
+bin/ipython @PREFIX@/bin/ipython@PYVERSSUFFIX@
diff -r 54c57f57a573 -r e34364f4dd64 devel/py-ipython5/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython5/DESCR   Mon Oct 16 18:10:41 2017 +0000
@@ -0,0 +1,5 @@
+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 54c57f57a573 -r e34364f4dd64 devel/py-ipython5/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython5/Makefile        Mon Oct 16 18:10:41 2017 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1 2017/10/16 18:10:41 adam Exp $
+
+DISTNAME=      ipython-5.5.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ipython.org/
+COMMENT=       Interactive computing environment for Python
+LICENSE=       modified-bsd
+
+.include "../../lang/python/distutils.mk"
+
+.if ${PYPKGPREFIX} == py27
+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
+.endif
+
+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_toolkit
+DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric
+DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose>=0.10.1:../../devel/py-nose
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
+
+USE_LANGUAGES= # none
+
+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 "../../mk/bsd.pkg.mk"
diff -r 54c57f57a573 -r e34364f4dd64 devel/py-ipython5/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython5/PLIST   Mon Oct 16 18:10:41 2017 +0000
@@ -0,0 +1,929 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/16 18:10:41 adam Exp $
+${PLIST.py2x}bin/iptest2
+${PLIST.py3x}bin/iptest3
+bin/iptest${PYVERSSUFFIX}
+${PLIST.py2x}bin/ipython2
+${PLIST.py3x}bin/ipython3
+bin/ipython${PYVERSSUFFIX}
+${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
+${PYSITELIB}/IPython/core/tests/simpleerr.py
+${PYSITELIB}/IPython/core/tests/simpleerr.pyc
+${PYSITELIB}/IPython/core/tests/simpleerr.pyo



Home | Main Index | Thread Index | Old Index