py-ipython: updated to 7.19.0
IPython 7.19 accumulative two month of works, bug fixes and improvements, there was exceptionally no release last month. - Fix to restore the ability to specify more than one extension using command line flags when using traitlets 5.0 - Docs docs formatting that make the install commands work on zsh - Always display the last frame in tracebacks even if hidden with ``__traceback_hide__`` - Avoid an issue where a callback can be registered multiple times. - Avoid an issue in debugger mode where frames changes could be lost. - Never hide the frames that invoke a debugger, even if marked as hidden by ``__traceback_hide__`` - Fix calling the debugger in a recursive manner
This commit is contained in:
parent
3175a39f4d
commit
36716223f3
2 changed files with 9 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.55 2020/09/08 17:38:42 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.56 2020/11/04 10:08:14 adam Exp $
|
||||
|
||||
DISTNAME= ipython-7.18.1
|
||||
DISTNAME= ipython-7.19.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
|
||||
|
@ -15,8 +15,9 @@ DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
|
|||
DEPENDS+= ${PYPKGPREFIX}-jedi>=0.16:../../editors/py-jedi
|
||||
DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
|
||||
DEPENDS+= ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
|
||||
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=3.0.1:../../devel/py-prompt_toolkit2
|
||||
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=3.0.2:../../devel/py-prompt_toolkit2
|
||||
DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
|
||||
DEPENDS+= ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
|
||||
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
|
||||
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
@ -27,7 +28,6 @@ DEPENDS+= ${PYPKGPREFIX}-appnope-[0-9]*:../../sysutils/py-appnope
|
|||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
|
||||
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
|
||||
|
||||
post-install:
|
||||
cd ${DESTDIR}${PREFIX} && \
|
||||
|
@ -37,5 +37,4 @@ post-install:
|
|||
${MV} ${PKGMANDIR}/man1/ipython.1 ${PKGMANDIR}/man1/ipython-${PYVERSSUFFIX}.1 || ${TRUE}
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/versioned_dependencies.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.32 2020/09/08 17:38:42 adam Exp $
|
||||
$NetBSD: distinfo,v 1.33 2020/11/04 10:08:14 adam Exp $
|
||||
|
||||
SHA1 (ipython-7.18.1.tar.gz) = b5f2dd66f0fb169ebb2ed1931659f6ec1bca8305
|
||||
RMD160 (ipython-7.18.1.tar.gz) = 66a4143cfc24384188696f3cd6f47ce26003b51b
|
||||
SHA512 (ipython-7.18.1.tar.gz) = 71f495021df56bbea97fb26b9274e54f7662875b7690a9493bdf682635e048d9ec53a947ee9b0d487634a3a8c639f0d93c6639b3a0dd20bdfefbb4c53fb53799
|
||||
Size (ipython-7.18.1.tar.gz) = 5139337 bytes
|
||||
SHA1 (ipython-7.19.0.tar.gz) = b123f3b3f4115bfcb7820b42a542b78810d86a8d
|
||||
RMD160 (ipython-7.19.0.tar.gz) = 292858c9a8f19d13cffe74f1f22c3556c3f68b32
|
||||
SHA512 (ipython-7.19.0.tar.gz) = 5350a125da3050acaea4899939a3b9d779009a2f5769fc9f3aa514ce029df050069ef9310d3255ad62f28912b4dec39207267248d3a2c3e9131cffd691322622
|
||||
Size (ipython-7.19.0.tar.gz) = 5225775 bytes
|
||||
SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5
|
||||
|
|
Loading…
Reference in a new issue