pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 16 18:10:41 UTC 2017

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-ipython5: ALTERNATIVES DESCR Makefile PLIST distinfo
        pkgsrc/devel/py-ipython5/patches: patch-setupbase.py

Log Message:
Added devel/py-ipython5 version 5.5.0


To generate a diff of this commit:
cvs rdiff -u -r1.2553 -r1.2554 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-ipython5/ALTERNATIVES \
    pkgsrc/devel/py-ipython5/DESCR pkgsrc/devel/py-ipython5/Makefile \
    pkgsrc/devel/py-ipython5/PLIST pkgsrc/devel/py-ipython5/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-ipython5/patches/patch-setupbase.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2553 pkgsrc/devel/Makefile:1.2554
--- pkgsrc/devel/Makefile:1.2553        Mon Oct 16 16:30:01 2017
+++ pkgsrc/devel/Makefile       Mon Oct 16 18:10:41 2017
@@ -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-ipykernel
 SUBDIR+=       py-ipython
 SUBDIR+=       py-ipython010
 SUBDIR+=       py-ipython1
+SUBDIR+=       py-ipython5
 SUBDIR+=       py-ipython_genutils
 SUBDIR+=       py-iso-639
 SUBDIR+=       py-iso3166

Added files:

Index: pkgsrc/devel/py-ipython5/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-ipython5/ALTERNATIVES:1.1
--- /dev/null   Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/ALTERNATIVES       Mon Oct 16 18:10:41 2017
@@ -0,0 +1,2 @@
+bin/iptest @PREFIX@/bin/iptest@PYVERSSUFFIX@
+bin/ipython @PREFIX@/bin/ipython@PYVERSSUFFIX@
Index: pkgsrc/devel/py-ipython5/DESCR
diff -u /dev/null pkgsrc/devel/py-ipython5/DESCR:1.1
--- /dev/null   Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/DESCR      Mon Oct 16 18:10:41 2017
@@ -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.
Index: pkgsrc/devel/py-ipython5/Makefile
diff -u /dev/null pkgsrc/devel/py-ipython5/Makefile:1.1
--- /dev/null   Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/Makefile   Mon Oct 16 18:10:41 2017
@@ -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"
Index: pkgsrc/devel/py-ipython5/PLIST
diff -u /dev/null pkgsrc/devel/py-ipython5/PLIST:1.1
--- /dev/null   Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/PLIST      Mon Oct 16 18:10:41 2017
@@ -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
+${PYSITELIB}/IPython/core/tests/tclass.py
+${PYSITELIB}/IPython/core/tests/tclass.pyc
+${PYSITELIB}/IPython/core/tests/tclass.pyo
+${PYSITELIB}/IPython/core/tests/test_alias.py
+${PYSITELIB}/IPython/core/tests/test_alias.pyc
+${PYSITELIB}/IPython/core/tests/test_alias.pyo
+${PYSITELIB}/IPython/core/tests/test_application.py
+${PYSITELIB}/IPython/core/tests/test_application.pyc
+${PYSITELIB}/IPython/core/tests/test_application.pyo
+${PYSITELIB}/IPython/core/tests/test_autocall.py
+${PYSITELIB}/IPython/core/tests/test_autocall.pyc
+${PYSITELIB}/IPython/core/tests/test_autocall.pyo
+${PYSITELIB}/IPython/core/tests/test_compilerop.py
+${PYSITELIB}/IPython/core/tests/test_compilerop.pyc
+${PYSITELIB}/IPython/core/tests/test_compilerop.pyo
+${PYSITELIB}/IPython/core/tests/test_completer.py
+${PYSITELIB}/IPython/core/tests/test_completer.pyc
+${PYSITELIB}/IPython/core/tests/test_completer.pyo
+${PYSITELIB}/IPython/core/tests/test_completerlib.py
+${PYSITELIB}/IPython/core/tests/test_completerlib.pyc
+${PYSITELIB}/IPython/core/tests/test_completerlib.pyo
+${PYSITELIB}/IPython/core/tests/test_debugger.py
+${PYSITELIB}/IPython/core/tests/test_debugger.pyc
+${PYSITELIB}/IPython/core/tests/test_debugger.pyo
+${PYSITELIB}/IPython/core/tests/test_display.py
+${PYSITELIB}/IPython/core/tests/test_display.pyc
+${PYSITELIB}/IPython/core/tests/test_display.pyo
+${PYSITELIB}/IPython/core/tests/test_displayhook.py
+${PYSITELIB}/IPython/core/tests/test_displayhook.pyc
+${PYSITELIB}/IPython/core/tests/test_displayhook.pyo
+${PYSITELIB}/IPython/core/tests/test_events.py
+${PYSITELIB}/IPython/core/tests/test_events.pyc
+${PYSITELIB}/IPython/core/tests/test_events.pyo
+${PYSITELIB}/IPython/core/tests/test_extension.py
+${PYSITELIB}/IPython/core/tests/test_extension.pyc
+${PYSITELIB}/IPython/core/tests/test_extension.pyo
+${PYSITELIB}/IPython/core/tests/test_formatters.py
+${PYSITELIB}/IPython/core/tests/test_formatters.pyc
+${PYSITELIB}/IPython/core/tests/test_formatters.pyo
+${PYSITELIB}/IPython/core/tests/test_handlers.py
+${PYSITELIB}/IPython/core/tests/test_handlers.pyc
+${PYSITELIB}/IPython/core/tests/test_handlers.pyo
+${PYSITELIB}/IPython/core/tests/test_history.py
+${PYSITELIB}/IPython/core/tests/test_history.pyc
+${PYSITELIB}/IPython/core/tests/test_history.pyo
+${PYSITELIB}/IPython/core/tests/test_hooks.py
+${PYSITELIB}/IPython/core/tests/test_hooks.pyc
+${PYSITELIB}/IPython/core/tests/test_hooks.pyo
+${PYSITELIB}/IPython/core/tests/test_imports.py
+${PYSITELIB}/IPython/core/tests/test_imports.pyc
+${PYSITELIB}/IPython/core/tests/test_imports.pyo
+${PYSITELIB}/IPython/core/tests/test_inputsplitter.py
+${PYSITELIB}/IPython/core/tests/test_inputsplitter.pyc
+${PYSITELIB}/IPython/core/tests/test_inputsplitter.pyo
+${PYSITELIB}/IPython/core/tests/test_inputtransformer.py
+${PYSITELIB}/IPython/core/tests/test_inputtransformer.pyc
+${PYSITELIB}/IPython/core/tests/test_inputtransformer.pyo
+${PYSITELIB}/IPython/core/tests/test_interactiveshell.py
+${PYSITELIB}/IPython/core/tests/test_interactiveshell.pyc
+${PYSITELIB}/IPython/core/tests/test_interactiveshell.pyo
+${PYSITELIB}/IPython/core/tests/test_iplib.py
+${PYSITELIB}/IPython/core/tests/test_iplib.pyc
+${PYSITELIB}/IPython/core/tests/test_iplib.pyo
+${PYSITELIB}/IPython/core/tests/test_logger.py
+${PYSITELIB}/IPython/core/tests/test_logger.pyc
+${PYSITELIB}/IPython/core/tests/test_logger.pyo
+${PYSITELIB}/IPython/core/tests/test_magic.py
+${PYSITELIB}/IPython/core/tests/test_magic.pyc
+${PYSITELIB}/IPython/core/tests/test_magic.pyo
+${PYSITELIB}/IPython/core/tests/test_magic_arguments.py
+${PYSITELIB}/IPython/core/tests/test_magic_arguments.pyc
+${PYSITELIB}/IPython/core/tests/test_magic_arguments.pyo
+${PYSITELIB}/IPython/core/tests/test_magic_terminal.py
+${PYSITELIB}/IPython/core/tests/test_magic_terminal.pyc
+${PYSITELIB}/IPython/core/tests/test_magic_terminal.pyo
+${PYSITELIB}/IPython/core/tests/test_oinspect.py
+${PYSITELIB}/IPython/core/tests/test_oinspect.pyc
+${PYSITELIB}/IPython/core/tests/test_oinspect.pyo
+${PYSITELIB}/IPython/core/tests/test_page.py
+${PYSITELIB}/IPython/core/tests/test_page.pyc
+${PYSITELIB}/IPython/core/tests/test_page.pyo
+${PYSITELIB}/IPython/core/tests/test_paths.py
+${PYSITELIB}/IPython/core/tests/test_paths.pyc
+${PYSITELIB}/IPython/core/tests/test_paths.pyo
+${PYSITELIB}/IPython/core/tests/test_prefilter.py
+${PYSITELIB}/IPython/core/tests/test_prefilter.pyc
+${PYSITELIB}/IPython/core/tests/test_prefilter.pyo
+${PYSITELIB}/IPython/core/tests/test_profile.py
+${PYSITELIB}/IPython/core/tests/test_profile.pyc
+${PYSITELIB}/IPython/core/tests/test_profile.pyo
+${PYSITELIB}/IPython/core/tests/test_prompts.py
+${PYSITELIB}/IPython/core/tests/test_prompts.pyc
+${PYSITELIB}/IPython/core/tests/test_prompts.pyo
+${PYSITELIB}/IPython/core/tests/test_pylabtools.py
+${PYSITELIB}/IPython/core/tests/test_pylabtools.pyc
+${PYSITELIB}/IPython/core/tests/test_pylabtools.pyo
+${PYSITELIB}/IPython/core/tests/test_run.py
+${PYSITELIB}/IPython/core/tests/test_run.pyc
+${PYSITELIB}/IPython/core/tests/test_run.pyo
+${PYSITELIB}/IPython/core/tests/test_shellapp.py
+${PYSITELIB}/IPython/core/tests/test_shellapp.pyc
+${PYSITELIB}/IPython/core/tests/test_shellapp.pyo
+${PYSITELIB}/IPython/core/tests/test_splitinput.py
+${PYSITELIB}/IPython/core/tests/test_splitinput.pyc
+${PYSITELIB}/IPython/core/tests/test_splitinput.pyo
+${PYSITELIB}/IPython/core/tests/test_ultratb.py
+${PYSITELIB}/IPython/core/tests/test_ultratb.pyc
+${PYSITELIB}/IPython/core/tests/test_ultratb.pyo
+${PYSITELIB}/IPython/core/ultratb.py
+${PYSITELIB}/IPython/core/ultratb.pyc
+${PYSITELIB}/IPython/core/ultratb.pyo
+${PYSITELIB}/IPython/core/usage.py
+${PYSITELIB}/IPython/core/usage.pyc
+${PYSITELIB}/IPython/core/usage.pyo
+${PYSITELIB}/IPython/display.py
+${PYSITELIB}/IPython/display.pyc
+${PYSITELIB}/IPython/display.pyo
+${PYSITELIB}/IPython/extensions/__init__.py
+${PYSITELIB}/IPython/extensions/__init__.pyc
+${PYSITELIB}/IPython/extensions/__init__.pyo
+${PYSITELIB}/IPython/extensions/autoreload.py
+${PYSITELIB}/IPython/extensions/autoreload.pyc
+${PYSITELIB}/IPython/extensions/autoreload.pyo
+${PYSITELIB}/IPython/extensions/cythonmagic.py
+${PYSITELIB}/IPython/extensions/cythonmagic.pyc
+${PYSITELIB}/IPython/extensions/cythonmagic.pyo
+${PYSITELIB}/IPython/extensions/rmagic.py
+${PYSITELIB}/IPython/extensions/rmagic.pyc
+${PYSITELIB}/IPython/extensions/rmagic.pyo
+${PYSITELIB}/IPython/extensions/storemagic.py
+${PYSITELIB}/IPython/extensions/storemagic.pyc
+${PYSITELIB}/IPython/extensions/storemagic.pyo
+${PYSITELIB}/IPython/extensions/sympyprinting.py
+${PYSITELIB}/IPython/extensions/sympyprinting.pyc
+${PYSITELIB}/IPython/extensions/sympyprinting.pyo
+${PYSITELIB}/IPython/extensions/tests/__init__.py
+${PYSITELIB}/IPython/extensions/tests/__init__.pyc
+${PYSITELIB}/IPython/extensions/tests/__init__.pyo
+${PYSITELIB}/IPython/extensions/tests/test_autoreload.py
+${PYSITELIB}/IPython/extensions/tests/test_autoreload.pyc
+${PYSITELIB}/IPython/extensions/tests/test_autoreload.pyo
+${PYSITELIB}/IPython/extensions/tests/test_storemagic.py
+${PYSITELIB}/IPython/extensions/tests/test_storemagic.pyc
+${PYSITELIB}/IPython/extensions/tests/test_storemagic.pyo
+${PYSITELIB}/IPython/external/__init__.py
+${PYSITELIB}/IPython/external/__init__.pyc
+${PYSITELIB}/IPython/external/__init__.pyo
+${PYSITELIB}/IPython/external/decorators/__init__.py
+${PYSITELIB}/IPython/external/decorators/__init__.pyc
+${PYSITELIB}/IPython/external/decorators/__init__.pyo
+${PYSITELIB}/IPython/external/decorators/_decorators.py
+${PYSITELIB}/IPython/external/decorators/_decorators.pyc
+${PYSITELIB}/IPython/external/decorators/_decorators.pyo
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_noseclasses.py
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_noseclasses.pyc
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_noseclasses.pyo
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_utils.py
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_utils.pyc
+${PYSITELIB}/IPython/external/decorators/_numpy_testing_utils.pyo
+${PYSITELIB}/IPython/external/mathjax.py
+${PYSITELIB}/IPython/external/mathjax.pyc
+${PYSITELIB}/IPython/external/mathjax.pyo
+${PYSITELIB}/IPython/external/qt_for_kernel.py
+${PYSITELIB}/IPython/external/qt_for_kernel.pyc
+${PYSITELIB}/IPython/external/qt_for_kernel.pyo
+${PYSITELIB}/IPython/external/qt_loaders.py
+${PYSITELIB}/IPython/external/qt_loaders.pyc
+${PYSITELIB}/IPython/external/qt_loaders.pyo
+${PYSITELIB}/IPython/frontend.py
+${PYSITELIB}/IPython/frontend.pyc
+${PYSITELIB}/IPython/frontend.pyo
+${PYSITELIB}/IPython/html.py
+${PYSITELIB}/IPython/html.pyc
+${PYSITELIB}/IPython/html.pyo
+${PYSITELIB}/IPython/kernel/__init__.py
+${PYSITELIB}/IPython/kernel/__init__.pyc
+${PYSITELIB}/IPython/kernel/__init__.pyo
+${PYSITELIB}/IPython/kernel/__main__.py
+${PYSITELIB}/IPython/kernel/__main__.pyc
+${PYSITELIB}/IPython/kernel/__main__.pyo
+${PYSITELIB}/IPython/kernel/adapter.py
+${PYSITELIB}/IPython/kernel/adapter.pyc
+${PYSITELIB}/IPython/kernel/adapter.pyo
+${PYSITELIB}/IPython/kernel/channels.py
+${PYSITELIB}/IPython/kernel/channels.pyc
+${PYSITELIB}/IPython/kernel/channels.pyo
+${PYSITELIB}/IPython/kernel/channelsabc.py
+${PYSITELIB}/IPython/kernel/channelsabc.pyc
+${PYSITELIB}/IPython/kernel/channelsabc.pyo
+${PYSITELIB}/IPython/kernel/client.py
+${PYSITELIB}/IPython/kernel/client.pyc
+${PYSITELIB}/IPython/kernel/client.pyo
+${PYSITELIB}/IPython/kernel/clientabc.py
+${PYSITELIB}/IPython/kernel/clientabc.pyc
+${PYSITELIB}/IPython/kernel/clientabc.pyo
+${PYSITELIB}/IPython/kernel/connect.py
+${PYSITELIB}/IPython/kernel/connect.pyc
+${PYSITELIB}/IPython/kernel/connect.pyo
+${PYSITELIB}/IPython/kernel/kernelspec.py
+${PYSITELIB}/IPython/kernel/kernelspec.pyc
+${PYSITELIB}/IPython/kernel/kernelspec.pyo
+${PYSITELIB}/IPython/kernel/kernelspecapp.py
+${PYSITELIB}/IPython/kernel/kernelspecapp.pyc
+${PYSITELIB}/IPython/kernel/kernelspecapp.pyo
+${PYSITELIB}/IPython/kernel/launcher.py
+${PYSITELIB}/IPython/kernel/launcher.pyc
+${PYSITELIB}/IPython/kernel/launcher.pyo
+${PYSITELIB}/IPython/kernel/manager.py
+${PYSITELIB}/IPython/kernel/manager.pyc
+${PYSITELIB}/IPython/kernel/manager.pyo
+${PYSITELIB}/IPython/kernel/managerabc.py
+${PYSITELIB}/IPython/kernel/managerabc.pyc
+${PYSITELIB}/IPython/kernel/managerabc.pyo
+${PYSITELIB}/IPython/kernel/multikernelmanager.py
+${PYSITELIB}/IPython/kernel/multikernelmanager.pyc
+${PYSITELIB}/IPython/kernel/multikernelmanager.pyo
+${PYSITELIB}/IPython/kernel/restarter.py
+${PYSITELIB}/IPython/kernel/restarter.pyc
+${PYSITELIB}/IPython/kernel/restarter.pyo
+${PYSITELIB}/IPython/kernel/threaded.py
+${PYSITELIB}/IPython/kernel/threaded.pyc
+${PYSITELIB}/IPython/kernel/threaded.pyo
+${PYSITELIB}/IPython/lib/__init__.py
+${PYSITELIB}/IPython/lib/__init__.pyc
+${PYSITELIB}/IPython/lib/__init__.pyo
+${PYSITELIB}/IPython/lib/backgroundjobs.py
+${PYSITELIB}/IPython/lib/backgroundjobs.pyc
+${PYSITELIB}/IPython/lib/backgroundjobs.pyo
+${PYSITELIB}/IPython/lib/clipboard.py
+${PYSITELIB}/IPython/lib/clipboard.pyc
+${PYSITELIB}/IPython/lib/clipboard.pyo
+${PYSITELIB}/IPython/lib/deepreload.py
+${PYSITELIB}/IPython/lib/deepreload.pyc
+${PYSITELIB}/IPython/lib/deepreload.pyo
+${PYSITELIB}/IPython/lib/demo.py
+${PYSITELIB}/IPython/lib/demo.pyc
+${PYSITELIB}/IPython/lib/demo.pyo
+${PYSITELIB}/IPython/lib/display.py
+${PYSITELIB}/IPython/lib/display.pyc
+${PYSITELIB}/IPython/lib/display.pyo
+${PYSITELIB}/IPython/lib/editorhooks.py
+${PYSITELIB}/IPython/lib/editorhooks.pyc
+${PYSITELIB}/IPython/lib/editorhooks.pyo
+${PYSITELIB}/IPython/lib/guisupport.py
+${PYSITELIB}/IPython/lib/guisupport.pyc
+${PYSITELIB}/IPython/lib/guisupport.pyo
+${PYSITELIB}/IPython/lib/inputhook.py
+${PYSITELIB}/IPython/lib/inputhook.pyc
+${PYSITELIB}/IPython/lib/inputhook.pyo
+${PYSITELIB}/IPython/lib/inputhookglut.py
+${PYSITELIB}/IPython/lib/inputhookglut.pyc
+${PYSITELIB}/IPython/lib/inputhookglut.pyo
+${PYSITELIB}/IPython/lib/inputhookgtk.py
+${PYSITELIB}/IPython/lib/inputhookgtk.pyc
+${PYSITELIB}/IPython/lib/inputhookgtk.pyo
+${PYSITELIB}/IPython/lib/inputhookgtk3.py
+${PYSITELIB}/IPython/lib/inputhookgtk3.pyc
+${PYSITELIB}/IPython/lib/inputhookgtk3.pyo
+${PYSITELIB}/IPython/lib/inputhookpyglet.py
+${PYSITELIB}/IPython/lib/inputhookpyglet.pyc
+${PYSITELIB}/IPython/lib/inputhookpyglet.pyo
+${PYSITELIB}/IPython/lib/inputhookqt4.py
+${PYSITELIB}/IPython/lib/inputhookqt4.pyc
+${PYSITELIB}/IPython/lib/inputhookqt4.pyo
+${PYSITELIB}/IPython/lib/inputhookwx.py
+${PYSITELIB}/IPython/lib/inputhookwx.pyc
+${PYSITELIB}/IPython/lib/inputhookwx.pyo
+${PYSITELIB}/IPython/lib/kernel.py
+${PYSITELIB}/IPython/lib/kernel.pyc
+${PYSITELIB}/IPython/lib/kernel.pyo
+${PYSITELIB}/IPython/lib/latextools.py
+${PYSITELIB}/IPython/lib/latextools.pyc
+${PYSITELIB}/IPython/lib/latextools.pyo
+${PYSITELIB}/IPython/lib/lexers.py
+${PYSITELIB}/IPython/lib/lexers.pyc
+${PYSITELIB}/IPython/lib/lexers.pyo
+${PYSITELIB}/IPython/lib/pretty.py
+${PYSITELIB}/IPython/lib/pretty.pyc
+${PYSITELIB}/IPython/lib/pretty.pyo
+${PYSITELIB}/IPython/lib/security.py
+${PYSITELIB}/IPython/lib/security.pyc
+${PYSITELIB}/IPython/lib/security.pyo
+${PYSITELIB}/IPython/lib/tests/__init__.py
+${PYSITELIB}/IPython/lib/tests/__init__.pyc
+${PYSITELIB}/IPython/lib/tests/__init__.pyo
+${PYSITELIB}/IPython/lib/tests/test.wav
+${PYSITELIB}/IPython/lib/tests/test_backgroundjobs.py
+${PYSITELIB}/IPython/lib/tests/test_backgroundjobs.pyc
+${PYSITELIB}/IPython/lib/tests/test_backgroundjobs.pyo
+${PYSITELIB}/IPython/lib/tests/test_clipboard.py
+${PYSITELIB}/IPython/lib/tests/test_clipboard.pyc
+${PYSITELIB}/IPython/lib/tests/test_clipboard.pyo
+${PYSITELIB}/IPython/lib/tests/test_deepreload.py
+${PYSITELIB}/IPython/lib/tests/test_deepreload.pyc
+${PYSITELIB}/IPython/lib/tests/test_deepreload.pyo
+${PYSITELIB}/IPython/lib/tests/test_display.py
+${PYSITELIB}/IPython/lib/tests/test_display.pyc
+${PYSITELIB}/IPython/lib/tests/test_display.pyo
+${PYSITELIB}/IPython/lib/tests/test_editorhooks.py
+${PYSITELIB}/IPython/lib/tests/test_editorhooks.pyc
+${PYSITELIB}/IPython/lib/tests/test_editorhooks.pyo
+${PYSITELIB}/IPython/lib/tests/test_imports.py
+${PYSITELIB}/IPython/lib/tests/test_imports.pyc
+${PYSITELIB}/IPython/lib/tests/test_imports.pyo
+${PYSITELIB}/IPython/lib/tests/test_latextools.py
+${PYSITELIB}/IPython/lib/tests/test_latextools.pyc
+${PYSITELIB}/IPython/lib/tests/test_latextools.pyo
+${PYSITELIB}/IPython/lib/tests/test_lexers.py
+${PYSITELIB}/IPython/lib/tests/test_lexers.pyc
+${PYSITELIB}/IPython/lib/tests/test_lexers.pyo
+${PYSITELIB}/IPython/lib/tests/test_pretty.py
+${PYSITELIB}/IPython/lib/tests/test_pretty.pyc
+${PYSITELIB}/IPython/lib/tests/test_pretty.pyo
+${PYSITELIB}/IPython/lib/tests/test_security.py
+${PYSITELIB}/IPython/lib/tests/test_security.pyc
+${PYSITELIB}/IPython/lib/tests/test_security.pyo
+${PYSITELIB}/IPython/nbconvert.py
+${PYSITELIB}/IPython/nbconvert.pyc
+${PYSITELIB}/IPython/nbconvert.pyo
+${PYSITELIB}/IPython/nbformat.py
+${PYSITELIB}/IPython/nbformat.pyc
+${PYSITELIB}/IPython/nbformat.pyo
+${PYSITELIB}/IPython/parallel.py
+${PYSITELIB}/IPython/parallel.pyc
+${PYSITELIB}/IPython/parallel.pyo
+${PYSITELIB}/IPython/paths.py
+${PYSITELIB}/IPython/paths.pyc
+${PYSITELIB}/IPython/paths.pyo
+${PYSITELIB}/IPython/qt.py
+${PYSITELIB}/IPython/qt.pyc
+${PYSITELIB}/IPython/qt.pyo
+${PYSITELIB}/IPython/sphinxext/__init__.py
+${PYSITELIB}/IPython/sphinxext/__init__.pyc
+${PYSITELIB}/IPython/sphinxext/__init__.pyo
+${PYSITELIB}/IPython/sphinxext/custom_doctests.py
+${PYSITELIB}/IPython/sphinxext/custom_doctests.pyc
+${PYSITELIB}/IPython/sphinxext/custom_doctests.pyo
+${PYSITELIB}/IPython/sphinxext/ipython_console_highlighting.py
+${PYSITELIB}/IPython/sphinxext/ipython_console_highlighting.pyc
+${PYSITELIB}/IPython/sphinxext/ipython_console_highlighting.pyo
+${PYSITELIB}/IPython/sphinxext/ipython_directive.py
+${PYSITELIB}/IPython/sphinxext/ipython_directive.pyc
+${PYSITELIB}/IPython/sphinxext/ipython_directive.pyo
+${PYSITELIB}/IPython/terminal/__init__.py
+${PYSITELIB}/IPython/terminal/__init__.pyc
+${PYSITELIB}/IPython/terminal/__init__.pyo
+${PYSITELIB}/IPython/terminal/console.py
+${PYSITELIB}/IPython/terminal/console.pyc
+${PYSITELIB}/IPython/terminal/console.pyo
+${PYSITELIB}/IPython/terminal/debugger.py
+${PYSITELIB}/IPython/terminal/debugger.pyc
+${PYSITELIB}/IPython/terminal/debugger.pyo
+${PYSITELIB}/IPython/terminal/embed.py
+${PYSITELIB}/IPython/terminal/embed.pyc
+${PYSITELIB}/IPython/terminal/embed.pyo
+${PYSITELIB}/IPython/terminal/interactiveshell.py
+${PYSITELIB}/IPython/terminal/interactiveshell.pyc
+${PYSITELIB}/IPython/terminal/interactiveshell.pyo
+${PYSITELIB}/IPython/terminal/ipapp.py
+${PYSITELIB}/IPython/terminal/ipapp.pyc
+${PYSITELIB}/IPython/terminal/ipapp.pyo
+${PYSITELIB}/IPython/terminal/magics.py
+${PYSITELIB}/IPython/terminal/magics.pyc
+${PYSITELIB}/IPython/terminal/magics.pyo
+${PYSITELIB}/IPython/terminal/prompts.py
+${PYSITELIB}/IPython/terminal/prompts.pyc
+${PYSITELIB}/IPython/terminal/prompts.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/__init__.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/__init__.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/__init__.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/glut.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/glut.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/glut.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk3.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk3.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/gtk3.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/osx.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/osx.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/osx.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/pyglet.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/pyglet.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/pyglet.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/qt.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/qt.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/qt.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/tk.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/tk.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/tk.pyo
+${PYSITELIB}/IPython/terminal/pt_inputhooks/wx.py
+${PYSITELIB}/IPython/terminal/pt_inputhooks/wx.pyc
+${PYSITELIB}/IPython/terminal/pt_inputhooks/wx.pyo
+${PYSITELIB}/IPython/terminal/ptshell.py
+${PYSITELIB}/IPython/terminal/ptshell.pyc
+${PYSITELIB}/IPython/terminal/ptshell.pyo
+${PYSITELIB}/IPython/terminal/ptutils.py
+${PYSITELIB}/IPython/terminal/ptutils.pyc
+${PYSITELIB}/IPython/terminal/ptutils.pyo
+${PYSITELIB}/IPython/terminal/shortcuts.py
+${PYSITELIB}/IPython/terminal/shortcuts.pyc
+${PYSITELIB}/IPython/terminal/shortcuts.pyo
+${PYSITELIB}/IPython/terminal/tests/__init__.py
+${PYSITELIB}/IPython/terminal/tests/__init__.pyc
+${PYSITELIB}/IPython/terminal/tests/__init__.pyo
+${PYSITELIB}/IPython/terminal/tests/test_embed.py
+${PYSITELIB}/IPython/terminal/tests/test_embed.pyc
+${PYSITELIB}/IPython/terminal/tests/test_embed.pyo
+${PYSITELIB}/IPython/terminal/tests/test_help.py
+${PYSITELIB}/IPython/terminal/tests/test_help.pyc
+${PYSITELIB}/IPython/terminal/tests/test_help.pyo
+${PYSITELIB}/IPython/terminal/tests/test_interactivshell.py
+${PYSITELIB}/IPython/terminal/tests/test_interactivshell.pyc
+${PYSITELIB}/IPython/terminal/tests/test_interactivshell.pyo
+${PYSITELIB}/IPython/testing/__init__.py
+${PYSITELIB}/IPython/testing/__init__.pyc
+${PYSITELIB}/IPython/testing/__init__.pyo
+${PYSITELIB}/IPython/testing/__main__.py
+${PYSITELIB}/IPython/testing/__main__.pyc
+${PYSITELIB}/IPython/testing/__main__.pyo
+${PYSITELIB}/IPython/testing/decorators.py
+${PYSITELIB}/IPython/testing/decorators.pyc
+${PYSITELIB}/IPython/testing/decorators.pyo
+${PYSITELIB}/IPython/testing/globalipapp.py
+${PYSITELIB}/IPython/testing/globalipapp.pyc
+${PYSITELIB}/IPython/testing/globalipapp.pyo
+${PYSITELIB}/IPython/testing/iptest.py
+${PYSITELIB}/IPython/testing/iptest.pyc
+${PYSITELIB}/IPython/testing/iptest.pyo
+${PYSITELIB}/IPython/testing/iptestcontroller.py
+${PYSITELIB}/IPython/testing/iptestcontroller.pyc
+${PYSITELIB}/IPython/testing/iptestcontroller.pyo
+${PYSITELIB}/IPython/testing/ipunittest.py
+${PYSITELIB}/IPython/testing/ipunittest.pyc
+${PYSITELIB}/IPython/testing/ipunittest.pyo
+${PYSITELIB}/IPython/testing/plugin/README.txt
+${PYSITELIB}/IPython/testing/plugin/__init__.py
+${PYSITELIB}/IPython/testing/plugin/__init__.pyc
+${PYSITELIB}/IPython/testing/plugin/__init__.pyo
+${PYSITELIB}/IPython/testing/plugin/dtexample.py
+${PYSITELIB}/IPython/testing/plugin/dtexample.pyc
+${PYSITELIB}/IPython/testing/plugin/dtexample.pyo
+${PYSITELIB}/IPython/testing/plugin/ipdoctest.py
+${PYSITELIB}/IPython/testing/plugin/ipdoctest.pyc
+${PYSITELIB}/IPython/testing/plugin/ipdoctest.pyo
+${PYSITELIB}/IPython/testing/plugin/iptest.py
+${PYSITELIB}/IPython/testing/plugin/iptest.pyc
+${PYSITELIB}/IPython/testing/plugin/iptest.pyo
+${PYSITELIB}/IPython/testing/plugin/setup.py
+${PYSITELIB}/IPython/testing/plugin/setup.pyc
+${PYSITELIB}/IPython/testing/plugin/setup.pyo
+${PYSITELIB}/IPython/testing/plugin/show_refs.py
+${PYSITELIB}/IPython/testing/plugin/show_refs.pyc
+${PYSITELIB}/IPython/testing/plugin/show_refs.pyo
+${PYSITELIB}/IPython/testing/plugin/simple.py
+${PYSITELIB}/IPython/testing/plugin/simple.pyc
+${PYSITELIB}/IPython/testing/plugin/simple.pyo
+${PYSITELIB}/IPython/testing/plugin/simplevars.py
+${PYSITELIB}/IPython/testing/plugin/simplevars.pyc
+${PYSITELIB}/IPython/testing/plugin/simplevars.pyo
+${PYSITELIB}/IPython/testing/plugin/test_combo.txt
+${PYSITELIB}/IPython/testing/plugin/test_example.txt
+${PYSITELIB}/IPython/testing/plugin/test_exampleip.txt
+${PYSITELIB}/IPython/testing/plugin/test_ipdoctest.py
+${PYSITELIB}/IPython/testing/plugin/test_ipdoctest.pyc
+${PYSITELIB}/IPython/testing/plugin/test_ipdoctest.pyo
+${PYSITELIB}/IPython/testing/plugin/test_refs.py
+${PYSITELIB}/IPython/testing/plugin/test_refs.pyc
+${PYSITELIB}/IPython/testing/plugin/test_refs.pyo
+${PYSITELIB}/IPython/testing/skipdoctest.py
+${PYSITELIB}/IPython/testing/skipdoctest.pyc
+${PYSITELIB}/IPython/testing/skipdoctest.pyo
+${PYSITELIB}/IPython/testing/tests/__init__.py
+${PYSITELIB}/IPython/testing/tests/__init__.pyc
+${PYSITELIB}/IPython/testing/tests/__init__.pyo
+${PYSITELIB}/IPython/testing/tests/test_decorators.py
+${PYSITELIB}/IPython/testing/tests/test_decorators.pyc
+${PYSITELIB}/IPython/testing/tests/test_decorators.pyo
+${PYSITELIB}/IPython/testing/tests/test_ipunittest.py
+${PYSITELIB}/IPython/testing/tests/test_ipunittest.pyc
+${PYSITELIB}/IPython/testing/tests/test_ipunittest.pyo
+${PYSITELIB}/IPython/testing/tests/test_tools.py
+${PYSITELIB}/IPython/testing/tests/test_tools.pyc
+${PYSITELIB}/IPython/testing/tests/test_tools.pyo
+${PYSITELIB}/IPython/testing/tools.py
+${PYSITELIB}/IPython/testing/tools.pyc
+${PYSITELIB}/IPython/testing/tools.pyo
+${PYSITELIB}/IPython/utils/PyColorize.py
+${PYSITELIB}/IPython/utils/PyColorize.pyc
+${PYSITELIB}/IPython/utils/PyColorize.pyo
+${PYSITELIB}/IPython/utils/__init__.py
+${PYSITELIB}/IPython/utils/__init__.pyc
+${PYSITELIB}/IPython/utils/__init__.pyo
+${PYSITELIB}/IPython/utils/_get_terminal_size.py
+${PYSITELIB}/IPython/utils/_get_terminal_size.pyc
+${PYSITELIB}/IPython/utils/_get_terminal_size.pyo
+${PYSITELIB}/IPython/utils/_process_cli.py
+${PYSITELIB}/IPython/utils/_process_cli.pyc
+${PYSITELIB}/IPython/utils/_process_cli.pyo
+${PYSITELIB}/IPython/utils/_process_common.py
+${PYSITELIB}/IPython/utils/_process_common.pyc
+${PYSITELIB}/IPython/utils/_process_common.pyo
+${PYSITELIB}/IPython/utils/_process_posix.py
+${PYSITELIB}/IPython/utils/_process_posix.pyc
+${PYSITELIB}/IPython/utils/_process_posix.pyo
+${PYSITELIB}/IPython/utils/_process_win32.py
+${PYSITELIB}/IPython/utils/_process_win32.pyc
+${PYSITELIB}/IPython/utils/_process_win32.pyo
+${PYSITELIB}/IPython/utils/_process_win32_controller.py
+${PYSITELIB}/IPython/utils/_process_win32_controller.pyc
+${PYSITELIB}/IPython/utils/_process_win32_controller.pyo
+${PYSITELIB}/IPython/utils/_signatures.py
+${PYSITELIB}/IPython/utils/_signatures.pyc
+${PYSITELIB}/IPython/utils/_signatures.pyo
+${PYSITELIB}/IPython/utils/_sysinfo.py
+${PYSITELIB}/IPython/utils/_sysinfo.pyc
+${PYSITELIB}/IPython/utils/_sysinfo.pyo
+${PYSITELIB}/IPython/utils/_tokenize_py2.py
+${PYSITELIB}/IPython/utils/_tokenize_py2.pyc
+${PYSITELIB}/IPython/utils/_tokenize_py2.pyo
+${PYSITELIB}/IPython/utils/_tokenize_py3.py
+${PYSITELIB}/IPython/utils/_tokenize_py3.pyc
+${PYSITELIB}/IPython/utils/_tokenize_py3.pyo
+${PYSITELIB}/IPython/utils/capture.py
+${PYSITELIB}/IPython/utils/capture.pyc
+${PYSITELIB}/IPython/utils/capture.pyo
+${PYSITELIB}/IPython/utils/colorable.py
+${PYSITELIB}/IPython/utils/colorable.pyc
+${PYSITELIB}/IPython/utils/colorable.pyo
+${PYSITELIB}/IPython/utils/coloransi.py
+${PYSITELIB}/IPython/utils/coloransi.pyc
+${PYSITELIB}/IPython/utils/coloransi.pyo
+${PYSITELIB}/IPython/utils/contexts.py
+${PYSITELIB}/IPython/utils/contexts.pyc
+${PYSITELIB}/IPython/utils/contexts.pyo
+${PYSITELIB}/IPython/utils/daemonize.py
+${PYSITELIB}/IPython/utils/daemonize.pyc
+${PYSITELIB}/IPython/utils/daemonize.pyo
+${PYSITELIB}/IPython/utils/data.py
+${PYSITELIB}/IPython/utils/data.pyc
+${PYSITELIB}/IPython/utils/data.pyo
+${PYSITELIB}/IPython/utils/decorators.py
+${PYSITELIB}/IPython/utils/decorators.pyc
+${PYSITELIB}/IPython/utils/decorators.pyo
+${PYSITELIB}/IPython/utils/dir2.py
+${PYSITELIB}/IPython/utils/dir2.pyc
+${PYSITELIB}/IPython/utils/dir2.pyo
+${PYSITELIB}/IPython/utils/encoding.py
+${PYSITELIB}/IPython/utils/encoding.pyc
+${PYSITELIB}/IPython/utils/encoding.pyo
+${PYSITELIB}/IPython/utils/eventful.py
+${PYSITELIB}/IPython/utils/eventful.pyc
+${PYSITELIB}/IPython/utils/eventful.pyo
+${PYSITELIB}/IPython/utils/frame.py
+${PYSITELIB}/IPython/utils/frame.pyc
+${PYSITELIB}/IPython/utils/frame.pyo
+${PYSITELIB}/IPython/utils/generics.py
+${PYSITELIB}/IPython/utils/generics.pyc
+${PYSITELIB}/IPython/utils/generics.pyo
+${PYSITELIB}/IPython/utils/importstring.py
+${PYSITELIB}/IPython/utils/importstring.pyc
+${PYSITELIB}/IPython/utils/importstring.pyo
+${PYSITELIB}/IPython/utils/io.py
+${PYSITELIB}/IPython/utils/io.pyc
+${PYSITELIB}/IPython/utils/io.pyo
+${PYSITELIB}/IPython/utils/ipstruct.py
+${PYSITELIB}/IPython/utils/ipstruct.pyc
+${PYSITELIB}/IPython/utils/ipstruct.pyo
+${PYSITELIB}/IPython/utils/jsonutil.py
+${PYSITELIB}/IPython/utils/jsonutil.pyc
+${PYSITELIB}/IPython/utils/jsonutil.pyo
+${PYSITELIB}/IPython/utils/localinterfaces.py
+${PYSITELIB}/IPython/utils/localinterfaces.pyc
+${PYSITELIB}/IPython/utils/localinterfaces.pyo
+${PYSITELIB}/IPython/utils/log.py
+${PYSITELIB}/IPython/utils/log.pyc
+${PYSITELIB}/IPython/utils/log.pyo
+${PYSITELIB}/IPython/utils/module_paths.py
+${PYSITELIB}/IPython/utils/module_paths.pyc
+${PYSITELIB}/IPython/utils/module_paths.pyo
+${PYSITELIB}/IPython/utils/openpy.py
+${PYSITELIB}/IPython/utils/openpy.pyc
+${PYSITELIB}/IPython/utils/openpy.pyo
+${PYSITELIB}/IPython/utils/path.py
+${PYSITELIB}/IPython/utils/path.pyc
+${PYSITELIB}/IPython/utils/path.pyo
+${PYSITELIB}/IPython/utils/pickleutil.py
+${PYSITELIB}/IPython/utils/pickleutil.pyc
+${PYSITELIB}/IPython/utils/pickleutil.pyo
+${PYSITELIB}/IPython/utils/process.py
+${PYSITELIB}/IPython/utils/process.pyc
+${PYSITELIB}/IPython/utils/process.pyo
+${PYSITELIB}/IPython/utils/py3compat.py
+${PYSITELIB}/IPython/utils/py3compat.pyc
+${PYSITELIB}/IPython/utils/py3compat.pyo
+${PYSITELIB}/IPython/utils/rlineimpl.py
+${PYSITELIB}/IPython/utils/rlineimpl.pyc
+${PYSITELIB}/IPython/utils/rlineimpl.pyo
+${PYSITELIB}/IPython/utils/sentinel.py
+${PYSITELIB}/IPython/utils/sentinel.pyc
+${PYSITELIB}/IPython/utils/sentinel.pyo
+${PYSITELIB}/IPython/utils/shimmodule.py
+${PYSITELIB}/IPython/utils/shimmodule.pyc
+${PYSITELIB}/IPython/utils/shimmodule.pyo
+${PYSITELIB}/IPython/utils/signatures.py
+${PYSITELIB}/IPython/utils/signatures.pyc
+${PYSITELIB}/IPython/utils/signatures.pyo
+${PYSITELIB}/IPython/utils/strdispatch.py
+${PYSITELIB}/IPython/utils/strdispatch.pyc
+${PYSITELIB}/IPython/utils/strdispatch.pyo
+${PYSITELIB}/IPython/utils/sysinfo.py
+${PYSITELIB}/IPython/utils/sysinfo.pyc
+${PYSITELIB}/IPython/utils/sysinfo.pyo
+${PYSITELIB}/IPython/utils/syspathcontext.py
+${PYSITELIB}/IPython/utils/syspathcontext.pyc
+${PYSITELIB}/IPython/utils/syspathcontext.pyo
+${PYSITELIB}/IPython/utils/tempdir.py
+${PYSITELIB}/IPython/utils/tempdir.pyc
+${PYSITELIB}/IPython/utils/tempdir.pyo
+${PYSITELIB}/IPython/utils/terminal.py
+${PYSITELIB}/IPython/utils/terminal.pyc
+${PYSITELIB}/IPython/utils/terminal.pyo
+${PYSITELIB}/IPython/utils/tests/__init__.py
+${PYSITELIB}/IPython/utils/tests/__init__.pyc
+${PYSITELIB}/IPython/utils/tests/__init__.pyo
+${PYSITELIB}/IPython/utils/tests/test_capture.py
+${PYSITELIB}/IPython/utils/tests/test_capture.pyc
+${PYSITELIB}/IPython/utils/tests/test_capture.pyo
+${PYSITELIB}/IPython/utils/tests/test_decorators.py
+${PYSITELIB}/IPython/utils/tests/test_decorators.pyc
+${PYSITELIB}/IPython/utils/tests/test_decorators.pyo
+${PYSITELIB}/IPython/utils/tests/test_dir2.py
+${PYSITELIB}/IPython/utils/tests/test_dir2.pyc
+${PYSITELIB}/IPython/utils/tests/test_dir2.pyo
+${PYSITELIB}/IPython/utils/tests/test_imports.py
+${PYSITELIB}/IPython/utils/tests/test_imports.pyc
+${PYSITELIB}/IPython/utils/tests/test_imports.pyo
+${PYSITELIB}/IPython/utils/tests/test_importstring.py
+${PYSITELIB}/IPython/utils/tests/test_importstring.pyc
+${PYSITELIB}/IPython/utils/tests/test_importstring.pyo
+${PYSITELIB}/IPython/utils/tests/test_io.py
+${PYSITELIB}/IPython/utils/tests/test_io.pyc
+${PYSITELIB}/IPython/utils/tests/test_io.pyo
+${PYSITELIB}/IPython/utils/tests/test_module_paths.py
+${PYSITELIB}/IPython/utils/tests/test_module_paths.pyc
+${PYSITELIB}/IPython/utils/tests/test_module_paths.pyo
+${PYSITELIB}/IPython/utils/tests/test_openpy.py
+${PYSITELIB}/IPython/utils/tests/test_openpy.pyc
+${PYSITELIB}/IPython/utils/tests/test_openpy.pyo
+${PYSITELIB}/IPython/utils/tests/test_path.py
+${PYSITELIB}/IPython/utils/tests/test_path.pyc
+${PYSITELIB}/IPython/utils/tests/test_path.pyo
+${PYSITELIB}/IPython/utils/tests/test_process.py
+${PYSITELIB}/IPython/utils/tests/test_process.pyc
+${PYSITELIB}/IPython/utils/tests/test_process.pyo
+${PYSITELIB}/IPython/utils/tests/test_pycolorize.py
+${PYSITELIB}/IPython/utils/tests/test_pycolorize.pyc
+${PYSITELIB}/IPython/utils/tests/test_pycolorize.pyo
+${PYSITELIB}/IPython/utils/tests/test_shimmodule.py
+${PYSITELIB}/IPython/utils/tests/test_shimmodule.pyc
+${PYSITELIB}/IPython/utils/tests/test_shimmodule.pyo
+${PYSITELIB}/IPython/utils/tests/test_sysinfo.py
+${PYSITELIB}/IPython/utils/tests/test_sysinfo.pyc
+${PYSITELIB}/IPython/utils/tests/test_sysinfo.pyo
+${PYSITELIB}/IPython/utils/tests/test_tempdir.py
+${PYSITELIB}/IPython/utils/tests/test_tempdir.pyc
+${PYSITELIB}/IPython/utils/tests/test_tempdir.pyo
+${PYSITELIB}/IPython/utils/tests/test_text.py
+${PYSITELIB}/IPython/utils/tests/test_text.pyc
+${PYSITELIB}/IPython/utils/tests/test_text.pyo
+${PYSITELIB}/IPython/utils/tests/test_tokenutil.py
+${PYSITELIB}/IPython/utils/tests/test_tokenutil.pyc
+${PYSITELIB}/IPython/utils/tests/test_tokenutil.pyo
+${PYSITELIB}/IPython/utils/tests/test_wildcard.py
+${PYSITELIB}/IPython/utils/tests/test_wildcard.pyc
+${PYSITELIB}/IPython/utils/tests/test_wildcard.pyo
+${PYSITELIB}/IPython/utils/text.py
+${PYSITELIB}/IPython/utils/text.pyc
+${PYSITELIB}/IPython/utils/text.pyo
+${PYSITELIB}/IPython/utils/timing.py
+${PYSITELIB}/IPython/utils/timing.pyc
+${PYSITELIB}/IPython/utils/timing.pyo
+${PYSITELIB}/IPython/utils/tokenize2.py
+${PYSITELIB}/IPython/utils/tokenize2.pyc
+${PYSITELIB}/IPython/utils/tokenize2.pyo
+${PYSITELIB}/IPython/utils/tokenutil.py
+${PYSITELIB}/IPython/utils/tokenutil.pyc
+${PYSITELIB}/IPython/utils/tokenutil.pyo
+${PYSITELIB}/IPython/utils/traitlets.py
+${PYSITELIB}/IPython/utils/traitlets.pyc
+${PYSITELIB}/IPython/utils/traitlets.pyo
+${PYSITELIB}/IPython/utils/tz.py
+${PYSITELIB}/IPython/utils/tz.pyc
+${PYSITELIB}/IPython/utils/tz.pyo
+${PYSITELIB}/IPython/utils/ulinecache.py
+${PYSITELIB}/IPython/utils/ulinecache.pyc
+${PYSITELIB}/IPython/utils/ulinecache.pyo
+${PYSITELIB}/IPython/utils/version.py
+${PYSITELIB}/IPython/utils/version.pyc
+${PYSITELIB}/IPython/utils/version.pyo
+${PYSITELIB}/IPython/utils/warn.py
+${PYSITELIB}/IPython/utils/warn.pyc
+${PYSITELIB}/IPython/utils/warn.pyo
+${PYSITELIB}/IPython/utils/wildcard.py
+${PYSITELIB}/IPython/utils/wildcard.pyc
+${PYSITELIB}/IPython/utils/wildcard.pyo
+${PYSITELIB}/${EGG_FILE}
+man/man1/ipython${PYVERSSUFFIX}.1
Index: pkgsrc/devel/py-ipython5/distinfo
diff -u /dev/null pkgsrc/devel/py-ipython5/distinfo:1.1
--- /dev/null   Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/distinfo   Mon Oct 16 18:10:41 2017
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2017/10/16 18:10:41 adam Exp $
+
+SHA1 (ipython-5.5.0.tar.gz) = bd8b3f8dab9522e6f5b581945a056a39efc69739
+RMD160 (ipython-5.5.0.tar.gz) = dde4883b2de84451fb87203c7b79342994fd66a7
+SHA512 (ipython-5.5.0.tar.gz) = 2f9e92bdae16e6b6de62459a6b5fd5b2750028b973e903ab37c89dafdda5b3da9bf0feb73d0f3bf8b490ed03c6a66aea054e64afb32496607ecbc01d4ee05b76
+Size (ipython-5.5.0.tar.gz) = 4975920 bytes
+SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324

Index: pkgsrc/devel/py-ipython5/patches/patch-setupbase.py
diff -u /dev/null pkgsrc/devel/py-ipython5/patches/patch-setupbase.py:1.1
--- /dev/null   Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/patches/patch-setupbase.py Mon Oct 16 18:10:41 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-setupbase.py,v 1.1 2017/10/16 18:10:41 adam Exp $
+
+Honor PKGMANDIR
+
+--- setupbase.py.orig  2014-04-02 05:31:02.000000000 +0000
++++ setupbase.py
+@@ -272,7 +272,7 @@ def find_data_files():
+     Just man pages at this point.
+     """
+ 
+-    manpagebase = pjoin('share', 'man', 'man1')
++    manpagebase = pjoin(os.environ.get('PKGMANDIR'), 'man1')
+ 
+     # Simple file lists can be made by hand
+     manpages = [f for f in glob(pjoin('docs','man','*.1.gz')) if isfile(f)]



Home | Main Index | Thread Index | Old Index