pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-ipython



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar  3 05:56:20 UTC 2020

Modified Files:
        pkgsrc/devel/py-ipython: Makefile distinfo

Log Message:
py-ipython: updated to 7.13.0

IPython 7.13 is the first release of the 7.x branch since master is diverging
toward an 8.0. Exiting new features have already been merged in 8.0 and will
not be available on the 7.x branch. All the changes bellow have been backported
from the master branch.
 - Fix inability to run PDB when inside an event loop
 - Fix ability to interrupt some processes on windows
 - Fix debugger shortcuts
 - improve tab completion when inside a string by removing irrelevant elements
 - Fix display of filename tab completion when the path is long
 - Many removal of Python 2 specific code path
 - displaying wav files do not require NumPy anymore, and is 5x to 30x faster


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-ipython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-ipython/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.47 pkgsrc/devel/py-ipython/Makefile:1.48
--- pkgsrc/devel/py-ipython/Makefile:1.47       Sat Feb  1 12:27:04 2020
+++ pkgsrc/devel/py-ipython/Makefile    Tue Mar  3 05:56:20 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2020/02/01 12:27:04 adam Exp $
+# $NetBSD: Makefile,v 1.48 2020/03/03 05:56:20 adam Exp $
 
-DISTNAME=      ipython-7.12.0
+DISTNAME=      ipython-7.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -18,9 +18,12 @@ DEPENDS+=    ${PYPKGPREFIX}-pickleshare-[0-
 DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=2.0.0:../../devel/py-prompt_toolkit2
 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
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == Darwin
+DEPENDS+=      ${PYPKGPREFIX}-appnope-[0-9]*:../../sysutils/py-appnope
+.endif
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.26 pkgsrc/devel/py-ipython/distinfo:1.27
--- pkgsrc/devel/py-ipython/distinfo:1.26       Sat Feb  1 12:27:04 2020
+++ pkgsrc/devel/py-ipython/distinfo    Tue Mar  3 05:56:20 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.26 2020/02/01 12:27:04 adam Exp $
+$NetBSD: distinfo,v 1.27 2020/03/03 05:56:20 adam Exp $
 
-SHA1 (ipython-7.12.0.tar.gz) = b4cbd76b05f4d099b98a2540ca3e0145af73d1cf
-RMD160 (ipython-7.12.0.tar.gz) = 518237a3f8cc8ef6db4547b61ebc5c41e74a2b89
-SHA512 (ipython-7.12.0.tar.gz) = 99fb09e6f0e0e03b47498700b401953de085ca57edef7a2ff7ead8bc40a62847438fb84606a35c15ec32b191417d5dc9e6f563f9e0263375e7a576ce7b151fba
-Size (ipython-7.12.0.tar.gz) = 5130435 bytes
+SHA1 (ipython-7.13.0.tar.gz) = 8e2751e3365bbfd97277760b110fb2f290e0d3d3
+RMD160 (ipython-7.13.0.tar.gz) = 76246a4ba900d9765314445214a290f2a0f5763a
+SHA512 (ipython-7.13.0.tar.gz) = 3fff48649ee67f2f5652e49815595c66aea1545dfcdf045e717c4142f698ad3b37b90fabe544cb57a4db5d467a91d6f091871fc7361c08d68b00e57591f29d85
+Size (ipython-7.13.0.tar.gz) = 5224667 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index