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:           Wed Mar 12 15:06:41 UTC 2025

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

Log Message:
py-ipython: updated to 9.0.2

As a short overview of the changes in 9.0, we have over 100 PRs merged since 8.x,
many of which are refactors, cleanups and simplifications.

- (optional) LLM integration in the CLI.
- Complete rewrite of color and theme handling, which now supports more colors and symbols.
- Move tests out of tree in the wheel with a massive reduction in file size.
- Tips at startup
- Removal of (almost) all deprecated functionalities and options.
- Stricter and more stable codebase.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-ipython/PLIST
cvs rdiff -u -r1.76 -r1.77 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.107 pkgsrc/devel/py-ipython/Makefile:1.108
--- pkgsrc/devel/py-ipython/Makefile:1.107      Sat Feb  1 18:40:46 2025
+++ pkgsrc/devel/py-ipython/Makefile    Wed Mar 12 15:06:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2025/02/01 18:40:46 adam Exp $
+# $NetBSD: Makefile,v 1.108 2025/03/12 15:06:41 adam Exp $
 
-DISTNAME=      ipython-8.32.0
+DISTNAME=      ipython-9.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -12,6 +12,7 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../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
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib-inline-[0-9]*:../../graphics/py-matplotlib-inline
 DEPENDS+=      ${PYPKGPREFIX}-pexpect>=4.4:../../devel/py-pexpect
@@ -22,10 +23,6 @@ DEPENDS+=    ${PYPKGPREFIX}-traitlets>=5.13
 TEST_DEPENDS+= ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
-.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/PLIST
diff -u pkgsrc/devel/py-ipython/PLIST:1.26 pkgsrc/devel/py-ipython/PLIST:1.27
--- pkgsrc/devel/py-ipython/PLIST:1.26  Thu Oct 17 08:04:16 2024
+++ pkgsrc/devel/py-ipython/PLIST       Wed Mar 12 15:06:41 2025
@@ -1,18 +1,19 @@
-@comment $NetBSD: PLIST,v 1.26 2024/10/17 08:04:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.27 2025/03/12 15:06:41 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}/top_level.txt
 ${PYSITELIB}/IPython/__init__.py
 ${PYSITELIB}/IPython/__init__.pyc
 ${PYSITELIB}/IPython/__init__.pyo
 ${PYSITELIB}/IPython/__main__.py
 ${PYSITELIB}/IPython/__main__.pyc
 ${PYSITELIB}/IPython/__main__.pyo
-${PYSITELIB}/IPython/conftest.py
-${PYSITELIB}/IPython/conftest.pyc
-${PYSITELIB}/IPython/conftest.pyo
-${PYSITELIB}/IPython/consoleapp.py
-${PYSITELIB}/IPython/consoleapp.pyc
-${PYSITELIB}/IPython/consoleapp.pyo
 ${PYSITELIB}/IPython/core/__init__.py
 ${PYSITELIB}/IPython/core/__init__.pyc
 ${PYSITELIB}/IPython/core/__init__.pyo
@@ -61,15 +62,15 @@ ${PYSITELIB}/IPython/core/displayhook.py
 ${PYSITELIB}/IPython/core/displaypub.py
 ${PYSITELIB}/IPython/core/displaypub.pyc
 ${PYSITELIB}/IPython/core/displaypub.pyo
+${PYSITELIB}/IPython/core/doctb.py
+${PYSITELIB}/IPython/core/doctb.pyc
+${PYSITELIB}/IPython/core/doctb.pyo
 ${PYSITELIB}/IPython/core/error.py
 ${PYSITELIB}/IPython/core/error.pyc
 ${PYSITELIB}/IPython/core/error.pyo
 ${PYSITELIB}/IPython/core/events.py
 ${PYSITELIB}/IPython/core/events.pyc
 ${PYSITELIB}/IPython/core/events.pyo
-${PYSITELIB}/IPython/core/excolors.py
-${PYSITELIB}/IPython/core/excolors.pyc
-${PYSITELIB}/IPython/core/excolors.pyo
 ${PYSITELIB}/IPython/core/extensions.py
 ${PYSITELIB}/IPython/core/extensions.pyc
 ${PYSITELIB}/IPython/core/extensions.pyo
@@ -91,12 +92,6 @@ ${PYSITELIB}/IPython/core/historyapp.pyo
 ${PYSITELIB}/IPython/core/hooks.py
 ${PYSITELIB}/IPython/core/hooks.pyc
 ${PYSITELIB}/IPython/core/hooks.pyo
-${PYSITELIB}/IPython/core/inputsplitter.py
-${PYSITELIB}/IPython/core/inputsplitter.pyc
-${PYSITELIB}/IPython/core/inputsplitter.pyo
-${PYSITELIB}/IPython/core/inputtransformer.py
-${PYSITELIB}/IPython/core/inputtransformer.pyc
-${PYSITELIB}/IPython/core/inputtransformer.pyo
 ${PYSITELIB}/IPython/core/inputtransformer2.py
 ${PYSITELIB}/IPython/core/inputtransformer2.pyc
 ${PYSITELIB}/IPython/core/inputtransformer2.pyo
@@ -188,9 +183,6 @@ ${PYSITELIB}/IPython/core/profileapp.pyo
 ${PYSITELIB}/IPython/core/profiledir.py
 ${PYSITELIB}/IPython/core/profiledir.pyc
 ${PYSITELIB}/IPython/core/profiledir.pyo
-${PYSITELIB}/IPython/core/prompts.py
-${PYSITELIB}/IPython/core/prompts.pyc
-${PYSITELIB}/IPython/core/prompts.pyo
 ${PYSITELIB}/IPython/core/pylabtools.py
 ${PYSITELIB}/IPython/core/pylabtools.pyc
 ${PYSITELIB}/IPython/core/pylabtools.pyo
@@ -203,155 +195,12 @@ ${PYSITELIB}/IPython/core/shellapp.pyo
 ${PYSITELIB}/IPython/core/splitinput.py
 ${PYSITELIB}/IPython/core/splitinput.pyc
 ${PYSITELIB}/IPython/core/splitinput.pyo
-${PYSITELIB}/IPython/core/tests/2x2.jpg
-${PYSITELIB}/IPython/core/tests/2x2.png
-${PYSITELIB}/IPython/core/tests/__init__.py
-${PYSITELIB}/IPython/core/tests/__init__.pyc
-${PYSITELIB}/IPython/core/tests/__init__.pyo
-${PYSITELIB}/IPython/core/tests/bad_all.py
-${PYSITELIB}/IPython/core/tests/bad_all.pyc
-${PYSITELIB}/IPython/core/tests/bad_all.pyo
-${PYSITELIB}/IPython/core/tests/daft_extension/daft_extension.py
-${PYSITELIB}/IPython/core/tests/daft_extension/daft_extension.pyc
-${PYSITELIB}/IPython/core/tests/daft_extension/daft_extension.pyo
-${PYSITELIB}/IPython/core/tests/nonascii.py
-${PYSITELIB}/IPython/core/tests/nonascii.pyc
-${PYSITELIB}/IPython/core/tests/nonascii.pyo
-${PYSITELIB}/IPython/core/tests/nonascii2.py
-${PYSITELIB}/IPython/core/tests/nonascii2.pyc
-${PYSITELIB}/IPython/core/tests/nonascii2.pyo
-${PYSITELIB}/IPython/core/tests/print_argv.py
-${PYSITELIB}/IPython/core/tests/print_argv.pyc
-${PYSITELIB}/IPython/core/tests/print_argv.pyo
-${PYSITELIB}/IPython/core/tests/refbug.py
-${PYSITELIB}/IPython/core/tests/refbug.pyc
-${PYSITELIB}/IPython/core/tests/refbug.pyo
-${PYSITELIB}/IPython/core/tests/simpleerr.py
-${PYSITELIB}/IPython/core/tests/simpleerr.pyc
-${PYSITELIB}/IPython/core/tests/simpleerr.pyo
-${PYSITELIB}/IPython/core/tests/tclass.py
-${PYSITELIB}/IPython/core/tests/tclass.pyc
-${PYSITELIB}/IPython/core/tests/tclass.pyo
-${PYSITELIB}/IPython/core/tests/test_alias.py
-${PYSITELIB}/IPython/core/tests/test_alias.pyc
-${PYSITELIB}/IPython/core/tests/test_alias.pyo
-${PYSITELIB}/IPython/core/tests/test_application.py
-${PYSITELIB}/IPython/core/tests/test_application.pyc
-${PYSITELIB}/IPython/core/tests/test_application.pyo
-${PYSITELIB}/IPython/core/tests/test_async_helpers.py
-${PYSITELIB}/IPython/core/tests/test_async_helpers.pyc
-${PYSITELIB}/IPython/core/tests/test_async_helpers.pyo
-${PYSITELIB}/IPython/core/tests/test_autocall.py
-${PYSITELIB}/IPython/core/tests/test_autocall.pyc
-${PYSITELIB}/IPython/core/tests/test_autocall.pyo
-${PYSITELIB}/IPython/core/tests/test_compilerop.py
-${PYSITELIB}/IPython/core/tests/test_compilerop.pyc
-${PYSITELIB}/IPython/core/tests/test_compilerop.pyo
-${PYSITELIB}/IPython/core/tests/test_completer.py
-${PYSITELIB}/IPython/core/tests/test_completer.pyc
-${PYSITELIB}/IPython/core/tests/test_completer.pyo
-${PYSITELIB}/IPython/core/tests/test_completerlib.py
-${PYSITELIB}/IPython/core/tests/test_completerlib.pyc
-${PYSITELIB}/IPython/core/tests/test_completerlib.pyo
-${PYSITELIB}/IPython/core/tests/test_debugger.py
-${PYSITELIB}/IPython/core/tests/test_debugger.pyc
-${PYSITELIB}/IPython/core/tests/test_debugger.pyo
-${PYSITELIB}/IPython/core/tests/test_display.py
-${PYSITELIB}/IPython/core/tests/test_display.pyc
-${PYSITELIB}/IPython/core/tests/test_display.pyo
-${PYSITELIB}/IPython/core/tests/test_displayhook.py
-${PYSITELIB}/IPython/core/tests/test_displayhook.pyc
-${PYSITELIB}/IPython/core/tests/test_displayhook.pyo
-${PYSITELIB}/IPython/core/tests/test_events.py
-${PYSITELIB}/IPython/core/tests/test_events.pyc
-${PYSITELIB}/IPython/core/tests/test_events.pyo
-${PYSITELIB}/IPython/core/tests/test_exceptiongroup_tb.py
-${PYSITELIB}/IPython/core/tests/test_exceptiongroup_tb.pyc
-${PYSITELIB}/IPython/core/tests/test_exceptiongroup_tb.pyo
-${PYSITELIB}/IPython/core/tests/test_extension.py
-${PYSITELIB}/IPython/core/tests/test_extension.pyc
-${PYSITELIB}/IPython/core/tests/test_extension.pyo
-${PYSITELIB}/IPython/core/tests/test_formatters.py
-${PYSITELIB}/IPython/core/tests/test_formatters.pyc
-${PYSITELIB}/IPython/core/tests/test_formatters.pyo
-${PYSITELIB}/IPython/core/tests/test_guarded_eval.py
-${PYSITELIB}/IPython/core/tests/test_guarded_eval.pyc
-${PYSITELIB}/IPython/core/tests/test_guarded_eval.pyo
-${PYSITELIB}/IPython/core/tests/test_handlers.py
-${PYSITELIB}/IPython/core/tests/test_handlers.pyc
-${PYSITELIB}/IPython/core/tests/test_handlers.pyo
-${PYSITELIB}/IPython/core/tests/test_history.py
-${PYSITELIB}/IPython/core/tests/test_history.pyc
-${PYSITELIB}/IPython/core/tests/test_history.pyo
-${PYSITELIB}/IPython/core/tests/test_hooks.py
-${PYSITELIB}/IPython/core/tests/test_hooks.pyc
-${PYSITELIB}/IPython/core/tests/test_hooks.pyo
-${PYSITELIB}/IPython/core/tests/test_imports.py
-${PYSITELIB}/IPython/core/tests/test_imports.pyc
-${PYSITELIB}/IPython/core/tests/test_imports.pyo
-${PYSITELIB}/IPython/core/tests/test_inputsplitter.py
-${PYSITELIB}/IPython/core/tests/test_inputsplitter.pyc
-${PYSITELIB}/IPython/core/tests/test_inputsplitter.pyo
-${PYSITELIB}/IPython/core/tests/test_inputtransformer.py
-${PYSITELIB}/IPython/core/tests/test_inputtransformer.pyc
-${PYSITELIB}/IPython/core/tests/test_inputtransformer.pyo
-${PYSITELIB}/IPython/core/tests/test_inputtransformer2.py
-${PYSITELIB}/IPython/core/tests/test_inputtransformer2.pyc
-${PYSITELIB}/IPython/core/tests/test_inputtransformer2.pyo
-${PYSITELIB}/IPython/core/tests/test_inputtransformer2_line.py
-${PYSITELIB}/IPython/core/tests/test_inputtransformer2_line.pyc
-${PYSITELIB}/IPython/core/tests/test_inputtransformer2_line.pyo
-${PYSITELIB}/IPython/core/tests/test_interactiveshell.py
-${PYSITELIB}/IPython/core/tests/test_interactiveshell.pyc
-${PYSITELIB}/IPython/core/tests/test_interactiveshell.pyo
-${PYSITELIB}/IPython/core/tests/test_iplib.py
-${PYSITELIB}/IPython/core/tests/test_iplib.pyc
-${PYSITELIB}/IPython/core/tests/test_iplib.pyo
-${PYSITELIB}/IPython/core/tests/test_logger.py
-${PYSITELIB}/IPython/core/tests/test_logger.pyc
-${PYSITELIB}/IPython/core/tests/test_logger.pyo
-${PYSITELIB}/IPython/core/tests/test_magic.py
-${PYSITELIB}/IPython/core/tests/test_magic.pyc
-${PYSITELIB}/IPython/core/tests/test_magic.pyo
-${PYSITELIB}/IPython/core/tests/test_magic_arguments.py
-${PYSITELIB}/IPython/core/tests/test_magic_arguments.pyc
-${PYSITELIB}/IPython/core/tests/test_magic_arguments.pyo
-${PYSITELIB}/IPython/core/tests/test_magic_terminal.py
-${PYSITELIB}/IPython/core/tests/test_magic_terminal.pyc
-${PYSITELIB}/IPython/core/tests/test_magic_terminal.pyo
-${PYSITELIB}/IPython/core/tests/test_oinspect.py
-${PYSITELIB}/IPython/core/tests/test_oinspect.pyc
-${PYSITELIB}/IPython/core/tests/test_oinspect.pyo
-${PYSITELIB}/IPython/core/tests/test_page.py
-${PYSITELIB}/IPython/core/tests/test_page.pyc
-${PYSITELIB}/IPython/core/tests/test_page.pyo
-${PYSITELIB}/IPython/core/tests/test_paths.py
-${PYSITELIB}/IPython/core/tests/test_paths.pyc
-${PYSITELIB}/IPython/core/tests/test_paths.pyo
-${PYSITELIB}/IPython/core/tests/test_prefilter.py
-${PYSITELIB}/IPython/core/tests/test_prefilter.pyc
-${PYSITELIB}/IPython/core/tests/test_prefilter.pyo
-${PYSITELIB}/IPython/core/tests/test_profile.py
-${PYSITELIB}/IPython/core/tests/test_profile.pyc
-${PYSITELIB}/IPython/core/tests/test_profile.pyo
-${PYSITELIB}/IPython/core/tests/test_prompts.py
-${PYSITELIB}/IPython/core/tests/test_prompts.pyc
-${PYSITELIB}/IPython/core/tests/test_prompts.pyo
-${PYSITELIB}/IPython/core/tests/test_pylabtools.py
-${PYSITELIB}/IPython/core/tests/test_pylabtools.pyc
-${PYSITELIB}/IPython/core/tests/test_pylabtools.pyo
-${PYSITELIB}/IPython/core/tests/test_run.py
-${PYSITELIB}/IPython/core/tests/test_run.pyc
-${PYSITELIB}/IPython/core/tests/test_run.pyo
-${PYSITELIB}/IPython/core/tests/test_shellapp.py
-${PYSITELIB}/IPython/core/tests/test_shellapp.pyc
-${PYSITELIB}/IPython/core/tests/test_shellapp.pyo
-${PYSITELIB}/IPython/core/tests/test_splitinput.py
-${PYSITELIB}/IPython/core/tests/test_splitinput.pyc
-${PYSITELIB}/IPython/core/tests/test_splitinput.pyo
-${PYSITELIB}/IPython/core/tests/test_ultratb.py
-${PYSITELIB}/IPython/core/tests/test_ultratb.pyc
-${PYSITELIB}/IPython/core/tests/test_ultratb.pyo
+${PYSITELIB}/IPython/core/tbtools.py
+${PYSITELIB}/IPython/core/tbtools.pyc
+${PYSITELIB}/IPython/core/tbtools.pyo
+${PYSITELIB}/IPython/core/tips.py
+${PYSITELIB}/IPython/core/tips.pyc
+${PYSITELIB}/IPython/core/tips.pyo
 ${PYSITELIB}/IPython/core/ultratb.py
 ${PYSITELIB}/IPython/core/ultratb.pyc
 ${PYSITELIB}/IPython/core/ultratb.pyo
@@ -367,33 +216,30 @@ ${PYSITELIB}/IPython/extensions/__init__
 ${PYSITELIB}/IPython/extensions/autoreload.py
 ${PYSITELIB}/IPython/extensions/autoreload.pyc
 ${PYSITELIB}/IPython/extensions/autoreload.pyo
+${PYSITELIB}/IPython/extensions/deduperreload/__init__.py
+${PYSITELIB}/IPython/extensions/deduperreload/__init__.pyc
+${PYSITELIB}/IPython/extensions/deduperreload/__init__.pyo
+${PYSITELIB}/IPython/extensions/deduperreload/deduperreload.py
+${PYSITELIB}/IPython/extensions/deduperreload/deduperreload.pyc
+${PYSITELIB}/IPython/extensions/deduperreload/deduperreload.pyo
+${PYSITELIB}/IPython/extensions/deduperreload/deduperreload_patching.py
+${PYSITELIB}/IPython/extensions/deduperreload/deduperreload_patching.pyc
+${PYSITELIB}/IPython/extensions/deduperreload/deduperreload_patching.pyo
 ${PYSITELIB}/IPython/extensions/storemagic.py
 ${PYSITELIB}/IPython/extensions/storemagic.pyc
 ${PYSITELIB}/IPython/extensions/storemagic.pyo
-${PYSITELIB}/IPython/extensions/tests/__init__.py
-${PYSITELIB}/IPython/extensions/tests/__init__.pyc
-${PYSITELIB}/IPython/extensions/tests/__init__.pyo
-${PYSITELIB}/IPython/extensions/tests/test_autoreload.py
-${PYSITELIB}/IPython/extensions/tests/test_autoreload.pyc
-${PYSITELIB}/IPython/extensions/tests/test_autoreload.pyo
-${PYSITELIB}/IPython/extensions/tests/test_storemagic.py
-${PYSITELIB}/IPython/extensions/tests/test_storemagic.pyc
-${PYSITELIB}/IPython/extensions/tests/test_storemagic.pyo
 ${PYSITELIB}/IPython/external/__init__.py
 ${PYSITELIB}/IPython/external/__init__.pyc
 ${PYSITELIB}/IPython/external/__init__.pyo
+${PYSITELIB}/IPython/external/pickleshare.py
+${PYSITELIB}/IPython/external/pickleshare.pyc
+${PYSITELIB}/IPython/external/pickleshare.pyo
 ${PYSITELIB}/IPython/external/qt_for_kernel.py
 ${PYSITELIB}/IPython/external/qt_for_kernel.pyc
 ${PYSITELIB}/IPython/external/qt_for_kernel.pyo
 ${PYSITELIB}/IPython/external/qt_loaders.py
 ${PYSITELIB}/IPython/external/qt_loaders.pyc
 ${PYSITELIB}/IPython/external/qt_loaders.pyo
-${PYSITELIB}/IPython/external/tests/__init__.py
-${PYSITELIB}/IPython/external/tests/__init__.pyc
-${PYSITELIB}/IPython/external/tests/__init__.pyo
-${PYSITELIB}/IPython/external/tests/test_qt_loaders.py
-${PYSITELIB}/IPython/external/tests/test_qt_loaders.pyc
-${PYSITELIB}/IPython/external/tests/test_qt_loaders.pyo
 ${PYSITELIB}/IPython/lib/__init__.py
 ${PYSITELIB}/IPython/lib/__init__.pyc
 ${PYSITELIB}/IPython/lib/__init__.pyo
@@ -427,40 +273,6 @@ ${PYSITELIB}/IPython/lib/lexers.pyo
 ${PYSITELIB}/IPython/lib/pretty.py
 ${PYSITELIB}/IPython/lib/pretty.pyc
 ${PYSITELIB}/IPython/lib/pretty.pyo
-${PYSITELIB}/IPython/lib/tests/__init__.py
-${PYSITELIB}/IPython/lib/tests/__init__.pyc
-${PYSITELIB}/IPython/lib/tests/__init__.pyo
-${PYSITELIB}/IPython/lib/tests/test.wav
-${PYSITELIB}/IPython/lib/tests/test_backgroundjobs.py
-${PYSITELIB}/IPython/lib/tests/test_backgroundjobs.pyc
-${PYSITELIB}/IPython/lib/tests/test_backgroundjobs.pyo
-${PYSITELIB}/IPython/lib/tests/test_clipboard.py
-${PYSITELIB}/IPython/lib/tests/test_clipboard.pyc
-${PYSITELIB}/IPython/lib/tests/test_clipboard.pyo
-${PYSITELIB}/IPython/lib/tests/test_deepreload.py
-${PYSITELIB}/IPython/lib/tests/test_deepreload.pyc
-${PYSITELIB}/IPython/lib/tests/test_deepreload.pyo
-${PYSITELIB}/IPython/lib/tests/test_display.py
-${PYSITELIB}/IPython/lib/tests/test_display.pyc
-${PYSITELIB}/IPython/lib/tests/test_display.pyo
-${PYSITELIB}/IPython/lib/tests/test_editorhooks.py
-${PYSITELIB}/IPython/lib/tests/test_editorhooks.pyc
-${PYSITELIB}/IPython/lib/tests/test_editorhooks.pyo
-${PYSITELIB}/IPython/lib/tests/test_imports.py
-${PYSITELIB}/IPython/lib/tests/test_imports.pyc
-${PYSITELIB}/IPython/lib/tests/test_imports.pyo
-${PYSITELIB}/IPython/lib/tests/test_latextools.py
-${PYSITELIB}/IPython/lib/tests/test_latextools.pyc
-${PYSITELIB}/IPython/lib/tests/test_latextools.pyo
-${PYSITELIB}/IPython/lib/tests/test_lexers.py
-${PYSITELIB}/IPython/lib/tests/test_lexers.pyc
-${PYSITELIB}/IPython/lib/tests/test_lexers.pyo
-${PYSITELIB}/IPython/lib/tests/test_pretty.py
-${PYSITELIB}/IPython/lib/tests/test_pretty.pyc
-${PYSITELIB}/IPython/lib/tests/test_pretty.pyo
-${PYSITELIB}/IPython/lib/tests/test_pygments.py
-${PYSITELIB}/IPython/lib/tests/test_pygments.pyc
-${PYSITELIB}/IPython/lib/tests/test_pygments.pyo
 ${PYSITELIB}/IPython/paths.py
 ${PYSITELIB}/IPython/paths.pyc
 ${PYSITELIB}/IPython/paths.pyo
@@ -480,9 +292,6 @@ ${PYSITELIB}/IPython/sphinxext/ipython_d
 ${PYSITELIB}/IPython/terminal/__init__.py
 ${PYSITELIB}/IPython/terminal/__init__.pyc
 ${PYSITELIB}/IPython/terminal/__init__.pyo
-${PYSITELIB}/IPython/terminal/console.py
-${PYSITELIB}/IPython/terminal/console.pyc
-${PYSITELIB}/IPython/terminal/console.pyo
 ${PYSITELIB}/IPython/terminal/debugger.py
 ${PYSITELIB}/IPython/terminal/debugger.pyc
 ${PYSITELIB}/IPython/terminal/debugger.pyo
@@ -549,27 +358,6 @@ ${PYSITELIB}/IPython/terminal/shortcuts/
 ${PYSITELIB}/IPython/terminal/shortcuts/filters.py
 ${PYSITELIB}/IPython/terminal/shortcuts/filters.pyc
 ${PYSITELIB}/IPython/terminal/shortcuts/filters.pyo
-${PYSITELIB}/IPython/terminal/tests/__init__.py
-${PYSITELIB}/IPython/terminal/tests/__init__.pyc
-${PYSITELIB}/IPython/terminal/tests/__init__.pyo
-${PYSITELIB}/IPython/terminal/tests/test_debug_magic.py
-${PYSITELIB}/IPython/terminal/tests/test_debug_magic.pyc
-${PYSITELIB}/IPython/terminal/tests/test_debug_magic.pyo
-${PYSITELIB}/IPython/terminal/tests/test_embed.py
-${PYSITELIB}/IPython/terminal/tests/test_embed.pyc
-${PYSITELIB}/IPython/terminal/tests/test_embed.pyo
-${PYSITELIB}/IPython/terminal/tests/test_help.py
-${PYSITELIB}/IPython/terminal/tests/test_help.pyc
-${PYSITELIB}/IPython/terminal/tests/test_help.pyo
-${PYSITELIB}/IPython/terminal/tests/test_interactivshell.py
-${PYSITELIB}/IPython/terminal/tests/test_interactivshell.pyc
-${PYSITELIB}/IPython/terminal/tests/test_interactivshell.pyo
-${PYSITELIB}/IPython/terminal/tests/test_pt_inputhooks.py
-${PYSITELIB}/IPython/terminal/tests/test_pt_inputhooks.pyc
-${PYSITELIB}/IPython/terminal/tests/test_pt_inputhooks.pyo
-${PYSITELIB}/IPython/terminal/tests/test_shortcuts.py
-${PYSITELIB}/IPython/terminal/tests/test_shortcuts.pyc
-${PYSITELIB}/IPython/terminal/tests/test_shortcuts.pyo
 ${PYSITELIB}/IPython/testing/__init__.py
 ${PYSITELIB}/IPython/testing/__init__.pyc
 ${PYSITELIB}/IPython/testing/__init__.pyo
@@ -582,7 +370,6 @@ ${PYSITELIB}/IPython/testing/globalipapp
 ${PYSITELIB}/IPython/testing/ipunittest.py
 ${PYSITELIB}/IPython/testing/ipunittest.pyc
 ${PYSITELIB}/IPython/testing/ipunittest.pyo
-${PYSITELIB}/IPython/testing/plugin/README.txt
 ${PYSITELIB}/IPython/testing/plugin/__init__.py
 ${PYSITELIB}/IPython/testing/plugin/__init__.pyc
 ${PYSITELIB}/IPython/testing/plugin/__init__.pyo
@@ -616,18 +403,6 @@ ${PYSITELIB}/IPython/testing/plugin/test
 ${PYSITELIB}/IPython/testing/skipdoctest.py
 ${PYSITELIB}/IPython/testing/skipdoctest.pyc
 ${PYSITELIB}/IPython/testing/skipdoctest.pyo
-${PYSITELIB}/IPython/testing/tests/__init__.py
-${PYSITELIB}/IPython/testing/tests/__init__.pyc
-${PYSITELIB}/IPython/testing/tests/__init__.pyo
-${PYSITELIB}/IPython/testing/tests/test_decorators.py
-${PYSITELIB}/IPython/testing/tests/test_decorators.pyc
-${PYSITELIB}/IPython/testing/tests/test_decorators.pyo
-${PYSITELIB}/IPython/testing/tests/test_ipunittest.py
-${PYSITELIB}/IPython/testing/tests/test_ipunittest.pyc
-${PYSITELIB}/IPython/testing/tests/test_ipunittest.pyo
-${PYSITELIB}/IPython/testing/tests/test_tools.py
-${PYSITELIB}/IPython/testing/tests/test_tools.pyc
-${PYSITELIB}/IPython/testing/tests/test_tools.pyo
 ${PYSITELIB}/IPython/testing/tools.py
 ${PYSITELIB}/IPython/testing/tools.pyc
 ${PYSITELIB}/IPython/testing/tools.pyo
@@ -661,18 +436,12 @@ ${PYSITELIB}/IPython/utils/_sysinfo.pyo
 ${PYSITELIB}/IPython/utils/capture.py
 ${PYSITELIB}/IPython/utils/capture.pyc
 ${PYSITELIB}/IPython/utils/capture.pyo
-${PYSITELIB}/IPython/utils/colorable.py
-${PYSITELIB}/IPython/utils/colorable.pyc
-${PYSITELIB}/IPython/utils/colorable.pyo
 ${PYSITELIB}/IPython/utils/coloransi.py
 ${PYSITELIB}/IPython/utils/coloransi.pyc
 ${PYSITELIB}/IPython/utils/coloransi.pyo
 ${PYSITELIB}/IPython/utils/contexts.py
 ${PYSITELIB}/IPython/utils/contexts.pyc
 ${PYSITELIB}/IPython/utils/contexts.pyo
-${PYSITELIB}/IPython/utils/daemonize.py
-${PYSITELIB}/IPython/utils/daemonize.pyc
-${PYSITELIB}/IPython/utils/daemonize.pyo
 ${PYSITELIB}/IPython/utils/data.py
 ${PYSITELIB}/IPython/utils/data.pyc
 ${PYSITELIB}/IPython/utils/data.pyo
@@ -709,9 +478,6 @@ ${PYSITELIB}/IPython/utils/ipstruct.pyo
 ${PYSITELIB}/IPython/utils/jsonutil.py
 ${PYSITELIB}/IPython/utils/jsonutil.pyc
 ${PYSITELIB}/IPython/utils/jsonutil.pyo
-${PYSITELIB}/IPython/utils/localinterfaces.py
-${PYSITELIB}/IPython/utils/localinterfaces.pyc
-${PYSITELIB}/IPython/utils/localinterfaces.pyo
 ${PYSITELIB}/IPython/utils/log.py
 ${PYSITELIB}/IPython/utils/log.pyc
 ${PYSITELIB}/IPython/utils/log.pyo
@@ -733,12 +499,6 @@ ${PYSITELIB}/IPython/utils/py3compat.pyo
 ${PYSITELIB}/IPython/utils/sentinel.py
 ${PYSITELIB}/IPython/utils/sentinel.pyc
 ${PYSITELIB}/IPython/utils/sentinel.pyo
-${PYSITELIB}/IPython/utils/shimmodule.py
-${PYSITELIB}/IPython/utils/shimmodule.pyc
-${PYSITELIB}/IPython/utils/shimmodule.pyo
-${PYSITELIB}/IPython/utils/signatures.py
-${PYSITELIB}/IPython/utils/signatures.pyc
-${PYSITELIB}/IPython/utils/signatures.pyo
 ${PYSITELIB}/IPython/utils/strdispatch.py
 ${PYSITELIB}/IPython/utils/strdispatch.pyc
 ${PYSITELIB}/IPython/utils/strdispatch.pyo
@@ -754,63 +514,6 @@ ${PYSITELIB}/IPython/utils/tempdir.pyo
 ${PYSITELIB}/IPython/utils/terminal.py
 ${PYSITELIB}/IPython/utils/terminal.pyc
 ${PYSITELIB}/IPython/utils/terminal.pyo
-${PYSITELIB}/IPython/utils/tests/__init__.py
-${PYSITELIB}/IPython/utils/tests/__init__.pyc
-${PYSITELIB}/IPython/utils/tests/__init__.pyo
-${PYSITELIB}/IPython/utils/tests/test_capture.py
-${PYSITELIB}/IPython/utils/tests/test_capture.pyc
-${PYSITELIB}/IPython/utils/tests/test_capture.pyo
-${PYSITELIB}/IPython/utils/tests/test_decorators.py
-${PYSITELIB}/IPython/utils/tests/test_decorators.pyc
-${PYSITELIB}/IPython/utils/tests/test_decorators.pyo
-${PYSITELIB}/IPython/utils/tests/test_deprecated.py
-${PYSITELIB}/IPython/utils/tests/test_deprecated.pyc
-${PYSITELIB}/IPython/utils/tests/test_deprecated.pyo
-${PYSITELIB}/IPython/utils/tests/test_dir2.py
-${PYSITELIB}/IPython/utils/tests/test_dir2.pyc
-${PYSITELIB}/IPython/utils/tests/test_dir2.pyo
-${PYSITELIB}/IPython/utils/tests/test_imports.py
-${PYSITELIB}/IPython/utils/tests/test_imports.pyc
-${PYSITELIB}/IPython/utils/tests/test_imports.pyo
-${PYSITELIB}/IPython/utils/tests/test_importstring.py
-${PYSITELIB}/IPython/utils/tests/test_importstring.pyc
-${PYSITELIB}/IPython/utils/tests/test_importstring.pyo
-${PYSITELIB}/IPython/utils/tests/test_io.py
-${PYSITELIB}/IPython/utils/tests/test_io.pyc
-${PYSITELIB}/IPython/utils/tests/test_io.pyo
-${PYSITELIB}/IPython/utils/tests/test_module_paths.py
-${PYSITELIB}/IPython/utils/tests/test_module_paths.pyc
-${PYSITELIB}/IPython/utils/tests/test_module_paths.pyo
-${PYSITELIB}/IPython/utils/tests/test_openpy.py
-${PYSITELIB}/IPython/utils/tests/test_openpy.pyc
-${PYSITELIB}/IPython/utils/tests/test_openpy.pyo
-${PYSITELIB}/IPython/utils/tests/test_path.py
-${PYSITELIB}/IPython/utils/tests/test_path.pyc
-${PYSITELIB}/IPython/utils/tests/test_path.pyo
-${PYSITELIB}/IPython/utils/tests/test_process.py
-${PYSITELIB}/IPython/utils/tests/test_process.pyc
-${PYSITELIB}/IPython/utils/tests/test_process.pyo
-${PYSITELIB}/IPython/utils/tests/test_pycolorize.py
-${PYSITELIB}/IPython/utils/tests/test_pycolorize.pyc
-${PYSITELIB}/IPython/utils/tests/test_pycolorize.pyo
-${PYSITELIB}/IPython/utils/tests/test_shimmodule.py
-${PYSITELIB}/IPython/utils/tests/test_shimmodule.pyc
-${PYSITELIB}/IPython/utils/tests/test_shimmodule.pyo
-${PYSITELIB}/IPython/utils/tests/test_sysinfo.py
-${PYSITELIB}/IPython/utils/tests/test_sysinfo.pyc
-${PYSITELIB}/IPython/utils/tests/test_sysinfo.pyo
-${PYSITELIB}/IPython/utils/tests/test_tempdir.py
-${PYSITELIB}/IPython/utils/tests/test_tempdir.pyc
-${PYSITELIB}/IPython/utils/tests/test_tempdir.pyo
-${PYSITELIB}/IPython/utils/tests/test_text.py
-${PYSITELIB}/IPython/utils/tests/test_text.pyc
-${PYSITELIB}/IPython/utils/tests/test_text.pyo
-${PYSITELIB}/IPython/utils/tests/test_tokenutil.py
-${PYSITELIB}/IPython/utils/tests/test_tokenutil.pyc
-${PYSITELIB}/IPython/utils/tests/test_tokenutil.pyo
-${PYSITELIB}/IPython/utils/tests/test_wildcard.py
-${PYSITELIB}/IPython/utils/tests/test_wildcard.pyc
-${PYSITELIB}/IPython/utils/tests/test_wildcard.pyo
 ${PYSITELIB}/IPython/utils/text.py
 ${PYSITELIB}/IPython/utils/text.pyc
 ${PYSITELIB}/IPython/utils/text.pyo
@@ -820,26 +523,7 @@ ${PYSITELIB}/IPython/utils/timing.pyo
 ${PYSITELIB}/IPython/utils/tokenutil.py
 ${PYSITELIB}/IPython/utils/tokenutil.pyc
 ${PYSITELIB}/IPython/utils/tokenutil.pyo
-${PYSITELIB}/IPython/utils/traitlets.py
-${PYSITELIB}/IPython/utils/traitlets.pyc
-${PYSITELIB}/IPython/utils/traitlets.pyo
-${PYSITELIB}/IPython/utils/tz.py
-${PYSITELIB}/IPython/utils/tz.pyc
-${PYSITELIB}/IPython/utils/tz.pyo
-${PYSITELIB}/IPython/utils/ulinecache.py
-${PYSITELIB}/IPython/utils/ulinecache.pyc
-${PYSITELIB}/IPython/utils/ulinecache.pyo
-${PYSITELIB}/IPython/utils/version.py
-${PYSITELIB}/IPython/utils/version.pyc
-${PYSITELIB}/IPython/utils/version.pyo
 ${PYSITELIB}/IPython/utils/wildcard.py
 ${PYSITELIB}/IPython/utils/wildcard.pyc
 ${PYSITELIB}/IPython/utils/wildcard.pyo
-${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}/top_level.txt
 man/man1/ipython-${PYVERSSUFFIX}.1

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.76 pkgsrc/devel/py-ipython/distinfo:1.77
--- pkgsrc/devel/py-ipython/distinfo:1.76       Sat Feb  1 18:40:46 2025
+++ pkgsrc/devel/py-ipython/distinfo    Wed Mar 12 15:06:41 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2025/02/01 18:40:46 adam Exp $
+$NetBSD: distinfo,v 1.77 2025/03/12 15:06:41 adam Exp $
 
-BLAKE2s (ipython-8.32.0.tar.gz) = f4fba2859ee835c4ee6d56612cc518ab4877b738c69593a1cb2f09304578f34f
-SHA512 (ipython-8.32.0.tar.gz) = 920e5aa4be023713c05d9c6b7a1ce0e81abd8829a7fad19adef050d013b9937fcc49ddbf44200ae62f4968b3ea197a0afe87d712873845230f4e0b5858eefdaf
-Size (ipython-8.32.0.tar.gz) = 5507441 bytes
+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
 SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e



Home | Main Index | Thread Index | Old Index