py-jupyter_client: updated to 7.3.3
7.3.3 Bugs fixed - Add local-provisioner entry point to pyproject.toml 7.3.2 Enhancements made - Correct `Any` type annotations. Maintenance and upkeep improvements - Use hatch backend - Use flit build backend
This commit is contained in:
parent
704ae12a1a
commit
11a6fb1dc0
3 changed files with 18 additions and 73 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.29 2022/05/10 17:00:11 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2022/06/07 16:28:39 adam Exp $
|
||||
|
||||
DISTNAME= jupyter_client-7.3.1
|
||||
DISTNAME= jupyter_client-7.3.3
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/}
|
||||
|
@ -10,13 +10,14 @@ HOMEPAGE= https://jupyter-client.readthedocs.io/
|
|||
COMMENT= Jupyter protocol implementation and client libraries
|
||||
LICENSE= modified-bsd
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.25:../../devel/py-hatchling
|
||||
DEPENDS+= ${PYPKGPREFIX}-entrypoints-[0-9]*:../../devel/py-entrypoints
|
||||
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.8.2:../../time/py-dateutil
|
||||
DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.9.2:../../devel/py-jupyter_core
|
||||
DEPENDS+= ${PYPKGPREFIX}-nest-asyncio>=1.5.4:../../devel/py-nest-asyncio
|
||||
DEPENDS+= ${PYPKGPREFIX}-tornado>=6.0:../../www/py-tornado
|
||||
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
|
||||
DEPENDS+= ${PYPKGPREFIX}-zmq>=13.0.0:../../net/py-zmq
|
||||
DEPENDS+= ${PYPKGPREFIX}-zmq>=23.0:../../net/py-zmq
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel>=6.5:../../devel/py-ipykernel
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
||||
|
@ -39,5 +40,5 @@ post-install:
|
|||
do-test:
|
||||
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../lang/python/wheel.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,185 +1,129 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2022/04/08 06:47:40 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2022/06/07 16:28:39 adam Exp $
|
||||
bin/jupyter-kernel-${PYVERSSUFFIX}
|
||||
bin/jupyter-kernelspec-${PYVERSSUFFIX}
|
||||
bin/jupyter-run-${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}/license_files/COPYING.md
|
||||
${PYSITELIB}/jupyter_client/__init__.py
|
||||
${PYSITELIB}/jupyter_client/__init__.pyc
|
||||
${PYSITELIB}/jupyter_client/__init__.pyo
|
||||
${PYSITELIB}/jupyter_client/_version.py
|
||||
${PYSITELIB}/jupyter_client/_version.pyc
|
||||
${PYSITELIB}/jupyter_client/_version.pyo
|
||||
${PYSITELIB}/jupyter_client/adapter.py
|
||||
${PYSITELIB}/jupyter_client/adapter.pyc
|
||||
${PYSITELIB}/jupyter_client/adapter.pyo
|
||||
${PYSITELIB}/jupyter_client/asynchronous/__init__.py
|
||||
${PYSITELIB}/jupyter_client/asynchronous/__init__.pyc
|
||||
${PYSITELIB}/jupyter_client/asynchronous/__init__.pyo
|
||||
${PYSITELIB}/jupyter_client/asynchronous/client.py
|
||||
${PYSITELIB}/jupyter_client/asynchronous/client.pyc
|
||||
${PYSITELIB}/jupyter_client/asynchronous/client.pyo
|
||||
${PYSITELIB}/jupyter_client/blocking/__init__.py
|
||||
${PYSITELIB}/jupyter_client/blocking/__init__.pyc
|
||||
${PYSITELIB}/jupyter_client/blocking/__init__.pyo
|
||||
${PYSITELIB}/jupyter_client/blocking/client.py
|
||||
${PYSITELIB}/jupyter_client/blocking/client.pyc
|
||||
${PYSITELIB}/jupyter_client/blocking/client.pyo
|
||||
${PYSITELIB}/jupyter_client/channels.py
|
||||
${PYSITELIB}/jupyter_client/channels.pyc
|
||||
${PYSITELIB}/jupyter_client/channels.pyo
|
||||
${PYSITELIB}/jupyter_client/channelsabc.py
|
||||
${PYSITELIB}/jupyter_client/channelsabc.pyc
|
||||
${PYSITELIB}/jupyter_client/channelsabc.pyo
|
||||
${PYSITELIB}/jupyter_client/client.py
|
||||
${PYSITELIB}/jupyter_client/client.pyc
|
||||
${PYSITELIB}/jupyter_client/client.pyo
|
||||
${PYSITELIB}/jupyter_client/clientabc.py
|
||||
${PYSITELIB}/jupyter_client/clientabc.pyc
|
||||
${PYSITELIB}/jupyter_client/clientabc.pyo
|
||||
${PYSITELIB}/jupyter_client/connect.py
|
||||
${PYSITELIB}/jupyter_client/connect.pyc
|
||||
${PYSITELIB}/jupyter_client/connect.pyo
|
||||
${PYSITELIB}/jupyter_client/consoleapp.py
|
||||
${PYSITELIB}/jupyter_client/consoleapp.pyc
|
||||
${PYSITELIB}/jupyter_client/consoleapp.pyo
|
||||
${PYSITELIB}/jupyter_client/ioloop/__init__.py
|
||||
${PYSITELIB}/jupyter_client/ioloop/__init__.pyc
|
||||
${PYSITELIB}/jupyter_client/ioloop/__init__.pyo
|
||||
${PYSITELIB}/jupyter_client/ioloop/manager.py
|
||||
${PYSITELIB}/jupyter_client/ioloop/manager.pyc
|
||||
${PYSITELIB}/jupyter_client/ioloop/manager.pyo
|
||||
${PYSITELIB}/jupyter_client/ioloop/restarter.py
|
||||
${PYSITELIB}/jupyter_client/ioloop/restarter.pyc
|
||||
${PYSITELIB}/jupyter_client/ioloop/restarter.pyo
|
||||
${PYSITELIB}/jupyter_client/jsonutil.py
|
||||
${PYSITELIB}/jupyter_client/jsonutil.pyc
|
||||
${PYSITELIB}/jupyter_client/jsonutil.pyo
|
||||
${PYSITELIB}/jupyter_client/kernelapp.py
|
||||
${PYSITELIB}/jupyter_client/kernelapp.pyc
|
||||
${PYSITELIB}/jupyter_client/kernelapp.pyo
|
||||
${PYSITELIB}/jupyter_client/kernelspec.py
|
||||
${PYSITELIB}/jupyter_client/kernelspec.pyc
|
||||
${PYSITELIB}/jupyter_client/kernelspec.pyo
|
||||
${PYSITELIB}/jupyter_client/kernelspecapp.py
|
||||
${PYSITELIB}/jupyter_client/kernelspecapp.pyc
|
||||
${PYSITELIB}/jupyter_client/kernelspecapp.pyo
|
||||
${PYSITELIB}/jupyter_client/launcher.py
|
||||
${PYSITELIB}/jupyter_client/launcher.pyc
|
||||
${PYSITELIB}/jupyter_client/launcher.pyo
|
||||
${PYSITELIB}/jupyter_client/localinterfaces.py
|
||||
${PYSITELIB}/jupyter_client/localinterfaces.pyc
|
||||
${PYSITELIB}/jupyter_client/localinterfaces.pyo
|
||||
${PYSITELIB}/jupyter_client/manager.py
|
||||
${PYSITELIB}/jupyter_client/manager.pyc
|
||||
${PYSITELIB}/jupyter_client/manager.pyo
|
||||
${PYSITELIB}/jupyter_client/managerabc.py
|
||||
${PYSITELIB}/jupyter_client/managerabc.pyc
|
||||
${PYSITELIB}/jupyter_client/managerabc.pyo
|
||||
${PYSITELIB}/jupyter_client/multikernelmanager.py
|
||||
${PYSITELIB}/jupyter_client/multikernelmanager.pyc
|
||||
${PYSITELIB}/jupyter_client/multikernelmanager.pyo
|
||||
${PYSITELIB}/jupyter_client/provisioning/__init__.py
|
||||
${PYSITELIB}/jupyter_client/provisioning/__init__.pyc
|
||||
${PYSITELIB}/jupyter_client/provisioning/__init__.pyo
|
||||
${PYSITELIB}/jupyter_client/provisioning/factory.py
|
||||
${PYSITELIB}/jupyter_client/provisioning/factory.pyc
|
||||
${PYSITELIB}/jupyter_client/provisioning/factory.pyo
|
||||
${PYSITELIB}/jupyter_client/provisioning/local_provisioner.py
|
||||
${PYSITELIB}/jupyter_client/provisioning/local_provisioner.pyc
|
||||
${PYSITELIB}/jupyter_client/provisioning/local_provisioner.pyo
|
||||
${PYSITELIB}/jupyter_client/provisioning/provisioner_base.py
|
||||
${PYSITELIB}/jupyter_client/provisioning/provisioner_base.pyc
|
||||
${PYSITELIB}/jupyter_client/provisioning/provisioner_base.pyo
|
||||
${PYSITELIB}/jupyter_client/py.typed
|
||||
${PYSITELIB}/jupyter_client/restarter.py
|
||||
${PYSITELIB}/jupyter_client/restarter.pyc
|
||||
${PYSITELIB}/jupyter_client/restarter.pyo
|
||||
${PYSITELIB}/jupyter_client/runapp.py
|
||||
${PYSITELIB}/jupyter_client/runapp.pyc
|
||||
${PYSITELIB}/jupyter_client/runapp.pyo
|
||||
${PYSITELIB}/jupyter_client/session.py
|
||||
${PYSITELIB}/jupyter_client/session.pyc
|
||||
${PYSITELIB}/jupyter_client/session.pyo
|
||||
${PYSITELIB}/jupyter_client/ssh/__init__.py
|
||||
${PYSITELIB}/jupyter_client/ssh/__init__.pyc
|
||||
${PYSITELIB}/jupyter_client/ssh/__init__.pyo
|
||||
${PYSITELIB}/jupyter_client/ssh/forward.py
|
||||
${PYSITELIB}/jupyter_client/ssh/forward.pyc
|
||||
${PYSITELIB}/jupyter_client/ssh/forward.pyo
|
||||
${PYSITELIB}/jupyter_client/ssh/tunnel.py
|
||||
${PYSITELIB}/jupyter_client/ssh/tunnel.pyc
|
||||
${PYSITELIB}/jupyter_client/ssh/tunnel.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/__init__.py
|
||||
${PYSITELIB}/jupyter_client/tests/__init__.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/__init__.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/conftest.py
|
||||
${PYSITELIB}/jupyter_client/tests/conftest.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/conftest.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/problemkernel.py
|
||||
${PYSITELIB}/jupyter_client/tests/problemkernel.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/problemkernel.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/signalkernel.py
|
||||
${PYSITELIB}/jupyter_client/tests/signalkernel.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/signalkernel.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_adapter.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_adapter.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_adapter.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_client.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_client.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_client.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_connect.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_connect.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_connect.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_jsonutil.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_jsonutil.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_jsonutil.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_kernelapp.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_kernelapp.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_kernelapp.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_kernelmanager.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_kernelmanager.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_kernelmanager.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_kernelspec.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_kernelspec.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_kernelspec.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_localinterfaces.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_localinterfaces.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_localinterfaces.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_manager.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_manager.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_manager.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_multikernelmanager.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_multikernelmanager.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_multikernelmanager.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_provisioning.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_provisioning.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_provisioning.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_public_api.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_public_api.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_public_api.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_restarter.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_restarter.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_restarter.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_session.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_session.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_session.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/test_ssh.py
|
||||
${PYSITELIB}/jupyter_client/tests/test_ssh.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/test_ssh.pyo
|
||||
${PYSITELIB}/jupyter_client/tests/utils.py
|
||||
${PYSITELIB}/jupyter_client/tests/utils.pyc
|
||||
${PYSITELIB}/jupyter_client/tests/utils.pyo
|
||||
${PYSITELIB}/jupyter_client/threaded.py
|
||||
${PYSITELIB}/jupyter_client/threaded.pyc
|
||||
${PYSITELIB}/jupyter_client/threaded.pyo
|
||||
${PYSITELIB}/jupyter_client/utils.py
|
||||
${PYSITELIB}/jupyter_client/utils.pyc
|
||||
${PYSITELIB}/jupyter_client/utils.pyo
|
||||
${PYSITELIB}/jupyter_client/win_interrupt.py
|
||||
${PYSITELIB}/jupyter_client/win_interrupt.pyc
|
||||
${PYSITELIB}/jupyter_client/win_interrupt.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.23 2022/05/10 17:00:11 adam Exp $
|
||||
$NetBSD: distinfo,v 1.24 2022/06/07 16:28:39 adam Exp $
|
||||
|
||||
BLAKE2s (jupyter_client-7.3.1.tar.gz) = 56034c1816210b13a14ea390650c1a76f8ed5ef69233721cb5f65c91608c97ab
|
||||
SHA512 (jupyter_client-7.3.1.tar.gz) = 86a98288f1be5321b8495d78770501ca45fe3139a482ec41606253eef69eaf4d3f284d1c373d9df64efe28428f32cd1a3b19842a7331b3ac200d780e7a786407
|
||||
Size (jupyter_client-7.3.1.tar.gz) = 328697 bytes
|
||||
BLAKE2s (jupyter_client-7.3.3.tar.gz) = 8db64ca277b51f089e4147087483ae7010a52532eb97721ef2627e3dec24933b
|
||||
SHA512 (jupyter_client-7.3.3.tar.gz) = 8a89f7e95f8f7f87ebc5ed362508cf5368c6e611c0291a56f72acafeb6ec85ad50e943133d178486605ad325dfc4e3b8231888b8dff0b0cc14b0e707b126f1d3
|
||||
Size (jupyter_client-7.3.3.tar.gz) = 329130 bytes
|
||||
|
|
Loading…
Reference in a new issue