pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ipython012 add pkg for ipython-0.12, the next...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bbd50ee0a9a0
branches: trunk
changeset: 602665:bbd50ee0a9a0
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Apr 17 17:45:40 2012 +0000
description:
add pkg for ipython-0.12, the next major release, adding a nice
qt4 console (if py-qt4 is installed) and a web notebook (also needs
additional pkgs, see the docs)
Its APIs are incompatible to ipython-0.11 (which is used by the
"accerciser" pkg), thus imported as a separate pkg.
diffstat:
devel/py-ipython012/DESCR | 5 +
devel/py-ipython012/Makefile | 27 +
devel/py-ipython012/PLIST | 2044 ++++++++++++++++++++++++
devel/py-ipython012/distinfo | 8 +
devel/py-ipython012/patches/patch-ba | 42 +
devel/py-ipython012/patches/patch-bb | 13 +
devel/py-ipython012/patches/patch-setupbase.py | 13 +
7 files changed, 2152 insertions(+), 0 deletions(-)
diffs (truncated from 2180 to 300 lines):
diff -r 6ba203f8cdc9 -r bbd50ee0a9a0 devel/py-ipython012/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython012/DESCR Tue Apr 17 17:45:40 2012 +0000
@@ -0,0 +1,5 @@
+The goal of IPython is to create a comprehensive environment for interactive and
+exploratory computing. To support this goal, IPython has two main components:
+
+ * An enhanced interactive Python shell.
+ * An architecture for interactive parallel computing.
diff -r 6ba203f8cdc9 -r bbd50ee0a9a0 devel/py-ipython012/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython012/Makefile Tue Apr 17 17:45:40 2012 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $
+#
+
+DISTNAME= ipython-0.12
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel lang
+MASTER_SITES= http://archive.ipython.org/release/0.12/
+
+MAINTAINER= obache%NetBSD.org@localhost
+HOMEPAGE= http://ipython.org/
+COMMENT= Interactive computing environment for Python
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+USE_TOOLS+= gunzip
+
+# let not to install compressed man pages.
+pre-configure:
+ ${RUN}cd ${WRKSRC}/docs/man; gunzip *.1.gz
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6ba203f8cdc9 -r bbd50ee0a9a0 devel/py-ipython012/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython012/PLIST Tue Apr 17 17:45:40 2012 +0000
@@ -0,0 +1,2044 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/04/17 17:45:40 drochner Exp $
+bin/ipcluster
+bin/ipcontroller
+bin/ipengine
+bin/iplogger
+bin/iptest
+bin/ipython
+bin/irunner
+bin/pycolor
+${PYSITELIB}/IPython/.git_commit_info.ini
+${PYSITELIB}/IPython/__init__.py
+${PYSITELIB}/IPython/__init__.pyc
+${PYSITELIB}/IPython/__init__.pyo
+${PYSITELIB}/IPython/config/__init__.py
+${PYSITELIB}/IPython/config/__init__.pyc
+${PYSITELIB}/IPython/config/__init__.pyo
+${PYSITELIB}/IPython/config/application.py
+${PYSITELIB}/IPython/config/application.pyc
+${PYSITELIB}/IPython/config/application.pyo
+${PYSITELIB}/IPython/config/configurable.py
+${PYSITELIB}/IPython/config/configurable.pyc
+${PYSITELIB}/IPython/config/configurable.pyo
+${PYSITELIB}/IPython/config/loader.py
+${PYSITELIB}/IPython/config/loader.pyc
+${PYSITELIB}/IPython/config/loader.pyo
+${PYSITELIB}/IPython/config/profile/README
+${PYSITELIB}/IPython/config/profile/README_STARTUP
+${PYSITELIB}/IPython/config/profile/__init__.py
+${PYSITELIB}/IPython/config/profile/__init__.pyc
+${PYSITELIB}/IPython/config/profile/__init__.pyo
+${PYSITELIB}/IPython/config/profile/cluster/ipython_config.py
+${PYSITELIB}/IPython/config/profile/cluster/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/cluster/ipython_config.pyo
+${PYSITELIB}/IPython/config/profile/math/ipython_config.py
+${PYSITELIB}/IPython/config/profile/math/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/math/ipython_config.pyo
+${PYSITELIB}/IPython/config/profile/pysh/ipython_config.py
+${PYSITELIB}/IPython/config/profile/pysh/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/pysh/ipython_config.pyo
+${PYSITELIB}/IPython/config/profile/python3/ipython_config.py
+${PYSITELIB}/IPython/config/profile/python3/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/python3/ipython_config.pyo
+${PYSITELIB}/IPython/config/profile/sympy/ipython_config.py
+${PYSITELIB}/IPython/config/profile/sympy/ipython_config.pyc
+${PYSITELIB}/IPython/config/profile/sympy/ipython_config.pyo
+${PYSITELIB}/IPython/config/tests/__init__.py
+${PYSITELIB}/IPython/config/tests/__init__.pyc
+${PYSITELIB}/IPython/config/tests/__init__.pyo
+${PYSITELIB}/IPython/config/tests/test_application.py
+${PYSITELIB}/IPython/config/tests/test_application.pyc
+${PYSITELIB}/IPython/config/tests/test_application.pyo
+${PYSITELIB}/IPython/config/tests/test_configurable.py
+${PYSITELIB}/IPython/config/tests/test_configurable.pyc
+${PYSITELIB}/IPython/config/tests/test_configurable.pyo
+${PYSITELIB}/IPython/config/tests/test_loader.py
+${PYSITELIB}/IPython/config/tests/test_loader.pyc
+${PYSITELIB}/IPython/config/tests/test_loader.pyo
+${PYSITELIB}/IPython/core/__init__.py
+${PYSITELIB}/IPython/core/__init__.pyc
+${PYSITELIB}/IPython/core/__init__.pyo
+${PYSITELIB}/IPython/core/alias.py
+${PYSITELIB}/IPython/core/alias.pyc
+${PYSITELIB}/IPython/core/alias.pyo
+${PYSITELIB}/IPython/core/application.py
+${PYSITELIB}/IPython/core/application.pyc
+${PYSITELIB}/IPython/core/application.pyo
+${PYSITELIB}/IPython/core/autocall.py
+${PYSITELIB}/IPython/core/autocall.pyc
+${PYSITELIB}/IPython/core/autocall.pyo
+${PYSITELIB}/IPython/core/builtin_trap.py
+${PYSITELIB}/IPython/core/builtin_trap.pyc
+${PYSITELIB}/IPython/core/builtin_trap.pyo
+${PYSITELIB}/IPython/core/compilerop.py
+${PYSITELIB}/IPython/core/compilerop.pyc
+${PYSITELIB}/IPython/core/compilerop.pyo
+${PYSITELIB}/IPython/core/completer.py
+${PYSITELIB}/IPython/core/completer.pyc
+${PYSITELIB}/IPython/core/completer.pyo
+${PYSITELIB}/IPython/core/completerlib.py
+${PYSITELIB}/IPython/core/completerlib.pyc
+${PYSITELIB}/IPython/core/completerlib.pyo
+${PYSITELIB}/IPython/core/crashhandler.py
+${PYSITELIB}/IPython/core/crashhandler.pyc
+${PYSITELIB}/IPython/core/crashhandler.pyo
+${PYSITELIB}/IPython/core/debugger.py
+${PYSITELIB}/IPython/core/debugger.pyc
+${PYSITELIB}/IPython/core/debugger.pyo
+${PYSITELIB}/IPython/core/display.py
+${PYSITELIB}/IPython/core/display.pyc
+${PYSITELIB}/IPython/core/display.pyo
+${PYSITELIB}/IPython/core/display_trap.py
+${PYSITELIB}/IPython/core/display_trap.pyc
+${PYSITELIB}/IPython/core/display_trap.pyo
+${PYSITELIB}/IPython/core/displayhook.py
+${PYSITELIB}/IPython/core/displayhook.pyc
+${PYSITELIB}/IPython/core/displayhook.pyo
+${PYSITELIB}/IPython/core/displaypub.py
+${PYSITELIB}/IPython/core/displaypub.pyc
+${PYSITELIB}/IPython/core/displaypub.pyo
+${PYSITELIB}/IPython/core/error.py
+${PYSITELIB}/IPython/core/error.pyc
+${PYSITELIB}/IPython/core/error.pyo
+${PYSITELIB}/IPython/core/excolors.py
+${PYSITELIB}/IPython/core/excolors.pyc
+${PYSITELIB}/IPython/core/excolors.pyo
+${PYSITELIB}/IPython/core/extensions.py
+${PYSITELIB}/IPython/core/extensions.pyc
+${PYSITELIB}/IPython/core/extensions.pyo
+${PYSITELIB}/IPython/core/fakemodule.py
+${PYSITELIB}/IPython/core/fakemodule.pyc
+${PYSITELIB}/IPython/core/fakemodule.pyo
+${PYSITELIB}/IPython/core/formatters.py
+${PYSITELIB}/IPython/core/formatters.pyc
+${PYSITELIB}/IPython/core/formatters.pyo
+${PYSITELIB}/IPython/core/history.py
+${PYSITELIB}/IPython/core/history.pyc
+${PYSITELIB}/IPython/core/history.pyo
+${PYSITELIB}/IPython/core/hooks.py
+${PYSITELIB}/IPython/core/hooks.pyc
+${PYSITELIB}/IPython/core/hooks.pyo
+${PYSITELIB}/IPython/core/inputsplitter.py
+${PYSITELIB}/IPython/core/inputsplitter.pyc
+${PYSITELIB}/IPython/core/inputsplitter.pyo
+${PYSITELIB}/IPython/core/interactiveshell.py
+${PYSITELIB}/IPython/core/interactiveshell.pyc
+${PYSITELIB}/IPython/core/interactiveshell.pyo
+${PYSITELIB}/IPython/core/ipapi.py
+${PYSITELIB}/IPython/core/ipapi.pyc
+${PYSITELIB}/IPython/core/ipapi.pyo
+${PYSITELIB}/IPython/core/logger.py
+${PYSITELIB}/IPython/core/logger.pyc
+${PYSITELIB}/IPython/core/logger.pyo
+${PYSITELIB}/IPython/core/macro.py
+${PYSITELIB}/IPython/core/macro.pyc
+${PYSITELIB}/IPython/core/macro.pyo
+${PYSITELIB}/IPython/core/magic.py
+${PYSITELIB}/IPython/core/magic.pyc
+${PYSITELIB}/IPython/core/magic.pyo
+${PYSITELIB}/IPython/core/magic_arguments.py
+${PYSITELIB}/IPython/core/magic_arguments.pyc
+${PYSITELIB}/IPython/core/magic_arguments.pyo
+${PYSITELIB}/IPython/core/oinspect.py
+${PYSITELIB}/IPython/core/oinspect.pyc
+${PYSITELIB}/IPython/core/oinspect.pyo
+${PYSITELIB}/IPython/core/page.py
+${PYSITELIB}/IPython/core/page.pyc
+${PYSITELIB}/IPython/core/page.pyo
+${PYSITELIB}/IPython/core/payload.py
+${PYSITELIB}/IPython/core/payload.pyc
+${PYSITELIB}/IPython/core/payload.pyo
+${PYSITELIB}/IPython/core/payloadpage.py
+${PYSITELIB}/IPython/core/payloadpage.pyc
+${PYSITELIB}/IPython/core/payloadpage.pyo
+${PYSITELIB}/IPython/core/plugin.py
+${PYSITELIB}/IPython/core/plugin.pyc
+${PYSITELIB}/IPython/core/plugin.pyo
+${PYSITELIB}/IPython/core/prefilter.py
+${PYSITELIB}/IPython/core/prefilter.pyc
+${PYSITELIB}/IPython/core/prefilter.pyo
+${PYSITELIB}/IPython/core/profileapp.py
+${PYSITELIB}/IPython/core/profileapp.pyc
+${PYSITELIB}/IPython/core/profileapp.pyo
+${PYSITELIB}/IPython/core/profiledir.py
+${PYSITELIB}/IPython/core/profiledir.pyc
+${PYSITELIB}/IPython/core/profiledir.pyo
+${PYSITELIB}/IPython/core/prompts.py
+${PYSITELIB}/IPython/core/prompts.pyc
+${PYSITELIB}/IPython/core/prompts.pyo
+${PYSITELIB}/IPython/core/pylabtools.py
+${PYSITELIB}/IPython/core/pylabtools.pyc
+${PYSITELIB}/IPython/core/pylabtools.pyo
+${PYSITELIB}/IPython/core/release.py
+${PYSITELIB}/IPython/core/release.pyc
+${PYSITELIB}/IPython/core/release.pyo
+${PYSITELIB}/IPython/core/shadowns.py
+${PYSITELIB}/IPython/core/shadowns.pyc
+${PYSITELIB}/IPython/core/shadowns.pyo
+${PYSITELIB}/IPython/core/shellapp.py
+${PYSITELIB}/IPython/core/shellapp.pyc
+${PYSITELIB}/IPython/core/shellapp.pyo
+${PYSITELIB}/IPython/core/splitinput.py
+${PYSITELIB}/IPython/core/splitinput.pyc
+${PYSITELIB}/IPython/core/splitinput.pyo
+${PYSITELIB}/IPython/core/tests/__init__.py
+${PYSITELIB}/IPython/core/tests/__init__.pyc
+${PYSITELIB}/IPython/core/tests/__init__.pyo
+${PYSITELIB}/IPython/core/tests/refbug.py
+${PYSITELIB}/IPython/core/tests/refbug.pyc
+${PYSITELIB}/IPython/core/tests/refbug.pyo
+${PYSITELIB}/IPython/core/tests/simpleerr.py
+${PYSITELIB}/IPython/core/tests/simpleerr.pyc
+${PYSITELIB}/IPython/core/tests/simpleerr.pyo
+${PYSITELIB}/IPython/core/tests/tclass.py
+${PYSITELIB}/IPython/core/tests/tclass.pyc
+${PYSITELIB}/IPython/core/tests/tclass.pyo
+${PYSITELIB}/IPython/core/tests/test_application.py
+${PYSITELIB}/IPython/core/tests/test_application.pyc
+${PYSITELIB}/IPython/core/tests/test_application.pyo
+${PYSITELIB}/IPython/core/tests/test_autocall.py
+${PYSITELIB}/IPython/core/tests/test_autocall.pyc
+${PYSITELIB}/IPython/core/tests/test_autocall.pyo
+${PYSITELIB}/IPython/core/tests/test_compilerop.py
+${PYSITELIB}/IPython/core/tests/test_compilerop.pyc
+${PYSITELIB}/IPython/core/tests/test_compilerop.pyo
+${PYSITELIB}/IPython/core/tests/test_completer.py
+${PYSITELIB}/IPython/core/tests/test_completer.pyc
+${PYSITELIB}/IPython/core/tests/test_completer.pyo
+${PYSITELIB}/IPython/core/tests/test_completerlib.py
+${PYSITELIB}/IPython/core/tests/test_completerlib.pyc
+${PYSITELIB}/IPython/core/tests/test_completerlib.pyo
+${PYSITELIB}/IPython/core/tests/test_fakemodule.py
+${PYSITELIB}/IPython/core/tests/test_fakemodule.pyc
+${PYSITELIB}/IPython/core/tests/test_fakemodule.pyo
+${PYSITELIB}/IPython/core/tests/test_formatters.py
+${PYSITELIB}/IPython/core/tests/test_formatters.pyc
+${PYSITELIB}/IPython/core/tests/test_formatters.pyo
+${PYSITELIB}/IPython/core/tests/test_handlers.py
+${PYSITELIB}/IPython/core/tests/test_handlers.pyc
+${PYSITELIB}/IPython/core/tests/test_handlers.pyo
+${PYSITELIB}/IPython/core/tests/test_history.py
+${PYSITELIB}/IPython/core/tests/test_history.pyc
+${PYSITELIB}/IPython/core/tests/test_history.pyo
+${PYSITELIB}/IPython/core/tests/test_imports.py
+${PYSITELIB}/IPython/core/tests/test_imports.pyc
+${PYSITELIB}/IPython/core/tests/test_imports.pyo
+${PYSITELIB}/IPython/core/tests/test_inputsplitter.py
+${PYSITELIB}/IPython/core/tests/test_inputsplitter.pyc
+${PYSITELIB}/IPython/core/tests/test_inputsplitter.pyo
+${PYSITELIB}/IPython/core/tests/test_interactiveshell.py
+${PYSITELIB}/IPython/core/tests/test_interactiveshell.pyc
+${PYSITELIB}/IPython/core/tests/test_interactiveshell.pyo
+${PYSITELIB}/IPython/core/tests/test_iplib.py
+${PYSITELIB}/IPython/core/tests/test_iplib.pyc
+${PYSITELIB}/IPython/core/tests/test_iplib.pyo
+${PYSITELIB}/IPython/core/tests/test_logger.py
+${PYSITELIB}/IPython/core/tests/test_logger.pyc
+${PYSITELIB}/IPython/core/tests/test_logger.pyo
+${PYSITELIB}/IPython/core/tests/test_magic.py
+${PYSITELIB}/IPython/core/tests/test_magic.pyc
+${PYSITELIB}/IPython/core/tests/test_magic.pyo
+${PYSITELIB}/IPython/core/tests/test_magic_arguments.py
+${PYSITELIB}/IPython/core/tests/test_magic_arguments.pyc
+${PYSITELIB}/IPython/core/tests/test_magic_arguments.pyo
+${PYSITELIB}/IPython/core/tests/test_magic_terminal.py
+${PYSITELIB}/IPython/core/tests/test_magic_terminal.pyc
+${PYSITELIB}/IPython/core/tests/test_magic_terminal.pyo
+${PYSITELIB}/IPython/core/tests/test_oinspect.py
+${PYSITELIB}/IPython/core/tests/test_oinspect.pyc
+${PYSITELIB}/IPython/core/tests/test_oinspect.pyo
+${PYSITELIB}/IPython/core/tests/test_page.py
+${PYSITELIB}/IPython/core/tests/test_page.pyc
+${PYSITELIB}/IPython/core/tests/test_page.pyo
+${PYSITELIB}/IPython/core/tests/test_plugin.py
+${PYSITELIB}/IPython/core/tests/test_plugin.pyc
+${PYSITELIB}/IPython/core/tests/test_plugin.pyo
+${PYSITELIB}/IPython/core/tests/test_prefilter.py
Home |
Main Index |
Thread Index |
Old Index