Wednesday, August 29, 2018

[UPDATE] devel/ipython 5.3.0p0 -> 5.8.0 and devel/py-ipykernel 4.6.1p0 -> 4.9.0

Index: devel/ipython/Makefile
===================================================================
RCS file: /cvs/ports/devel/ipython/Makefile,v
retrieving revision 1.46
diff -u -p -u -r1.46 Makefile
--- devel/ipython/Makefile 28 Aug 2018 19:04:53 -0000 1.46
+++ devel/ipython/Makefile 29 Aug 2018 20:40:55 -0000
@@ -2,9 +2,8 @@

COMMENT= enhanced interactive Python shell

-MODPY_EGG_VERSION = 5.3.0
+MODPY_EGG_VERSION = 5.8.0
DISTNAME= ipython-${MODPY_EGG_VERSION}
-REVISION = 0
CATEGORIES= devel

HOMEPAGE= http://ipython.org/
@@ -15,26 +14,22 @@ MODULES= lang/python

RUN_DEPENDS = devel/py-decorator${MODPY_FLAVOR} \
databases/py-pickleshare${MODPY_FLAVOR} \
- devel/py-simplegeneric${MODPY_FLAVOR} \
- devel/py-traitlets${MODPY_FLAVOR} \
+ devel/py-simplegeneric${MODPY_FLAVOR}>0.8 \
+ devel/py-traitlets${MODPY_FLAVOR}>=4.2 \
devel/desktop-file-utils \
devel/py-pexpect${MODPY_FLAVOR} \
- devel/py-prompt_toolkit${MODPY_FLAVOR} \
+ devel/py-prompt_toolkit${MODPY_FLAVOR}>=1.0.4,<2.0.0 \
textproc/py-pygments${MODPY_FLAVOR}
+
# Note that if you have pdb++ installed, tests will fail.
TEST_DEPENDS = ${BASE_PKGPATH}=${MODPY_EGG_VERSION} \
- devel/py-path.py${MODPY_FLAVOR} \
+ graphics/py-matplotlib${MODPY_FLAVOR} \
devel/py-nbformat${MODPY_FLAVOR}>=4.2.0 \
devel/py-nose${MODPY_FLAVOR} \
+ devel/py-ipykernel${MODPY_FLAVOR} \
www/py-requests${MODPY_FLAVOR} \
devel/py-testpath${MODPY_FLAVOR}
-BUILD_DEPENDS = ${RUN_DEPENDS} \
- textproc/py-sphinx${MODPY_FLAVOR} \
- textproc/py-numpydoc${MODPY_FLAVOR} \
- devel/py-ipykernel${MODPY_FLAVOR}>=4.6.1 \
- devel/py-nose${MODPY_FLAVOR} \
- graphics/py-matplotlib${MODPY_FLAVOR} \
- www/py-requests${MODPY_FLAVOR}
+
# Optional dependency which gets picked up if it happens to be installed, thus
# causing race conditions under dpb. Pull it in to avoid this possibility.
BUILD_DEPENDS += www/py-mako${MODPY_FLAVOR}
@@ -47,43 +42,26 @@ MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=

-PORTHOME = ${WRKSRC}
-
.if ${FLAVOR:Mpython3}
PKGNAME = ipython${MODPY_MAJOR_VERSION}-${MODPY_EGG_VERSION}
RUN_DEPENDS += math/py-numpy,python3
.else
-RUN_DEPENDS += devel/py-backports-shutil-get-terminal-size
+RUN_DEPENDS += devel/py-backports-shutil-get-terminal-size \
+ devel/py-pathlib2
TEST_DEPENDS += devel/py-mock
.endif

-# Build some HTML docs. OK to ignore python and systrace warnings.
-MAKE_ENV += PYTHONPATH=${WRKSRC}
-post-build:
- cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html \
- SPHINXBUILD=${LOCALBASE}/bin/sphinx-build${MODPY_BIN_SUFFIX} \
- PYTHON=${MODPY_BIN}
-
# Despite the fact that setupbase.py defines paths for examples to
# be installed into, we still have to do it manually for some reason.
APPS_DIR = ${PREFIX}/share/applications/
-DOCS_DIR = ${PREFIX}/share/doc/ipython${MODPY_BIN_SUFFIX}/
-EXAMPLES_DIR = ${PREFIX}/share/examples/ipython${MODPY_BIN_SUFFIX}/

post-install:
- ${INSTALL_DATA_DIR} ${EXAMPLES_DIR}
${INSTALL_DATA_DIR} ${APPS_DIR}
- ${INSTALL_DATA_DIR} ${DOCS_DIR}

- rm ${WRKSRC}/examples/IPython\ Kernel/ipython.desktop.beforesubst
- rm ${WRKSRC}/examples/IPython\ Kernel/ipython.desktop.orig
- cp -r ${WRKSRC}/examples/* ${EXAMPLES_DIR}
- chown -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLES_DIR}/*
- mv ${EXAMPLES_DIR}/IPython\ Kernel/ipython.desktop \
+ chown -R ${SHAREOWN}:${SHAREGRP} \
+ ${WRKSRC}/examples/IPython\ Kernel/ipython.desktop
+ mv ${WRKSRC}/examples/IPython\ Kernel/ipython.desktop \
${APPS_DIR}/ipython${MODPY_BIN_SUFFIX}.desktop
-
- cp -r ${WRKSRC}/docs/build/html ${DOCS_DIR}/html
- chown -R ${SHAREOWN}:${SHAREGRP} ${DOCS_DIR}

mv ${PREFIX}/bin/ipython ${PREFIX}/bin/ipython${MODPY_BIN_SUFFIX}
mv ${PREFIX}/bin/iptest ${PREFIX}/bin/iptest${MODPY_BIN_SUFFIX}
Index: devel/ipython/distinfo
===================================================================
RCS file: /cvs/ports/devel/ipython/distinfo,v
retrieving revision 1.20
diff -u -p -u -r1.20 distinfo
--- devel/ipython/distinfo 1 May 2017 15:37:15 -0000 1.20
+++ devel/ipython/distinfo 29 Aug 2018 20:40:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (ipython-5.3.0.tar.gz) = v15hXn2W2sWmH7+Y2eKSbZiqVVgmgb6n6TgpkqP0PB0=
-SIZE (ipython-5.3.0.tar.gz) = 4967956
+SHA256 (ipython-5.8.0.tar.gz) = S6xkmFdhG6qvdryCwXOqVC90hkRsM1/hpsBdDUkciQY=
+SIZE (ipython-5.8.0.tar.gz) = 4977824
Index: devel/ipython/patches/patch-docs_autogen_shortcuts_py
===================================================================
RCS file: devel/ipython/patches/patch-docs_autogen_shortcuts_py
diff -N devel/ipython/patches/patch-docs_autogen_shortcuts_py
--- devel/ipython/patches/patch-docs_autogen_shortcuts_py 13 Dec 2016 14:50:45 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-$OpenBSD: patch-docs_autogen_shortcuts_py,v 1.1 2016/12/13 14:50:45 shadchin Exp $
---- docs/autogen_shortcuts.py.orig Sat Aug 13 17:56:43 2016
-+++ docs/autogen_shortcuts.py Tue Oct 11 14:15:43 2016
-@@ -1,8 +1,8 @@
- from os.path import abspath, dirname, join
-
- from IPython.terminal.interactiveshell import KeyBindingManager
-+from IPython.utils import py3compat
-
--
- def name(c):
- s = c.__class__.__name__
- if s == '_Invert':
-@@ -60,7 +60,7 @@ for kb in ipy_bindings:
- if not doc or doc in dummy_docs:
- continue
-
-- shortcut = ' '.join([k if isinstance(k, str) else k.name for k in kb.keys])
-+ shortcut = ' '.join([k if isinstance(k, py3compat.string_types) else k.name for k in kb.keys])
- shortcut += shortcut.endswith('\\') and '\\' or ''
- if hasattr(kb.filter, 'filters'):
- flt = ' '.join(multi_filter_str(kb.filter))
Index: devel/ipython/patches/patch-docs_source_conf_py
===================================================================
RCS file: devel/ipython/patches/patch-docs_source_conf_py
diff -N devel/ipython/patches/patch-docs_source_conf_py
--- devel/ipython/patches/patch-docs_source_conf_py 1 May 2017 15:37:15 -0000 1.5
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-docs_source_conf_py,v 1.5 2017/05/01 15:37:15 shadchin Exp $
-
-A problem with inheritance diagrams. Causes build to crash. Even if it
-did work, the generated diagrams have non-deterministic names, making
-putting their name in a PLIST somewhat difficult.
-
-Disable intersphinx.
-
---- docs/source/conf.py.orig Fri Feb 24 20:12:01 2017
-+++ docs/source/conf.py Sun Apr 23 20:51:07 2017
-@@ -55,8 +55,6 @@ extensions = [
- 'sphinx.ext.autodoc',
- 'sphinx.ext.autosummary',
- 'sphinx.ext.doctest',
-- 'sphinx.ext.inheritance_diagram',
-- 'sphinx.ext.intersphinx',
- 'IPython.sphinxext.ipython_console_highlighting',
- 'IPython.sphinxext.ipython_directive',
- 'sphinx.ext.napoleon', # to preprocess docstrings
Index: devel/ipython/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/ipython/pkg/PLIST,v
retrieving revision 1.23
diff -u -p -u -r1.23 PLIST
--- devel/ipython/pkg/PLIST 27 Jun 2018 21:03:40 -0000 1.23
+++ devel/ipython/pkg/PLIST 29 Aug 2018 20:40:55 -0000
@@ -520,6 +520,7 @@ lib/python${MODPY_VERSION}/site-packages
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}PyColorize.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}_get_terminal_size.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}_process_cli.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}_process_common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}_process_posix.${MODPY_PYC_MAGIC_TAG}pyc
@@ -572,6 +573,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}version.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}warn.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/IPython/utils/${MODPY_PYCACHE}wildcard.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/IPython/utils/_get_terminal_size.py
lib/python${MODPY_VERSION}/site-packages/IPython/utils/_process_cli.py
lib/python${MODPY_VERSION}/site-packages/IPython/utils/_process_common.py
lib/python${MODPY_VERSION}/site-packages/IPython/utils/_process_posix.py
@@ -665,498 +667,4 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/ipython-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
@man man/man1/ipython${MODPY_BIN_SUFFIX}.1
share/applications/ipython${MODPY_BIN_SUFFIX}.desktop
-share/doc/ipython${MODPY_BIN_SUFFIX}/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/.buildinfo
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_dashboard.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_dashboard_cluster.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_notebook_cythonmagic.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_notebook_long_out.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_notebook_octavemagic.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_notebook_rmagic.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_notebook_script_cells.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_notebook_spectrogram.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_notebook_tooltip.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_par_tb.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_013_qtconsole_completer.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ipy_kernel_and_terminal.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/kernel_selector_screenshot.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ms_visual_studio.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/notebook_specgram.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/other_kernels.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/ptshell_features.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/qtconsole.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/qtconsole_tabbed.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/running-crop.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/treeview.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/unicode_completion.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/user-interface.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_images/widgets.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/about/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/about/history.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/about/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/about/license_and_copyright.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.alias.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.application.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.autocall.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.builtin_trap.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.compilerop.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.completer.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.completerlib.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.crashhandler.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.debugger.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.error.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.events.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.excolors.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.extensions.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.formatters.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.getipython.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.history.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.historyapp.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.hooks.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.inputsplitter.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.inputtransformer.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.interactiveshell.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.logger.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.macro.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.magic.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.magic_arguments.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.oinspect.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.page.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.payload.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.payloadpage.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.prefilter.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.profileapp.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.profiledir.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.prompts.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.pylabtools.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.shellapp.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.splitinput.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.core.ultratb.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.display.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.backgroundjobs.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.clipboard.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.deepreload.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.demo.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.editorhooks.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.guisupport.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.inputhook.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.latextools.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.lexers.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.pretty.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.lib.security.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.paths.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.terminal.debugger.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.terminal.embed.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.terminal.interactiveshell.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.terminal.ipapp.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.terminal.magics.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.terminal.prompts.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.terminal.shortcuts.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.testing.decorators.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.testing.globalipapp.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.testing.iptest.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.testing.iptestcontroller.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.testing.ipunittest.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.testing.skipdoctest.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.testing.tools.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.testing.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.PyColorize.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.capture.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.colorable.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.coloransi.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.contexts.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.data.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.decorators.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.dir2.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.encoding.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.frame.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.generics.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.importstring.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.io.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.ipstruct.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.module_paths.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.openpy.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.path.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.process.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.rlineimpl.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.sentinel.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.shimmodule.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.strdispatch.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.sysinfo.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.syspathcontext.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.tempdir.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.terminal.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.text.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.timing.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.tokenutil.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.tz.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.ulinecache.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.version.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/generated/IPython.utils.wildcard.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/api/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/callbacks.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/custommagics.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/details.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/eventloops.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/extensions/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/extensions/autoreload.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/extensions/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/extensions/storemagic.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/inputtransforms.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/integrating.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/intro.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/options/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/options/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/options/kernel.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/options/terminal.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/shortcuts/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/config/shortcuts/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/coredev/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/coredev/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/coredev/release_process.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/config.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/execution.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/how_ipython_works.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/inputhook_app.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/kernels.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/lexer.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/messaging.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/parallel_connections.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/parallel_messages.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/pycompat.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/development/wrapperkernels.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/install/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/install/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/install/install.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/install/kernel_install.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/interactive/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/interactive/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/interactive/magics.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/interactive/plotting.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/interactive/python-ipython-diff.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/interactive/reference.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/interactive/shell.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/interactive/tips.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/interactive/tutorial.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/overview.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/parallel/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/parallel/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/development.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/github-stats-0.11.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/github-stats-0.12.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/github-stats-0.13.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/github-stats-1.0.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/github-stats-2.0.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/github-stats-3.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/github-stats-4.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/github-stats-5.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/index.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version0.10.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version0.11.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version0.12.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version0.13.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version0.8.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version0.9.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version1.0.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version2.0.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version3.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version3_widget_migration.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version4.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_sources/whatsnew/version5.txt
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/ajax-loader.gif
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/basic.css
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/comment-bright.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/comment-close.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/comment.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/css/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/css/badge_only.css
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/css/theme.css
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/doctools.js
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/down-pressed.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/down.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/favicon.ico
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/file.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/Inconsolata-Bold.ttf
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/Inconsolata-Regular.ttf
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/Lato-Bold.ttf
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/Lato-Regular.ttf
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/RobotoSlab-Bold.ttf
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/RobotoSlab-Regular.ttf
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/fontawesome-webfont.eot
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/fontawesome-webfont.svg
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/fontawesome-webfont.ttf
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/fonts/fontawesome-webfont.woff
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/jquery.js
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/js/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/js/modernizr.min.js
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/js/theme.js
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/logo.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/minus.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/plus.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/pygments.css
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/searchtools.js
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/underscore.js
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/up-pressed.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/up.png
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/_static/websupport.js
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/about/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/about/history.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/about/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/about/license_and_copyright.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.alias.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.application.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.autocall.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.builtin_trap.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.compilerop.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.completer.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.completerlib.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.crashhandler.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.debugger.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.error.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.events.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.excolors.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.extensions.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.formatters.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.getipython.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.history.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.historyapp.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.hooks.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.inputsplitter.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.inputtransformer.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.interactiveshell.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.logger.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.macro.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.magic.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.magic_arguments.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.oinspect.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.page.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.payload.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.payloadpage.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.prefilter.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.profileapp.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.profiledir.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.prompts.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.pylabtools.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.shellapp.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.splitinput.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.core.ultratb.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.display.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.backgroundjobs.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.clipboard.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.deepreload.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.demo.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.editorhooks.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.guisupport.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.inputhook.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.latextools.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.lexers.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.pretty.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.lib.security.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.paths.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.terminal.debugger.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.terminal.embed.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.terminal.interactiveshell.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.terminal.ipapp.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.terminal.magics.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.terminal.prompts.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.terminal.shortcuts.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.testing.decorators.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.testing.globalipapp.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.testing.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.testing.iptest.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.testing.iptestcontroller.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.testing.ipunittest.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.testing.skipdoctest.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.testing.tools.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.PyColorize.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.capture.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.colorable.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.coloransi.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.contexts.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.data.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.decorators.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.dir2.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.encoding.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.frame.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.generics.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.importstring.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.io.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.ipstruct.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.module_paths.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.openpy.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.path.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.process.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.rlineimpl.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.sentinel.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.shimmodule.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.strdispatch.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.sysinfo.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.syspathcontext.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.tempdir.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.terminal.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.text.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.timing.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.tokenutil.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.tz.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.ulinecache.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.version.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/generated/IPython.utils.wildcard.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/api/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/callbacks.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/custommagics.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/details.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/eventloops.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/extensions/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/extensions/autoreload.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/extensions/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/extensions/storemagic.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/inputtransforms.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/integrating.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/intro.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/options/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/options/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/options/kernel.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/options/terminal.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/shortcuts/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/config/shortcuts/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/coredev/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/coredev/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/coredev/release_process.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/config.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/execution.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/how_ipython_works.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/inputhook_app.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/kernels.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/lexer.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/messaging.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/parallel_connections.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/parallel_messages.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/pycompat.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/development/wrapperkernels.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/genindex.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/install/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/install/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/install/install.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/install/kernel_install.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/htmlnotebook.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/magics.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/nbconvert.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/notebook.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/plotting.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/public_server.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/python-ipython-diff.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/reference.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/shell.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/tips.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/interactive/tutorial.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/objects.inv
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/overview.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/parallel/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/parallel/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/py-modindex.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/search.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/searchindex.js
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/development.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/github-stats-0.11.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/github-stats-0.12.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/github-stats-0.13.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/github-stats-1.0.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/github-stats-2.0.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/github-stats-3.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/github-stats-4.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/github-stats-5.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/index.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version0.10.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version0.11.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version0.12.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version0.13.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version0.8.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version0.9.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version1.0.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version2.0.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version3.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version3_widget_migration.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version4.html
-share/doc/ipython${MODPY_BIN_SUFFIX}/html/whatsnew/version5.html
-share/examples/ipython${MODPY_BIN_SUFFIX}/
-share/examples/ipython${MODPY_BIN_SUFFIX}/Embedding/
-share/examples/ipython${MODPY_BIN_SUFFIX}/Embedding/Index.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/Embedding/embed_class_long.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/Embedding/embed_class_short.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/Embedding/embed_function.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Animations Using clear_output.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Background Jobs.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Beyond Plain Python.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Capturing Output.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Cell Magics.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Custom Display Logic.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Importing Notebooks.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Index.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Plotting in the Notebook.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Raw Input in the Notebook.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Rich Output.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Script Magics.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/SymPy.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Terminal Usage.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Third Party Rich Output.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Trapezoid Rule.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/Working With External Code.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/data/
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/data/flare.json
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/example-demo.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/gui/
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/gui/gui-glut.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/gui/gui-gtk.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/gui/gui-gtk3.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/gui/gui-pyglet.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/gui/gui-qt.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/gui/gui-tk.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/gui/gui-wx.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/ipython-completion.bash
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/ipython-get-history.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/nbpackage/
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/nbpackage/__init__.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/nbpackage/mynotebook.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/nbpackage/nbs/
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/nbpackage/nbs/__init__.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/IPython Kernel/nbpackage/nbs/other.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/Index.ipynb
-share/examples/ipython${MODPY_BIN_SUFFIX}/images/
-share/examples/ipython${MODPY_BIN_SUFFIX}/images/FrontendKernel.graffle/
-share/examples/ipython${MODPY_BIN_SUFFIX}/images/FrontendKernel.graffle/data.plist
-share/examples/ipython${MODPY_BIN_SUFFIX}/images/FrontendKernel.graffle/image1.png
-share/examples/ipython${MODPY_BIN_SUFFIX}/images/FrontendKernel.png
-share/examples/ipython${MODPY_BIN_SUFFIX}/images/animation.m4v
-share/examples/ipython${MODPY_BIN_SUFFIX}/images/ipython_logo.png
-share/examples/ipython${MODPY_BIN_SUFFIX}/images/python_logo.svg
-share/examples/ipython${MODPY_BIN_SUFFIX}/utils/
-share/examples/ipython${MODPY_BIN_SUFFIX}/utils/cwd_prompt.py
-share/examples/ipython${MODPY_BIN_SUFFIX}/utils/list_pyfiles.ipy
-share/examples/ipython${MODPY_BIN_SUFFIX}/utils/list_subdirs.ipy
@tag update-desktop-database
Index: devel/py-ipykernel/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-ipykernel/Makefile,v
retrieving revision 1.5
diff -u -p -u -r1.5 Makefile
--- devel/py-ipykernel/Makefile 23 Apr 2017 17:27:39 -0000 1.5
+++ devel/py-ipykernel/Makefile 30 Aug 2018 02:35:01 -0000
@@ -2,24 +2,26 @@

COMMENT = IPython kernel for Jupyter

-MODPY_EGG_VERSION = 4.6.1
+MODPY_EGG_VERSION = 4.9.0
DISTNAME = ipykernel-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
-REVISION = 0

CATEGORIES = devel

HOMEPAGE = http://ipython.org/

-MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
+MAINTAINER = Elias M. Mariani <marianielias@gmail.com>
+
+RUN_DEPENDS += devel/ipython${MODPY_FLAVOR}>=4.0.0 \
+ devel/py-jupyter_client${MODPY_FLAVOR} \
+ devel/py-traitlets${MODPY_FLAVOR}>=4.1.0 \
+ www/py-tornado${MODPY_FLAVOR}>=4.0

-RUN_DEPENDS += devel/py-jupyter_client${MODPY_FLAVOR}>=5.0.1 \
- devel/py-traitlets${MODPY_FLAVOR} \
- www/py-tornado${MODPY_FLAVOR}
TEST_DEPENDS = ${RUN_DEPENDS} \
- devel/ipython${MODPY_FLAVOR}>=5.1.0 \
devel/py-nose${MODPY_FLAVOR} \
devel/py-nose-warnings-filters${MODPY_FLAVOR} \
+ devel/py-test${MODPY_FLAVOR} \
+ devel/py-test-cov${MODPY_FLAVOR} \
graphics/py-matplotlib${MODPY_FLAVOR} \
math/py-numpy${MODPY_FLAVOR}

Index: devel/py-ipykernel/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-ipykernel/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- devel/py-ipykernel/distinfo 23 Apr 2017 08:07:17 -0000 1.3
+++ devel/py-ipykernel/distinfo 30 Aug 2018 02:35:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (ipykernel-4.6.1.tar.gz) = LhglrKTiWFta23lT6hblP1OmIVntSZUqVkseI1ByBds=
-SIZE (ipykernel-4.6.1.tar.gz) = 90591
+SHA256 (ipykernel-4.9.0.tar.gz) = xaSYxw93ZcNPM5fPlDsGkFf1vvTgIY5M+7cz6fOPpfo=
+SIZE (ipykernel-4.9.0.tar.gz) = 95255
Index: devel/py-ipykernel/patches/patch-setup_py
===================================================================
RCS file: /cvs/ports/devel/py-ipykernel/patches/patch-setup_py,v
retrieving revision 1.1
diff -u -p -u -r1.1 patch-setup_py
--- devel/py-ipykernel/patches/patch-setup_py 23 Apr 2017 17:27:39 -0000 1.1
+++ devel/py-ipykernel/patches/patch-setup_py 30 Aug 2018 02:35:01 -0000
@@ -1,7 +1,9 @@
-$OpenBSD: patch-setup_py,v 1.1 2017/04/23 17:27:39 shadchin Exp $
---- setup.py.orig Sun Apr 23 22:03:09 2017
-+++ setup.py Sun Apr 23 22:07:49 2017
-@@ -87,19 +87,6 @@ install_requires = setuptools_args['install_requires']
+$OpenBSD$
+
+Index: setup.py
+--- setup.py.orig
++++ setup.py
+@@ -87,21 +87,6 @@ install_requires = setuptools_args['install_requires']
'tornado>=4.0',
]

@@ -15,9 +17,11 @@ $OpenBSD: patch-setup_py,v 1.1 2017/04/2
- write_kernel_spec(dest, overrides={'argv': argv})
-
- setup_args['data_files'] = [
-- (pjoin('share', 'jupyter', 'kernels', KERNEL_NAME), glob(pjoin(dest, '*'))),
+- (pjoin('share', 'jupyter', 'kernels', KERNEL_NAME),
+- glob(pjoin('data_kernelspec', '*'))),
- ]
-
+-
+ setuptools_args['python_requires'] = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
+
extras_require = setuptools_args['extras_require'] = {
- 'test:python_version=="2.7"': ['mock'],
- 'test': ['nose_warnings_filters', 'nose-timer'],
Index: devel/py-ipykernel/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-ipykernel/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -r1.4 PLIST
--- devel/py-ipykernel/pkg/PLIST 23 Apr 2017 17:27:39 -0000 1.4
+++ devel/py-ipykernel/pkg/PLIST 30 Aug 2018 02:35:01 -0000
@@ -7,6 +7,7 @@ lib/python${MODPY_VERSION}/site-packages
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}_eventloop_macos.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}codeutil.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}connect.${MODPY_PYC_MAGIC_TAG}pyc
@@ -26,6 +27,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}pickleutil.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}serialize.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/${MODPY_PYCACHE}zmqshell.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/ipykernel/_eventloop_macos.py
lib/python${MODPY_VERSION}/site-packages/ipykernel/_version.py
lib/python${MODPY_VERSION}/site-packages/ipykernel/codeutil.py
lib/python${MODPY_VERSION}/site-packages/ipykernel/comm/
@@ -101,8 +103,10 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}_asyncio.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}test_connect.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}test_embed_kernel.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}test_eventloop.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}test_io.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}test_jsonutil.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}test_kernel.${MODPY_PYC_MAGIC_TAG}pyc
@@ -113,8 +117,10 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}test_start_kernel.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}test_zmq_shell.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/${MODPY_PYCACHE}utils.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/_asyncio.py
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/test_connect.py
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/test_embed_kernel.py
+lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/test_eventloop.py
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/test_io.py
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/test_jsonutil.py
lib/python${MODPY_VERSION}/site-packages/ipykernel/tests/test_kernel.py
%gui qt now uses Qt 5 by default rather than Qt 4, following a similar
change in terminal IPython.devel/ipython and devel/py-ipykernel must
get patched simultaneously to avoid generating a circular dependency.

- devel/ipython:
Changelog
https://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-8-0

I see no possible problems, self-tested and tested some cosumers:
devel/py-ipykernel (updated)
shells/py-qtconsole
www/jupyter-notebook

The self-test returns 1 error, I think that is related to
graphics/py-matplotlib.
(I added matplotlib to the test depends, it wasn't there before)

I disabled the building of the docs, I will send in a later mail
devel/ipython-docs with the same content, but given that the docs need
ipykernel (that depends on ipython to run) to build makes hard
(meaning, not without lots of additional logic and work) to build
ipython and ipython-docs altogether.

We should wait on edd@ to decide if this is OK, given that he is the maintainer.

- devel/py-ipykernel:
Changelog
https://github.com/ipython/ipykernel/blob/master/docs/changelog.rst

I see no possible problems, except for:
"%gui qt now uses Qt 5 by default rather than Qt 4, following a
similar change in terminal IPython."
Might generate some problem with the Qt version used by some consumer.

Regression tests passing.
Tested OK in consumers:
shells/py-qtconsole
www/jupyter-notebook

Taking maintainership. (already talked with Alexandr)

Cheers.
Elias.

No comments:

Post a Comment