py-ipython: updated to 6.3.0
IPython 6.3 contains all the bug fixes and features in IPython 5.6. In addition: A new display class IPython.display.Code can be used to display syntax highlighted code in a notebook The %%html magic now takes a --isolated option to put the content in an iframe The code to find completions using the Jedi library has had various adjustments. This is still a work in progress, but we hope this version has fewer annoyances The post event callbacks are now always called, even when the execution failed (for example because of a SyntaxError). The execution info and result objects are now made available in the corresponding pre or post *_run_cell event callbacks in a backward compatible manner Performance with very long code cells (hundreds of lines) is greatly improved
This commit is contained in:
parent
ae42b4e740
commit
c44de2d729
2 changed files with 9 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.26 2018/01/25 09:28:15 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2018/04/03 11:15:21 adam Exp $
|
||||
|
||||
DISTNAME= ipython-6.2.1
|
||||
DISTNAME= ipython-6.3.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
|
||||
|
||||
|
@ -11,18 +10,17 @@ HOMEPAGE= http://ipython.org/
|
|||
COMMENT= Interactive computing environment for Python
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-backcall-[0-9]*:../../devel/py-backcall
|
||||
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
|
||||
DEPENDS+= ${PYPKGPREFIX}-jedi>=0.10:../../editors/py-jedi
|
||||
DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
|
||||
DEPENDS+= ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
|
||||
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.4:../../devel/py-prompt_toolkit
|
||||
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.15:../../devel/py-prompt_toolkit
|
||||
DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
|
||||
DEPENDS+= ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
|
||||
DEPENDS+= ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric
|
||||
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
|
||||
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose>=0.10.1:../../devel/py-nose
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.7 2017/10/16 18:03:49 adam Exp $
|
||||
$NetBSD: distinfo,v 1.8 2018/04/03 11:15:21 adam Exp $
|
||||
|
||||
SHA1 (ipython-6.2.1.tar.gz) = 2b27777e44632ab154571419e71c79c146445ad2
|
||||
RMD160 (ipython-6.2.1.tar.gz) = f7094dd45769f922d15f84ea3f3352e5da4ec812
|
||||
SHA512 (ipython-6.2.1.tar.gz) = ddc9f8004293ec6b7653f857b00d79b6d28ea3b79be894dc7f8ec993c7dc53b244de21a65322915f6bbcf82bbbd0f5632ff378774247315b67c6142cf9228222
|
||||
Size (ipython-6.2.1.tar.gz) = 5075151 bytes
|
||||
SHA1 (ipython-6.3.0.tar.gz) = 021ad7a7c9c83a6d94136bae7e99162df40bb0f3
|
||||
RMD160 (ipython-6.3.0.tar.gz) = 4383084d9670eab9c44193a2ddbef7a79dfa8300
|
||||
SHA512 (ipython-6.3.0.tar.gz) = 4b832a3e4ff812d2db311d195425175185ecbffa3ec9e6cf0396c92bf55073ef651c94024b628bea4b570c0c7506b5ae7586aa22679179fe2c23333dd8564ab9
|
||||
Size (ipython-6.3.0.tar.gz) = 5089724 bytes
|
||||
SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324
|
||||
|
|
Loading…
Reference in a new issue