pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-jupyter-console
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 25 11:36:41 UTC 2023
Modified Files:
pkgsrc/devel/py-jupyter-console: Makefile PLIST distinfo
Log Message:
py-jupyter-console: updated to 6.6.3
6.6.3
Bugs fixed
- Fix handle_external_iopub again
6.6.2
Bugs fixed
- Fix handle_external_iopub
6.6.1
Maintenance and upkeep improvements
- More build system cleanup
6.6.0
Maintenance and upkeep improvements
- Switch to hatch backend
- Add flaky
- Clean up license
6.5.1
Bugs fixed
- Fix completion handling
6.5.0
Bugs fixed
- Fix client 7 and 8 compat
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-jupyter-console/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jupyter-console/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-jupyter-console/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-jupyter-console/Makefile
diff -u pkgsrc/devel/py-jupyter-console/Makefile:1.10 pkgsrc/devel/py-jupyter-console/Makefile:1.11
--- pkgsrc/devel/py-jupyter-console/Makefile:1.10 Fri Jul 1 18:06:01 2022
+++ pkgsrc/devel/py-jupyter-console/Makefile Tue Apr 25 11:36:41 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/07/01 18:06:01 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/04/25 11:36:41 adam Exp $
-DISTNAME= jupyter_console-6.4.4
+DISTNAME= jupyter_console-6.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_console/}
@@ -10,21 +10,23 @@ HOMEPAGE= https://jupyter.org/
COMMENT= Jupyter terminal console
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-ipython>=6.5:../../devel/py-ipython
-DEPENDS+= ${PYPKGPREFIX}-ipykernel>=5.1:../../devel/py-ipykernel
+DEPENDS+= ${PYPKGPREFIX}-ipykernel>=6.14:../../devel/py-ipykernel
DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=7.0.0:../../devel/py-jupyter_client
-DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=3.0.2:../../devel/py-prompt_toolkit
+DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.12:../../devel/py-jupyter_core
+DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=3.0.30:../../devel/py-prompt_toolkit
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.3.1:../../textproc/py-pygments
+DEPENDS+= ${PYPKGPREFIX}-zmq>=17:../../net/py-zmq
+DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.4:../../devel/py-traitlets
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 37
-USE_PKG_RESOURCES= yes
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} jupyter-console jupyter-console-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-jupyter-console/PLIST
diff -u pkgsrc/devel/py-jupyter-console/PLIST:1.1 pkgsrc/devel/py-jupyter-console/PLIST:1.2
--- pkgsrc/devel/py-jupyter-console/PLIST:1.1 Thu Dec 10 12:13:19 2020
+++ pkgsrc/devel/py-jupyter-console/PLIST Tue Apr 25 11:36:41 2023
@@ -1,44 +1,36 @@
-@comment $NetBSD: PLIST,v 1.1 2020/12/10 12:13:19 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/25 11:36:41 adam Exp $
bin/jupyter-console-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/jupyter_console/__init__.py
${PYSITELIB}/jupyter_console/__init__.pyc
-${PYSITELIB}/jupyter_console/__init__.pyo
${PYSITELIB}/jupyter_console/__main__.py
${PYSITELIB}/jupyter_console/__main__.pyc
-${PYSITELIB}/jupyter_console/__main__.pyo
${PYSITELIB}/jupyter_console/_version.py
${PYSITELIB}/jupyter_console/_version.pyc
-${PYSITELIB}/jupyter_console/_version.pyo
${PYSITELIB}/jupyter_console/app.py
${PYSITELIB}/jupyter_console/app.pyc
-${PYSITELIB}/jupyter_console/app.pyo
${PYSITELIB}/jupyter_console/completer.py
${PYSITELIB}/jupyter_console/completer.pyc
-${PYSITELIB}/jupyter_console/completer.pyo
${PYSITELIB}/jupyter_console/ptshell.py
${PYSITELIB}/jupyter_console/ptshell.pyc
-${PYSITELIB}/jupyter_console/ptshell.pyo
${PYSITELIB}/jupyter_console/tests/__init__.py
${PYSITELIB}/jupyter_console/tests/__init__.pyc
-${PYSITELIB}/jupyter_console/tests/__init__.pyo
${PYSITELIB}/jupyter_console/tests/conftest.py
${PYSITELIB}/jupyter_console/tests/conftest.pyc
-${PYSITELIB}/jupyter_console/tests/conftest.pyo
${PYSITELIB}/jupyter_console/tests/test_console.py
${PYSITELIB}/jupyter_console/tests/test_console.pyc
-${PYSITELIB}/jupyter_console/tests/test_console.pyo
${PYSITELIB}/jupyter_console/tests/test_image_handler.py
${PYSITELIB}/jupyter_console/tests/test_image_handler.pyc
-${PYSITELIB}/jupyter_console/tests/test_image_handler.pyo
${PYSITELIB}/jupyter_console/tests/writetofile.py
${PYSITELIB}/jupyter_console/tests/writetofile.pyc
-${PYSITELIB}/jupyter_console/tests/writetofile.pyo
+${PYSITELIB}/jupyter_console/utils.py
+${PYSITELIB}/jupyter_console/utils.pyc
${PYSITELIB}/jupyter_console/zmqhistory.py
${PYSITELIB}/jupyter_console/zmqhistory.pyc
-${PYSITELIB}/jupyter_console/zmqhistory.pyo
Index: pkgsrc/devel/py-jupyter-console/distinfo
diff -u pkgsrc/devel/py-jupyter-console/distinfo:1.7 pkgsrc/devel/py-jupyter-console/distinfo:1.8
--- pkgsrc/devel/py-jupyter-console/distinfo:1.7 Fri Jul 1 18:06:01 2022
+++ pkgsrc/devel/py-jupyter-console/distinfo Tue Apr 25 11:36:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/07/01 18:06:01 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/04/25 11:36:41 adam Exp $
-BLAKE2s (jupyter_console-6.4.4.tar.gz) = 879b516d6b3baa30425def35cca011a2ae7710490eea832cefbb4e7871092247
-SHA512 (jupyter_console-6.4.4.tar.gz) = 1f06591ed2a0fcf56e783d4e9f2a7c3f58a4f566cfb63b3367edac23c7709aa1af7bf6639c7358227a987049804da90658144fa5ad38db120c0816e78ed465ef
-Size (jupyter_console-6.4.4.tar.gz) = 35145 bytes
+BLAKE2s (jupyter_console-6.6.3.tar.gz) = 0d426a704d738fbe97464d2a9cde992b90f310666bdf6a6b9671435a47919b03
+SHA512 (jupyter_console-6.6.3.tar.gz) = fc896dfc783648127690458712e90eced9578629dd55e3bfc9e15319ffa919c118c78d7872f0274455c3996fa9321bccdfa204b94b45a2de733b7703894c9034
+Size (jupyter_console-6.6.3.tar.gz) = 34363 bytes
Home |
Main Index |
Thread Index |
Old Index