Update to ipython-5.8.0.

From Elias M. Mariani.

OK edd@
This commit is contained in:
bket 2018-10-31 12:37:33 +00:00
parent 9b65709f1c
commit 59d6d73821
5 changed files with 20 additions and 575 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.46 2018/08/28 19:04:53 sthen Exp $
# $OpenBSD: Makefile,v 1.47 2018/10/31 12:37:33 bket Exp $
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/
HOMEPAGE= https://ipython.org/
MAINTAINER= Edd Barrett <edd@openbsd.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,44 +42,27 @@ 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}
mv ${PREFIX}/man/man1/ipython.1 ${PREFIX}/man/man1/ipython${MODPY_BIN_SUFFIX}.1

View File

@ -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

View File

@ -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))

View File

@ -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

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.23 2018/06/27 21:03:40 espie Exp $
@comment $OpenBSD: PLIST,v 1.24 2018/10/31 12:37:34 bket Exp $
bin/iptest${MODPY_BIN_SUFFIX}
@comment bin/iptest2
@comment bin/iptest3
@ -520,6 +520,7 @@ lib/python${MODPY_VERSION}/site-packages/IPython/utils/__init__.py
${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/IPython/utils/${MODPY_PYCACHE}ulinecach
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/IPython/utils/wildcard.py
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