pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ipython1 add ipython-1.1.0, the latest versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3658a0eea2e
branches: trunk
changeset: 629503:f3658a0eea2e
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Jan 22 10:58:37 2014 +0000
description:
add ipython-1.1.0, the latest version of ipython
diffstat:
devel/py-ipython1/DESCR | 5 +
devel/py-ipython1/Makefile | 22 +
devel/py-ipython1/PLIST | 2293 ++++++++++++++++++++++++++
devel/py-ipython1/distinfo | 6 +
devel/py-ipython1/patches/patch-setupbase.py | 13 +
5 files changed, 2339 insertions(+), 0 deletions(-)
diffs (truncated from 2359 to 300 lines):
diff -r b87d3ea22ca7 -r f3658a0eea2e devel/py-ipython1/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython1/DESCR Wed Jan 22 10:58:37 2014 +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 b87d3ea22ca7 -r f3658a0eea2e devel/py-ipython1/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython1/Makefile Wed Jan 22 10:58:37 2014 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2014/01/22 10:58:37 drochner Exp $
+#
+
+DISTNAME= ipython-1.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel lang
+MASTER_SITES= http://archive.ipython.org/release/1.1.0/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ipython.org/
+COMMENT= Interactive computing environment for Python
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+
+#PYTHON_VERSIONS_INCLUDE_3X= yes
+
+USE_LANGUAGES= # none
+USE_TOOLS+= gunzip
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b87d3ea22ca7 -r f3658a0eea2e devel/py-ipython1/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ipython1/PLIST Wed Jan 22 10:58:37 2014 +0000
@@ -0,0 +1,2293 @@
+@comment $NetBSD: PLIST,v 1.1 2014/01/22 10:58:37 drochner Exp $
+bin/ipcluster
+bin/ipcontroller
+bin/ipengine
+bin/iplogger
+bin/iptest
+bin/ipython
+bin/irunner
+bin/pycolor
+${PYSITELIB}/IPython/__init__.py
+${PYSITELIB}/IPython/__init__.pyc
+${PYSITELIB}/IPython/__init__.pyo
+${PYSITELIB}/IPython/__main__.py
+${PYSITELIB}/IPython/__main__.pyc
+${PYSITELIB}/IPython/__main__.pyo
+${PYSITELIB}/IPython/config/__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/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/consoleapp.py
+${PYSITELIB}/IPython/consoleapp.pyc
+${PYSITELIB}/IPython/consoleapp.pyo
+${PYSITELIB}/IPython/core/__init__.py
+${PYSITELIB}/IPython/core/__init__.pyc
+${PYSITELIB}/IPython/core/__init__.pyo
+${PYSITELIB}/IPython/core/alias.py
+${PYSITELIB}/IPython/core/alias.pyc
+${PYSITELIB}/IPython/core/alias.pyo
+${PYSITELIB}/IPython/core/application.py
+${PYSITELIB}/IPython/core/application.pyc
+${PYSITELIB}/IPython/core/application.pyo
+${PYSITELIB}/IPython/core/autocall.py
+${PYSITELIB}/IPython/core/autocall.pyc
+${PYSITELIB}/IPython/core/autocall.pyo
+${PYSITELIB}/IPython/core/builtin_trap.py
+${PYSITELIB}/IPython/core/builtin_trap.pyc
+${PYSITELIB}/IPython/core/builtin_trap.pyo
+${PYSITELIB}/IPython/core/compilerop.py
+${PYSITELIB}/IPython/core/compilerop.pyc
+${PYSITELIB}/IPython/core/compilerop.pyo
+${PYSITELIB}/IPython/core/completer.py
+${PYSITELIB}/IPython/core/completer.pyc
+${PYSITELIB}/IPython/core/completer.pyo
+${PYSITELIB}/IPython/core/completerlib.py
+${PYSITELIB}/IPython/core/completerlib.pyc
+${PYSITELIB}/IPython/core/completerlib.pyo
+${PYSITELIB}/IPython/core/crashhandler.py
+${PYSITELIB}/IPython/core/crashhandler.pyc
+${PYSITELIB}/IPython/core/crashhandler.pyo
+${PYSITELIB}/IPython/core/debugger.py
+${PYSITELIB}/IPython/core/debugger.pyc
+${PYSITELIB}/IPython/core/debugger.pyo
+${PYSITELIB}/IPython/core/display.py
+${PYSITELIB}/IPython/core/display.pyc
+${PYSITELIB}/IPython/core/display.pyo
+${PYSITELIB}/IPython/core/display_trap.py
+${PYSITELIB}/IPython/core/display_trap.pyc
+${PYSITELIB}/IPython/core/display_trap.pyo
+${PYSITELIB}/IPython/core/displayhook.py
+${PYSITELIB}/IPython/core/displayhook.pyc
+${PYSITELIB}/IPython/core/displayhook.pyo
+${PYSITELIB}/IPython/core/displaypub.py
+${PYSITELIB}/IPython/core/displaypub.pyc
+${PYSITELIB}/IPython/core/displaypub.pyo
+${PYSITELIB}/IPython/core/error.py
+${PYSITELIB}/IPython/core/error.pyc
+${PYSITELIB}/IPython/core/error.pyo
+${PYSITELIB}/IPython/core/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/getipython.py
+${PYSITELIB}/IPython/core/getipython.pyc
+${PYSITELIB}/IPython/core/getipython.pyo
+${PYSITELIB}/IPython/core/history.py
+${PYSITELIB}/IPython/core/history.pyc
+${PYSITELIB}/IPython/core/history.pyo
+${PYSITELIB}/IPython/core/historyapp.py
+${PYSITELIB}/IPython/core/historyapp.pyc
+${PYSITELIB}/IPython/core/historyapp.pyo
+${PYSITELIB}/IPython/core/hooks.py
+${PYSITELIB}/IPython/core/hooks.pyc
+${PYSITELIB}/IPython/core/hooks.pyo
+${PYSITELIB}/IPython/core/inputsplitter.py
+${PYSITELIB}/IPython/core/inputsplitter.pyc
+${PYSITELIB}/IPython/core/inputsplitter.pyo
+${PYSITELIB}/IPython/core/inputtransformer.py
+${PYSITELIB}/IPython/core/inputtransformer.pyc
+${PYSITELIB}/IPython/core/inputtransformer.pyo
+${PYSITELIB}/IPython/core/interactiveshell.py
+${PYSITELIB}/IPython/core/interactiveshell.pyc
+${PYSITELIB}/IPython/core/interactiveshell.pyo
+${PYSITELIB}/IPython/core/logger.py
+${PYSITELIB}/IPython/core/logger.pyc
+${PYSITELIB}/IPython/core/logger.pyo
+${PYSITELIB}/IPython/core/macro.py
+${PYSITELIB}/IPython/core/macro.pyc
+${PYSITELIB}/IPython/core/macro.pyo
+${PYSITELIB}/IPython/core/magic.py
+${PYSITELIB}/IPython/core/magic.pyc
+${PYSITELIB}/IPython/core/magic.pyo
+${PYSITELIB}/IPython/core/magic_arguments.py
+${PYSITELIB}/IPython/core/magic_arguments.pyc
+${PYSITELIB}/IPython/core/magic_arguments.pyo
+${PYSITELIB}/IPython/core/magics/__init__.py
+${PYSITELIB}/IPython/core/magics/__init__.pyc
+${PYSITELIB}/IPython/core/magics/__init__.pyo
+${PYSITELIB}/IPython/core/magics/auto.py
+${PYSITELIB}/IPython/core/magics/auto.pyc
+${PYSITELIB}/IPython/core/magics/auto.pyo
+${PYSITELIB}/IPython/core/magics/basic.py
+${PYSITELIB}/IPython/core/magics/basic.pyc
+${PYSITELIB}/IPython/core/magics/basic.pyo
+${PYSITELIB}/IPython/core/magics/code.py
+${PYSITELIB}/IPython/core/magics/code.pyc
+${PYSITELIB}/IPython/core/magics/code.pyo
+${PYSITELIB}/IPython/core/magics/config.py
+${PYSITELIB}/IPython/core/magics/config.pyc
+${PYSITELIB}/IPython/core/magics/config.pyo
+${PYSITELIB}/IPython/core/magics/deprecated.py
+${PYSITELIB}/IPython/core/magics/deprecated.pyc
+${PYSITELIB}/IPython/core/magics/deprecated.pyo
+${PYSITELIB}/IPython/core/magics/display.py
+${PYSITELIB}/IPython/core/magics/display.pyc
+${PYSITELIB}/IPython/core/magics/display.pyo
+${PYSITELIB}/IPython/core/magics/execution.py
+${PYSITELIB}/IPython/core/magics/execution.pyc
+${PYSITELIB}/IPython/core/magics/execution.pyo
+${PYSITELIB}/IPython/core/magics/extension.py
+${PYSITELIB}/IPython/core/magics/extension.pyc
+${PYSITELIB}/IPython/core/magics/extension.pyo
+${PYSITELIB}/IPython/core/magics/history.py
+${PYSITELIB}/IPython/core/magics/history.pyc
+${PYSITELIB}/IPython/core/magics/history.pyo
+${PYSITELIB}/IPython/core/magics/logging.py
+${PYSITELIB}/IPython/core/magics/logging.pyc
+${PYSITELIB}/IPython/core/magics/logging.pyo
+${PYSITELIB}/IPython/core/magics/namespace.py
+${PYSITELIB}/IPython/core/magics/namespace.pyc
+${PYSITELIB}/IPython/core/magics/namespace.pyo
+${PYSITELIB}/IPython/core/magics/osm.py
+${PYSITELIB}/IPython/core/magics/osm.pyc
+${PYSITELIB}/IPython/core/magics/osm.pyo
+${PYSITELIB}/IPython/core/magics/pylab.py
+${PYSITELIB}/IPython/core/magics/pylab.pyc
+${PYSITELIB}/IPython/core/magics/pylab.pyo
+${PYSITELIB}/IPython/core/magics/script.py
+${PYSITELIB}/IPython/core/magics/script.pyc
+${PYSITELIB}/IPython/core/magics/script.pyo
+${PYSITELIB}/IPython/core/oinspect.py
+${PYSITELIB}/IPython/core/oinspect.pyc
+${PYSITELIB}/IPython/core/oinspect.pyo
+${PYSITELIB}/IPython/core/page.py
+${PYSITELIB}/IPython/core/page.pyc
+${PYSITELIB}/IPython/core/page.pyo
+${PYSITELIB}/IPython/core/payload.py
+${PYSITELIB}/IPython/core/payload.pyc
+${PYSITELIB}/IPython/core/payload.pyo
+${PYSITELIB}/IPython/core/payloadpage.py
+${PYSITELIB}/IPython/core/payloadpage.pyc
+${PYSITELIB}/IPython/core/payloadpage.pyo
+${PYSITELIB}/IPython/core/prefilter.py
+${PYSITELIB}/IPython/core/prefilter.pyc
+${PYSITELIB}/IPython/core/prefilter.pyo
+${PYSITELIB}/IPython/core/profileapp.py
+${PYSITELIB}/IPython/core/profileapp.pyc
+${PYSITELIB}/IPython/core/profileapp.pyo
+${PYSITELIB}/IPython/core/profiledir.py
+${PYSITELIB}/IPython/core/profiledir.pyc
+${PYSITELIB}/IPython/core/profiledir.pyo
+${PYSITELIB}/IPython/core/prompts.py
+${PYSITELIB}/IPython/core/prompts.pyc
+${PYSITELIB}/IPython/core/prompts.pyo
+${PYSITELIB}/IPython/core/pylabtools.py
+${PYSITELIB}/IPython/core/pylabtools.pyc
+${PYSITELIB}/IPython/core/pylabtools.pyo
+${PYSITELIB}/IPython/core/release.py
+${PYSITELIB}/IPython/core/release.pyc
+${PYSITELIB}/IPython/core/release.pyo
+${PYSITELIB}/IPython/core/shadowns.py
+${PYSITELIB}/IPython/core/shadowns.pyc
+${PYSITELIB}/IPython/core/shadowns.pyo
+${PYSITELIB}/IPython/core/shellapp.py
+${PYSITELIB}/IPython/core/shellapp.pyc
+${PYSITELIB}/IPython/core/shellapp.pyo
+${PYSITELIB}/IPython/core/splitinput.py
+${PYSITELIB}/IPython/core/splitinput.pyc
+${PYSITELIB}/IPython/core/splitinput.pyo
+${PYSITELIB}/IPython/core/tests/2x2.jpg
+${PYSITELIB}/IPython/core/tests/2x2.png
+${PYSITELIB}/IPython/core/tests/__init__.py
+${PYSITELIB}/IPython/core/tests/__init__.pyc
+${PYSITELIB}/IPython/core/tests/__init__.pyo
+${PYSITELIB}/IPython/core/tests/daft_extension.py
+${PYSITELIB}/IPython/core/tests/daft_extension.pyc
+${PYSITELIB}/IPython/core/tests/daft_extension.pyo
+${PYSITELIB}/IPython/core/tests/nonascii.py
+${PYSITELIB}/IPython/core/tests/nonascii.pyc
+${PYSITELIB}/IPython/core/tests/nonascii.pyo
+${PYSITELIB}/IPython/core/tests/nonascii2.py
+${PYSITELIB}/IPython/core/tests/nonascii2.pyc
+${PYSITELIB}/IPython/core/tests/nonascii2.pyo
+${PYSITELIB}/IPython/core/tests/print_argv.py
+${PYSITELIB}/IPython/core/tests/print_argv.pyc
+${PYSITELIB}/IPython/core/tests/print_argv.pyo
+${PYSITELIB}/IPython/core/tests/refbug.py
+${PYSITELIB}/IPython/core/tests/refbug.pyc
+${PYSITELIB}/IPython/core/tests/refbug.pyo
+${PYSITELIB}/IPython/core/tests/simpleerr.py
+${PYSITELIB}/IPython/core/tests/simpleerr.pyc
+${PYSITELIB}/IPython/core/tests/simpleerr.pyo
+${PYSITELIB}/IPython/core/tests/tclass.py
+${PYSITELIB}/IPython/core/tests/tclass.pyc
+${PYSITELIB}/IPython/core/tests/tclass.pyo
+${PYSITELIB}/IPython/core/tests/test_application.py
+${PYSITELIB}/IPython/core/tests/test_application.pyc
Home |
Main Index |
Thread Index |
Old Index