pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: adam
Date: Fri May 5 10:39:44 UTC 2023
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/py-jupyter_server: ALTERNATIVES DESCR Makefile PLIST
distinfo
Log Message:
py-jupyter_server: added version 2.5.0
The Jupyter Server provides the backend (i.e. the core services, APIs, and REST
endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and
Voila.
To generate a diff of this commit:
cvs rdiff -u -r1.1707 -r1.1708 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-jupyter_server/ALTERNATIVES \
pkgsrc/www/py-jupyter_server/DESCR pkgsrc/www/py-jupyter_server/Makefile \
pkgsrc/www/py-jupyter_server/PLIST pkgsrc/www/py-jupyter_server/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1707 pkgsrc/www/Makefile:1.1708
--- pkgsrc/www/Makefile:1.1707 Fri May 5 10:16:16 2023
+++ pkgsrc/www/Makefile Fri May 5 10:39:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1707 2023/05/05 10:16:16 wiz Exp $
+# $NetBSD: Makefile,v 1.1708 2023/05/05 10:39:44 adam Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -807,6 +807,7 @@ SUBDIR+= py-hyperlink
SUBDIR+= py-idna
SUBDIR+= py-ipywidgets
SUBDIR+= py-jonpy
+SUBDIR+= py-jupyter_server
SUBDIR+= py-jwcrypto
SUBDIR+= py-klein
SUBDIR+= py-landslide
Added files:
Index: pkgsrc/www/py-jupyter_server/ALTERNATIVES
diff -u /dev/null pkgsrc/www/py-jupyter_server/ALTERNATIVES:1.1
--- /dev/null Fri May 5 10:39:44 2023
+++ pkgsrc/www/py-jupyter_server/ALTERNATIVES Fri May 5 10:39:44 2023
@@ -0,0 +1 @@
+bin/jupyter-server @PREFIX@/bin/jupyter-server-@PYVERSSUFFIX@
Index: pkgsrc/www/py-jupyter_server/DESCR
diff -u /dev/null pkgsrc/www/py-jupyter_server/DESCR:1.1
--- /dev/null Fri May 5 10:39:44 2023
+++ pkgsrc/www/py-jupyter_server/DESCR Fri May 5 10:39:44 2023
@@ -0,0 +1,3 @@
+The Jupyter Server provides the backend (i.e. the core services, APIs, and REST
+endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and
+Voila.
Index: pkgsrc/www/py-jupyter_server/Makefile
diff -u /dev/null pkgsrc/www/py-jupyter_server/Makefile:1.1
--- /dev/null Fri May 5 10:39:44 2023
+++ pkgsrc/www/py-jupyter_server/Makefile Fri May 5 10:39:44 2023
@@ -0,0 +1,53 @@
+# $NetBSD: Makefile,v 1.1 2023/05/05 10:39:44 adam Exp $
+
+DISTNAME= jupyter_server-2.5.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter-server/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://jupyter-server.readthedocs.io/
+COMMENT= Backend for Jupyter web applications
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.8.1:../../devel/py-hatch-jupyter-builder
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-Send2Trash-[0-9]*:../../sysutils/py-Send2Trash
+DEPENDS+= ${PYPKGPREFIX}-anyio>=3.1.0:../../devel/py-anyio
+DEPENDS+= ${PYPKGPREFIX}-argon2-cffi-[0-9]*:../../security/py-argon2-cffi
+DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=7.4.4:../../devel/py-jupyter_client
+DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.12:../../devel/py-jupyter_core
+DEPENDS+= ${PYPKGPREFIX}-jupyter_events>=0.4.0:../../devel/py-jupyter_events
+DEPENDS+= ${PYPKGPREFIX}-jupyter_server_terminals-[0-9]*:../../comms/py-jupyter_server_terminals
+DEPENDS+= ${PYPKGPREFIX}-nbconvert>=6.4.4:../../www/py-nbconvert
+DEPENDS+= ${PYPKGPREFIX}-nbformat>=5.3.0:../../www/py-nbformat
+DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client
+DEPENDS+= ${PYPKGPREFIX}-zmq>=24:../../net/py-zmq
+DEPENDS+= ${PYPKGPREFIX}-terminado>=0.8.3:../../www/py-terminado
+DEPENDS+= ${PYPKGPREFIX}-tornado>=6.2.0:../../www/py-tornado
+DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.6.0:../../devel/py-traitlets
+DEPENDS+= ${PYPKGPREFIX}-websocket-client-[0-9]*:../../www/py-websocket-client
+# TODO: py-test_jupyter
+TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
+TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-console-scripts-[0-9]*:../../devel/py-test-console-scripts
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
+
+USE_LANGUAGES= # none
+
+USE_PKGLOCALEDIR= yes
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38
+
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} jupyter-server jupyter-server-${PYVERSSUFFIX} || ${TRUE}
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-jupyter_server/PLIST
diff -u /dev/null pkgsrc/www/py-jupyter_server/PLIST:1.1
--- /dev/null Fri May 5 10:39:44 2023
+++ pkgsrc/www/py-jupyter_server/PLIST Fri May 5 10:39:44 2023
@@ -0,0 +1,215 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/05 10:39:44 adam Exp $
+bin/jupyter-server-${PYVERSSUFFIX}
+${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_server/__init__.py
+${PYSITELIB}/jupyter_server/__init__.pyc
+${PYSITELIB}/jupyter_server/__main__.py
+${PYSITELIB}/jupyter_server/__main__.pyc
+${PYSITELIB}/jupyter_server/_sysinfo.py
+${PYSITELIB}/jupyter_server/_sysinfo.pyc
+${PYSITELIB}/jupyter_server/_tz.py
+${PYSITELIB}/jupyter_server/_tz.pyc
+${PYSITELIB}/jupyter_server/_version.py
+${PYSITELIB}/jupyter_server/_version.pyc
+${PYSITELIB}/jupyter_server/auth/__init__.py
+${PYSITELIB}/jupyter_server/auth/__init__.pyc
+${PYSITELIB}/jupyter_server/auth/__main__.py
+${PYSITELIB}/jupyter_server/auth/__main__.pyc
+${PYSITELIB}/jupyter_server/auth/authorizer.py
+${PYSITELIB}/jupyter_server/auth/authorizer.pyc
+${PYSITELIB}/jupyter_server/auth/decorator.py
+${PYSITELIB}/jupyter_server/auth/decorator.pyc
+${PYSITELIB}/jupyter_server/auth/identity.py
+${PYSITELIB}/jupyter_server/auth/identity.pyc
+${PYSITELIB}/jupyter_server/auth/login.py
+${PYSITELIB}/jupyter_server/auth/login.pyc
+${PYSITELIB}/jupyter_server/auth/logout.py
+${PYSITELIB}/jupyter_server/auth/logout.pyc
+${PYSITELIB}/jupyter_server/auth/security.py
+${PYSITELIB}/jupyter_server/auth/security.pyc
+${PYSITELIB}/jupyter_server/auth/utils.py
+${PYSITELIB}/jupyter_server/auth/utils.pyc
+${PYSITELIB}/jupyter_server/base/__init__.py
+${PYSITELIB}/jupyter_server/base/__init__.pyc
+${PYSITELIB}/jupyter_server/base/handlers.py
+${PYSITELIB}/jupyter_server/base/handlers.pyc
+${PYSITELIB}/jupyter_server/base/websocket.py
+${PYSITELIB}/jupyter_server/base/websocket.pyc
+${PYSITELIB}/jupyter_server/base/zmqhandlers.py
+${PYSITELIB}/jupyter_server/base/zmqhandlers.pyc
+${PYSITELIB}/jupyter_server/config_manager.py
+${PYSITELIB}/jupyter_server/config_manager.pyc
+${PYSITELIB}/jupyter_server/event_schemas/contents_service/v1.yaml
+${PYSITELIB}/jupyter_server/extension/__init__.py
+${PYSITELIB}/jupyter_server/extension/__init__.pyc
+${PYSITELIB}/jupyter_server/extension/application.py
+${PYSITELIB}/jupyter_server/extension/application.pyc
+${PYSITELIB}/jupyter_server/extension/config.py
+${PYSITELIB}/jupyter_server/extension/config.pyc
+${PYSITELIB}/jupyter_server/extension/handler.py
+${PYSITELIB}/jupyter_server/extension/handler.pyc
+${PYSITELIB}/jupyter_server/extension/manager.py
+${PYSITELIB}/jupyter_server/extension/manager.pyc
+${PYSITELIB}/jupyter_server/extension/serverextension.py
+${PYSITELIB}/jupyter_server/extension/serverextension.pyc
+${PYSITELIB}/jupyter_server/extension/utils.py
+${PYSITELIB}/jupyter_server/extension/utils.pyc
+${PYSITELIB}/jupyter_server/files/__init__.py
+${PYSITELIB}/jupyter_server/files/__init__.pyc
+${PYSITELIB}/jupyter_server/files/handlers.py
+${PYSITELIB}/jupyter_server/files/handlers.pyc
+${PYSITELIB}/jupyter_server/gateway/__init__.py
+${PYSITELIB}/jupyter_server/gateway/__init__.pyc
+${PYSITELIB}/jupyter_server/gateway/gateway_client.py
+${PYSITELIB}/jupyter_server/gateway/gateway_client.pyc
+${PYSITELIB}/jupyter_server/gateway/handlers.py
+${PYSITELIB}/jupyter_server/gateway/handlers.pyc
+${PYSITELIB}/jupyter_server/gateway/managers.py
+${PYSITELIB}/jupyter_server/gateway/managers.pyc
+${PYSITELIB}/jupyter_server/i18n/README.md
+${PYSITELIB}/jupyter_server/i18n/__init__.py
+${PYSITELIB}/jupyter_server/i18n/__init__.pyc
+${PYSITELIB}/jupyter_server/i18n/babel_nbui.cfg
+${PYSITELIB}/jupyter_server/i18n/babel_notebook.cfg
+${PYSITELIB}/jupyter_server/i18n/nbjs.json
+${PYSITELIB}/jupyter_server/i18n/nbui.pot
+${PYSITELIB}/jupyter_server/i18n/notebook.pot
+${PYSITELIB}/jupyter_server/i18n/zh_CN/LC_MESSAGES/nbui.po
+${PYSITELIB}/jupyter_server/i18n/zh_CN/LC_MESSAGES/notebook.po
+${PYSITELIB}/jupyter_server/kernelspecs/__init__.py
+${PYSITELIB}/jupyter_server/kernelspecs/__init__.pyc
+${PYSITELIB}/jupyter_server/kernelspecs/handlers.py
+${PYSITELIB}/jupyter_server/kernelspecs/handlers.pyc
+${PYSITELIB}/jupyter_server/log.py
+${PYSITELIB}/jupyter_server/log.pyc
+${PYSITELIB}/jupyter_server/nbconvert/__init__.py
+${PYSITELIB}/jupyter_server/nbconvert/__init__.pyc
+${PYSITELIB}/jupyter_server/nbconvert/handlers.py
+${PYSITELIB}/jupyter_server/nbconvert/handlers.pyc
+${PYSITELIB}/jupyter_server/prometheus/__init__.py
+${PYSITELIB}/jupyter_server/prometheus/__init__.pyc
+${PYSITELIB}/jupyter_server/prometheus/log_functions.py
+${PYSITELIB}/jupyter_server/prometheus/log_functions.pyc
+${PYSITELIB}/jupyter_server/prometheus/metrics.py
+${PYSITELIB}/jupyter_server/prometheus/metrics.pyc
+${PYSITELIB}/jupyter_server/py.typed
+${PYSITELIB}/jupyter_server/pytest_plugin.py
+${PYSITELIB}/jupyter_server/pytest_plugin.pyc
+${PYSITELIB}/jupyter_server/serverapp.py
+${PYSITELIB}/jupyter_server/serverapp.pyc
+${PYSITELIB}/jupyter_server/services/__init__.py
+${PYSITELIB}/jupyter_server/services/__init__.pyc
+${PYSITELIB}/jupyter_server/services/api/__init__.py
+${PYSITELIB}/jupyter_server/services/api/__init__.pyc
+${PYSITELIB}/jupyter_server/services/api/api.yaml
+${PYSITELIB}/jupyter_server/services/api/handlers.py
+${PYSITELIB}/jupyter_server/services/api/handlers.pyc
+${PYSITELIB}/jupyter_server/services/config/__init__.py
+${PYSITELIB}/jupyter_server/services/config/__init__.pyc
+${PYSITELIB}/jupyter_server/services/config/handlers.py
+${PYSITELIB}/jupyter_server/services/config/handlers.pyc
+${PYSITELIB}/jupyter_server/services/config/manager.py
+${PYSITELIB}/jupyter_server/services/config/manager.pyc
+${PYSITELIB}/jupyter_server/services/contents/__init__.py
+${PYSITELIB}/jupyter_server/services/contents/__init__.pyc
+${PYSITELIB}/jupyter_server/services/contents/checkpoints.py
+${PYSITELIB}/jupyter_server/services/contents/checkpoints.pyc
+${PYSITELIB}/jupyter_server/services/contents/filecheckpoints.py
+${PYSITELIB}/jupyter_server/services/contents/filecheckpoints.pyc
+${PYSITELIB}/jupyter_server/services/contents/fileio.py
+${PYSITELIB}/jupyter_server/services/contents/fileio.pyc
+${PYSITELIB}/jupyter_server/services/contents/filemanager.py
+${PYSITELIB}/jupyter_server/services/contents/filemanager.pyc
+${PYSITELIB}/jupyter_server/services/contents/handlers.py
+${PYSITELIB}/jupyter_server/services/contents/handlers.pyc
+${PYSITELIB}/jupyter_server/services/contents/largefilemanager.py
+${PYSITELIB}/jupyter_server/services/contents/largefilemanager.pyc
+${PYSITELIB}/jupyter_server/services/contents/manager.py
+${PYSITELIB}/jupyter_server/services/contents/manager.pyc
+${PYSITELIB}/jupyter_server/services/events/__init__.py
+${PYSITELIB}/jupyter_server/services/events/__init__.pyc
+${PYSITELIB}/jupyter_server/services/events/handlers.py
+${PYSITELIB}/jupyter_server/services/events/handlers.pyc
+${PYSITELIB}/jupyter_server/services/kernels/__init__.py
+${PYSITELIB}/jupyter_server/services/kernels/__init__.pyc
+${PYSITELIB}/jupyter_server/services/kernels/connection/__init__.py
+${PYSITELIB}/jupyter_server/services/kernels/connection/__init__.pyc
+${PYSITELIB}/jupyter_server/services/kernels/connection/abc.py
+${PYSITELIB}/jupyter_server/services/kernels/connection/abc.pyc
+${PYSITELIB}/jupyter_server/services/kernels/connection/base.py
+${PYSITELIB}/jupyter_server/services/kernels/connection/base.pyc
+${PYSITELIB}/jupyter_server/services/kernels/connection/channels.py
+${PYSITELIB}/jupyter_server/services/kernels/connection/channels.pyc
+${PYSITELIB}/jupyter_server/services/kernels/handlers.py
+${PYSITELIB}/jupyter_server/services/kernels/handlers.pyc
+${PYSITELIB}/jupyter_server/services/kernels/kernelmanager.py
+${PYSITELIB}/jupyter_server/services/kernels/kernelmanager.pyc
+${PYSITELIB}/jupyter_server/services/kernels/websocket.py
+${PYSITELIB}/jupyter_server/services/kernels/websocket.pyc
+${PYSITELIB}/jupyter_server/services/kernelspecs/__init__.py
+${PYSITELIB}/jupyter_server/services/kernelspecs/__init__.pyc
+${PYSITELIB}/jupyter_server/services/kernelspecs/handlers.py
+${PYSITELIB}/jupyter_server/services/kernelspecs/handlers.pyc
+${PYSITELIB}/jupyter_server/services/nbconvert/__init__.py
+${PYSITELIB}/jupyter_server/services/nbconvert/__init__.pyc
+${PYSITELIB}/jupyter_server/services/nbconvert/handlers.py
+${PYSITELIB}/jupyter_server/services/nbconvert/handlers.pyc
+${PYSITELIB}/jupyter_server/services/security/__init__.py
+${PYSITELIB}/jupyter_server/services/security/__init__.pyc
+${PYSITELIB}/jupyter_server/services/security/handlers.py
+${PYSITELIB}/jupyter_server/services/security/handlers.pyc
+${PYSITELIB}/jupyter_server/services/sessions/__init__.py
+${PYSITELIB}/jupyter_server/services/sessions/__init__.pyc
+${PYSITELIB}/jupyter_server/services/sessions/handlers.py
+${PYSITELIB}/jupyter_server/services/sessions/handlers.pyc
+${PYSITELIB}/jupyter_server/services/sessions/sessionmanager.py
+${PYSITELIB}/jupyter_server/services/sessions/sessionmanager.pyc
+${PYSITELIB}/jupyter_server/services/shutdown.py
+${PYSITELIB}/jupyter_server/services/shutdown.pyc
+${PYSITELIB}/jupyter_server/static/favicon.ico
+${PYSITELIB}/jupyter_server/static/favicons/favicon-busy-1.ico
+${PYSITELIB}/jupyter_server/static/favicons/favicon-busy-2.ico
+${PYSITELIB}/jupyter_server/static/favicons/favicon-busy-3.ico
+${PYSITELIB}/jupyter_server/static/favicons/favicon-file.ico
+${PYSITELIB}/jupyter_server/static/favicons/favicon-notebook.ico
+${PYSITELIB}/jupyter_server/static/favicons/favicon-terminal.ico
+${PYSITELIB}/jupyter_server/static/favicons/favicon.ico
+${PYSITELIB}/jupyter_server/static/logo/logo.png
+${PYSITELIB}/jupyter_server/static/style/bootstrap-theme.min.css
+${PYSITELIB}/jupyter_server/static/style/bootstrap-theme.min.css.map
+${PYSITELIB}/jupyter_server/static/style/bootstrap.min.css
+${PYSITELIB}/jupyter_server/static/style/bootstrap.min.css.map
+${PYSITELIB}/jupyter_server/static/style/index.css
+${PYSITELIB}/jupyter_server/templates/404.html
+${PYSITELIB}/jupyter_server/templates/browser-open.html
+${PYSITELIB}/jupyter_server/templates/error.html
+${PYSITELIB}/jupyter_server/templates/login.html
+${PYSITELIB}/jupyter_server/templates/logout.html
+${PYSITELIB}/jupyter_server/templates/main.html
+${PYSITELIB}/jupyter_server/templates/page.html
+${PYSITELIB}/jupyter_server/templates/view.html
+${PYSITELIB}/jupyter_server/terminal/__init__.py
+${PYSITELIB}/jupyter_server/terminal/__init__.pyc
+${PYSITELIB}/jupyter_server/terminal/api_handlers.py
+${PYSITELIB}/jupyter_server/terminal/api_handlers.pyc
+${PYSITELIB}/jupyter_server/terminal/handlers.py
+${PYSITELIB}/jupyter_server/terminal/handlers.pyc
+${PYSITELIB}/jupyter_server/terminal/terminalmanager.py
+${PYSITELIB}/jupyter_server/terminal/terminalmanager.pyc
+${PYSITELIB}/jupyter_server/traittypes.py
+${PYSITELIB}/jupyter_server/traittypes.pyc
+${PYSITELIB}/jupyter_server/transutils.py
+${PYSITELIB}/jupyter_server/transutils.pyc
+${PYSITELIB}/jupyter_server/utils.py
+${PYSITELIB}/jupyter_server/utils.pyc
+${PYSITELIB}/jupyter_server/view/__init__.py
+${PYSITELIB}/jupyter_server/view/__init__.pyc
+${PYSITELIB}/jupyter_server/view/handlers.py
+${PYSITELIB}/jupyter_server/view/handlers.pyc
Index: pkgsrc/www/py-jupyter_server/distinfo
diff -u /dev/null pkgsrc/www/py-jupyter_server/distinfo:1.1
--- /dev/null Fri May 5 10:39:44 2023
+++ pkgsrc/www/py-jupyter_server/distinfo Fri May 5 10:39:44 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/05 10:39:44 adam Exp $
+
+BLAKE2s (jupyter_server-2.5.0.tar.gz) = 5016ce2ed5587449b9175b174eed90b6049add8e3af21a41a209f030866c15ad
+SHA512 (jupyter_server-2.5.0.tar.gz) = 7145f60a73bf3d9aceff37aaf56b3b3a54c94fd9f13f06659387909cb1727759a082d11e983df4e687cc508461d5afb6e552f3ac09e30bebb1eb5e863992ad14
+Size (jupyter_server-2.5.0.tar.gz) = 694029 bytes
Home |
Main Index |
Thread Index |
Old Index