NOTICE: This package has been removed from pkgsrc

./devel/py-ipython1, Interactive computing environment for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.1, Package name: py27-ipython-1.2.1, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-readline] [lang/python27]

Required to build:
[devel/py-setuptools] [pkgtools/cwrappers]

Master sites:

SHA1: 0041de4de5cac2fb5d0522af84958c78c1dfd9bf
RMD160: 318f97b515bd984d5eaac0e2558a5d67e3d5378d
Filesize: 8463.508 KB

Version history: (Expand)


CVS history: (Expand)


   2017-10-17 20:44:14 by Adam Ciarcinski | Files touched by this commit (5) | Package removed
Log message:
Removed devel/py-ipython1 successor devel/py-ipython
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-03-22 17:38:05 by Patrick Welche | Files touched by this commit (3)
Log message:
Update py-ipython1 to 1.2.1

1.2.1:

* :ghpull:`4372`: Don't assume that SyntaxTB is always called with a SyntaxError
* :ghpull:`5166`: remove mktemp usage
* :ghpull:`5163`: Simplify implementation of TemporaryWorkingDirectory.
* :ghpull:`5105`: add index to format to support py2.6

* :ghissue:`5101`: IPython 1.2.0: notebook fail with "500 Internal Server \ 
Error"

1.2.0:

* :ghpull:`4972`: Work around problem in doctest discovery in Python 3.4 with PyQt
* :ghpull:`4934`: `ipython profile create` respects `--ipython-dir`
* :ghpull:`4845`: Add Origin Checking.
* :ghpull:`4928`: use importlib.machinery when available
* :ghpull:`4849`: Various unicode fixes (mostly on Windows)
* :ghpull:`4880`: set profile name from profile_dir
* :ghpull:`4908`: detect builtin docstrings in oinspect
* :ghpull:`4909`: sort dictionary keys before comparison, ordering is not guaranteed
* :ghpull:`4903`: use https for all embeds
* :ghpull:`4868`: Static path fixes
* :ghpull:`4820`: fix regex for cleaning old logs with ipcluster
* :ghpull:`4840`: Error in Session.send_raw()
* :ghpull:`4762`: whitelist alphanumeric characters for cookie_name
* :ghpull:`4748`: fix race condition in profiledir creation.
* :ghpull:`4720`: never use ssh multiplexer in tunnels
* :ghpull:`4738`: don't inject help into user_ns
* :ghpull:`4722`: allow purging local results as long as they are not outstanding
* :ghpull:`4668`: Make non-ASCII docstring unicode
* :ghpull:`4639`: Minor import fix to get qtconsole with --pylab=qt working
* :ghpull:`4453`: Play nice with App Nap
* :ghpull:`4609`: Fix bytes regex for Python 3.
* :ghpull:`4488`: fix typo in message spec doc
* :ghpull:`4346`: getpass() on Windows & Python 2 needs bytes prompt
* :ghpull:`4230`: Switch correctly to the user's default matplotlib backend \ 
after inline.
* :ghpull:`4214`: engine ID metadata should be unicode, not bytes
* :ghpull:`4232`: no highlight if no language specified
* :ghpull:`4218`: Fix display of SyntaxError when .py file is modified
* :ghpull:`4217`: avoid importing numpy at the module level
* :ghpull:`4213`: fixed dead link in examples/notebooks readme to Part 3
* :ghpull:`4183`: ESC should be handled by CM if tooltip is not on
* :ghpull:`4193`: Update for #3549: Append Firefox overflow-x fix
* :ghpull:`4205`: use TextIOWrapper when communicating with pandoc subprocess
* :ghpull:`4204`: remove some extraneous print statements from IPython.parallel
* :ghpull:`4201`: HeadingCells cannot be split or merged

* :ghissue:`4892`: IPython.qt test failure with python3.4
* :ghissue:`4810`: ipcluster bug in clean_logs flag
* :ghissue:`4765`: missing build script for highlight.js
* :ghissue:`4761`: ipv6 address triggers cookie exception
* :ghissue:`4721`: purge_results with jobid crashing - looking for insight
* :ghissue:`4602`: "ipcluster stop" fails after "ipcluster start \ 
--daemonize" using python3.3
* :ghissue:`3386`: Magic %paste not working in Python 3.3.2. TypeError: Type str \ 
doesn't support the buffer API
* :ghissue:`4485`: Incorrect info in "Messaging in IPython" documentation.
* :ghissue:`4351`: /parallel/apps/launcher.py error
* :ghissue:`4334`: NotebookApp.webapp_settings static_url_prefix causes crash
* :ghissue:`4039`: Celltoolbar example issue
* :ghissue:`4256`: IPython no longer handles unicode file names
* :ghissue:`4122`: Nbconvert [windows]: Inconsistent line endings in markdown \ 
cells exported to latex
* :ghissue:`3819`: nbconvert add extra blank line to code block on Windows.
* :ghissue:`4203`: remove spurious print statement from parallel annoted functions
* :ghissue:`4200`: Notebook: merging a heading cell and markdown cell cannot be \ 
undone
   2014-01-25 09:19:44 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix interpreter path in installed files.
Bump PKGREVISION.
Fix build and PLIST for python-3.x

XXX: strangely, this isn't happy with py-distribute for python-3.x.
XXX: I don't understand why, but a build dependency on setuptools fixes
XXX: installation, so I've done that.
   2014-01-22 11:58:38 by Matthias Drochner | Files touched by this commit (5)
Log message:
add ipython-1.1.0, the latest version of ipython