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: Sat Apr 12 19:03:36 UTC 2025
Modified Files:
pkgsrc/devel/py-ipython: Makefile PLIST distinfo
Log Message:
py-ipython: updated to 9.1.0
IPython 9.1
This is a small release that introduces enhancements to ``%notebook`` and ``%%timeit`` magics,
and a number of bug fixes related to colors/formatting, performance, and completion.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-ipython/PLIST
cvs rdiff -u -r1.77 -r1.78 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.109 pkgsrc/devel/py-ipython/Makefile:1.110
--- pkgsrc/devel/py-ipython/Makefile:1.109 Mon Mar 17 13:38:39 2025
+++ pkgsrc/devel/py-ipython/Makefile Sat Apr 12 19:03:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2025/03/17 13:38:39 adam Exp $
+# $NetBSD: Makefile,v 1.110 2025/04/12 19:03:36 adam Exp $
-DISTNAME= ipython-9.0.2
+DISTNAME= ipython-9.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://ipython.org/
COMMENT= Interactive computing environment for Python
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-ipython-pygments-lexers-[0-9]*:../../devel/py-ipython-pygments-lexers
DEPENDS+= ${PYPKGPREFIX}-jedi>=0.16:../../editors/py-jedi
@@ -29,9 +29,6 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 39 310
.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 311
-DEPENDS+= ${PYPKGPREFIX}-exceptiongroup-[0-9]*:../../devel/py-exceptiongroup
-.endif
.if ${PYTHON_VERSION} < 312
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.6:../../devel/py-typing-extensions
.endif
Index: pkgsrc/devel/py-ipython/PLIST
diff -u pkgsrc/devel/py-ipython/PLIST:1.27 pkgsrc/devel/py-ipython/PLIST:1.28
--- pkgsrc/devel/py-ipython/PLIST:1.27 Wed Mar 12 15:06:41 2025
+++ pkgsrc/devel/py-ipython/PLIST Sat Apr 12 19:03:36 2025
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.27 2025/03/12 15:06:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2025/04/12 19:03:36 adam Exp $
bin/ipython-${PYVERSSUFFIX}
bin/ipython3-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING.rst
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/IPython/__init__.py
${PYSITELIB}/IPython/__init__.pyc
Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.77 pkgsrc/devel/py-ipython/distinfo:1.78
--- pkgsrc/devel/py-ipython/distinfo:1.77 Wed Mar 12 15:06:41 2025
+++ pkgsrc/devel/py-ipython/distinfo Sat Apr 12 19:03:36 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.77 2025/03/12 15:06:41 adam Exp $
+$NetBSD: distinfo,v 1.78 2025/04/12 19:03:36 adam Exp $
-BLAKE2s (ipython-9.0.2.tar.gz) = df0a0be7afb55591b3df52194a456bbe41ca877ce2165279e3b7cf84d4f03ece
-SHA512 (ipython-9.0.2.tar.gz) = fb3e48a3f8ffc9e4a147cb8739b2458dd280f59798b24a001f3feb177ea372284b1aabd87ce57bc9647b578a2c81a476728efcf376ce3e735cc409c40dd32eed
-Size (ipython-9.0.2.tar.gz) = 4366102 bytes
+BLAKE2s (ipython-9.1.0.tar.gz) = b5c0421e7951fdac9b0d99291dbbf014f4abe51b83cfd63ecb5dac2b78f0bf0f
+SHA512 (ipython-9.1.0.tar.gz) = 446387d581e9823c7dbfd2a8759391ddd6b25b863b2744345084c0be95b0e81bbaa7707f41b7720c6f02539133f3c3a0de6b7fffbc194559ceccf01259dfee8f
+Size (ipython-9.1.0.tar.gz) = 4373688 bytes
SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e
Home |
Main Index |
Thread Index |
Old Index