pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-jupyter_server: a new package added as a dependency for py-jupyterlab



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Wed Aug 17 21:10:58 2022 +0800
Changeset:	c9a904715600135e08f9023adfd30b3e63fc9cb0

Modified Files:
	Makefile
Added Files:
	py-jupyter_server/DESCR
	py-jupyter_server/Makefile
	py-jupyter_server/PLIST
	py-jupyter_server/distinfo

Log Message:
py-jupyter_server: a new package added as a dependency for py-jupyterlab

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c9a904715600135e08f9023adfd30b3e63fc9cb0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                   |   1 +
 py-jupyter_server/DESCR    |   2 +
 py-jupyter_server/Makefile |  40 +++++++
 py-jupyter_server/PLIST    | 272 +++++++++++++++++++++++++++++++++++++++++++++
 py-jupyter_server/distinfo |   5 +
 5 files changed, 320 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 77ceca5adc..de73e1b51e 100644
--- a/Makefile
+++ b/Makefile
@@ -4016,6 +4016,7 @@ SUBDIR+=	py-jtextfsm
 SUBDIR+=	py-julio
 SUBDIR+=	py-junit-xml
 SUBDIR+=	py-junos-netconify
+SUBDIR+=	py-jupyter_server
 SUBDIR+=	py-jwcrypto
 SUBDIR+=	py-kabuki
 SUBDIR+=	py-karta
diff --git a/py-jupyter_server/DESCR b/py-jupyter_server/DESCR
new file mode 100644
index 0000000000..43579e1927
--- /dev/null
+++ b/py-jupyter_server/DESCR
@@ -0,0 +1,2 @@
+A backend for Jupyter web applications such as Jupyter Notebook, JupyterLab,
+and Viola.
diff --git a/py-jupyter_server/Makefile b/py-jupyter_server/Makefile
new file mode 100644
index 0000000000..ffc513c6f5
--- /dev/null
+++ b/py-jupyter_server/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD$
+
+DISTNAME=	jupyter_server-1.18.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=j/jupyter_server/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.org/project/jupyter_server/
+COMMENT=	Backend for Jupyter web applications
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-anyio>=3.1.0:../../devel/py-anyio
+DEPENDS+=	${PYPKGPREFIX}-argon2-cffi>0:../../security/py-argon2-cffi
+DEPENDS+=	${PYPKGPREFIX}-jinja2>0:../../textproc/py-jinja2
+DEPENDS+=	${PYPKGPREFIX}-jupyter_client>=6.1.12:../../devel/py-jupyter_client
+DEPENDS+=	${PYPKGPREFIX}-jupyter_core>=4.7.0:../../devel/py-jupyter_core
+DEPENDS+=	${PYPKGPREFIX}-nbconvert>=6.4.4:../../www/py-nbconvert
+DEPENDS+=	${PYPKGPREFIX}-nbformat>=5.2.0:../../www/py-nbformat
+DEPENDS+=	${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
+DEPENDS+=	${PYPKGPREFIX}-prometheus_client>0:../../net/py-prometheus_client
+DEPENDS+=	${PYPKGPREFIX}-zmq>=17.0.0:../../net/py-zmq
+DEPENDS+=	${PYPKGPREFIX}-Send2Trash>0:../../sysutils/py-Send2Trash
+DEPENDS+=	${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
+DEPENDS+=	${PYPKGPREFIX}-traitlets>=5.1:../../devel/py-traitlets
+DEPENDS+=	${PYPKGPREFIX}-websocket-client>0:../../www/py-websocket-client
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+USE_PKGLOCALEDIR=	yes
+USE_LANGUAGES=		# none
+
+post-install:
+.for name in server
+	cd ${DESTDIR}${PREFIX}/bin && \
+	${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jupyter_server/PLIST b/py-jupyter_server/PLIST
new file mode 100644
index 0000000000..206aedb1e1
--- /dev/null
+++ b/py-jupyter_server/PLIST
@@ -0,0 +1,272 @@
+@comment $NetBSD$
+bin/jupyter-server-${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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jupyter_server/__init__.py
+${PYSITELIB}/jupyter_server/__init__.pyc
+${PYSITELIB}/jupyter_server/__init__.pyo
+${PYSITELIB}/jupyter_server/__main__.py
+${PYSITELIB}/jupyter_server/__main__.pyc
+${PYSITELIB}/jupyter_server/__main__.pyo
+${PYSITELIB}/jupyter_server/_sysinfo.py
+${PYSITELIB}/jupyter_server/_sysinfo.pyc
+${PYSITELIB}/jupyter_server/_sysinfo.pyo
+${PYSITELIB}/jupyter_server/_tz.py
+${PYSITELIB}/jupyter_server/_tz.pyc
+${PYSITELIB}/jupyter_server/_tz.pyo
+${PYSITELIB}/jupyter_server/_version.py
+${PYSITELIB}/jupyter_server/_version.pyc
+${PYSITELIB}/jupyter_server/_version.pyo
+${PYSITELIB}/jupyter_server/auth/__init__.py
+${PYSITELIB}/jupyter_server/auth/__init__.pyc
+${PYSITELIB}/jupyter_server/auth/__init__.pyo
+${PYSITELIB}/jupyter_server/auth/__main__.py
+${PYSITELIB}/jupyter_server/auth/__main__.pyc
+${PYSITELIB}/jupyter_server/auth/__main__.pyo
+${PYSITELIB}/jupyter_server/auth/authorizer.py
+${PYSITELIB}/jupyter_server/auth/authorizer.pyc
+${PYSITELIB}/jupyter_server/auth/authorizer.pyo
+${PYSITELIB}/jupyter_server/auth/decorator.py
+${PYSITELIB}/jupyter_server/auth/decorator.pyc
+${PYSITELIB}/jupyter_server/auth/decorator.pyo
+${PYSITELIB}/jupyter_server/auth/login.py
+${PYSITELIB}/jupyter_server/auth/login.pyc
+${PYSITELIB}/jupyter_server/auth/login.pyo
+${PYSITELIB}/jupyter_server/auth/logout.py
+${PYSITELIB}/jupyter_server/auth/logout.pyc
+${PYSITELIB}/jupyter_server/auth/logout.pyo
+${PYSITELIB}/jupyter_server/auth/security.py
+${PYSITELIB}/jupyter_server/auth/security.pyc
+${PYSITELIB}/jupyter_server/auth/security.pyo
+${PYSITELIB}/jupyter_server/auth/utils.py
+${PYSITELIB}/jupyter_server/auth/utils.pyc
+${PYSITELIB}/jupyter_server/auth/utils.pyo
+${PYSITELIB}/jupyter_server/base/__init__.py
+${PYSITELIB}/jupyter_server/base/__init__.pyc
+${PYSITELIB}/jupyter_server/base/__init__.pyo
+${PYSITELIB}/jupyter_server/base/handlers.py
+${PYSITELIB}/jupyter_server/base/handlers.pyc
+${PYSITELIB}/jupyter_server/base/handlers.pyo
+${PYSITELIB}/jupyter_server/base/zmqhandlers.py
+${PYSITELIB}/jupyter_server/base/zmqhandlers.pyc
+${PYSITELIB}/jupyter_server/base/zmqhandlers.pyo
+${PYSITELIB}/jupyter_server/config_manager.py
+${PYSITELIB}/jupyter_server/config_manager.pyc
+${PYSITELIB}/jupyter_server/config_manager.pyo
+${PYSITELIB}/jupyter_server/extension/__init__.py
+${PYSITELIB}/jupyter_server/extension/__init__.pyc
+${PYSITELIB}/jupyter_server/extension/__init__.pyo
+${PYSITELIB}/jupyter_server/extension/application.py
+${PYSITELIB}/jupyter_server/extension/application.pyc
+${PYSITELIB}/jupyter_server/extension/application.pyo
+${PYSITELIB}/jupyter_server/extension/config.py
+${PYSITELIB}/jupyter_server/extension/config.pyc
+${PYSITELIB}/jupyter_server/extension/config.pyo
+${PYSITELIB}/jupyter_server/extension/handler.py
+${PYSITELIB}/jupyter_server/extension/handler.pyc
+${PYSITELIB}/jupyter_server/extension/handler.pyo
+${PYSITELIB}/jupyter_server/extension/manager.py
+${PYSITELIB}/jupyter_server/extension/manager.pyc
+${PYSITELIB}/jupyter_server/extension/manager.pyo
+${PYSITELIB}/jupyter_server/extension/serverextension.py
+${PYSITELIB}/jupyter_server/extension/serverextension.pyc
+${PYSITELIB}/jupyter_server/extension/serverextension.pyo
+${PYSITELIB}/jupyter_server/extension/utils.py
+${PYSITELIB}/jupyter_server/extension/utils.pyc
+${PYSITELIB}/jupyter_server/extension/utils.pyo
+${PYSITELIB}/jupyter_server/files/__init__.py
+${PYSITELIB}/jupyter_server/files/__init__.pyc
+${PYSITELIB}/jupyter_server/files/__init__.pyo
+${PYSITELIB}/jupyter_server/files/handlers.py
+${PYSITELIB}/jupyter_server/files/handlers.pyc
+${PYSITELIB}/jupyter_server/files/handlers.pyo
+${PYSITELIB}/jupyter_server/gateway/__init__.py
+${PYSITELIB}/jupyter_server/gateway/__init__.pyc
+${PYSITELIB}/jupyter_server/gateway/__init__.pyo
+${PYSITELIB}/jupyter_server/gateway/gateway_client.py
+${PYSITELIB}/jupyter_server/gateway/gateway_client.pyc
+${PYSITELIB}/jupyter_server/gateway/gateway_client.pyo
+${PYSITELIB}/jupyter_server/gateway/handlers.py
+${PYSITELIB}/jupyter_server/gateway/handlers.pyc
+${PYSITELIB}/jupyter_server/gateway/handlers.pyo
+${PYSITELIB}/jupyter_server/gateway/managers.py
+${PYSITELIB}/jupyter_server/gateway/managers.pyc
+${PYSITELIB}/jupyter_server/gateway/managers.pyo
+${PYSITELIB}/jupyter_server/i18n/README.md
+${PYSITELIB}/jupyter_server/i18n/__init__.py
+${PYSITELIB}/jupyter_server/i18n/__init__.pyc
+${PYSITELIB}/jupyter_server/i18n/__init__.pyo
+${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/__init__.pyo
+${PYSITELIB}/jupyter_server/kernelspecs/handlers.py
+${PYSITELIB}/jupyter_server/kernelspecs/handlers.pyc
+${PYSITELIB}/jupyter_server/kernelspecs/handlers.pyo
+${PYSITELIB}/jupyter_server/log.py
+${PYSITELIB}/jupyter_server/log.pyc
+${PYSITELIB}/jupyter_server/log.pyo
+${PYSITELIB}/jupyter_server/nbconvert/__init__.py
+${PYSITELIB}/jupyter_server/nbconvert/__init__.pyc
+${PYSITELIB}/jupyter_server/nbconvert/__init__.pyo
+${PYSITELIB}/jupyter_server/nbconvert/handlers.py
+${PYSITELIB}/jupyter_server/nbconvert/handlers.pyc
+${PYSITELIB}/jupyter_server/nbconvert/handlers.pyo
+${PYSITELIB}/jupyter_server/prometheus/__init__.py
+${PYSITELIB}/jupyter_server/prometheus/__init__.pyc
+${PYSITELIB}/jupyter_server/prometheus/__init__.pyo
+${PYSITELIB}/jupyter_server/prometheus/log_functions.py
+${PYSITELIB}/jupyter_server/prometheus/log_functions.pyc
+${PYSITELIB}/jupyter_server/prometheus/log_functions.pyo
+${PYSITELIB}/jupyter_server/prometheus/metrics.py
+${PYSITELIB}/jupyter_server/prometheus/metrics.pyc
+${PYSITELIB}/jupyter_server/prometheus/metrics.pyo
+${PYSITELIB}/jupyter_server/py.typed
+${PYSITELIB}/jupyter_server/pytest_plugin.py
+${PYSITELIB}/jupyter_server/pytest_plugin.pyc
+${PYSITELIB}/jupyter_server/pytest_plugin.pyo
+${PYSITELIB}/jupyter_server/serverapp.py
+${PYSITELIB}/jupyter_server/serverapp.pyc
+${PYSITELIB}/jupyter_server/serverapp.pyo
+${PYSITELIB}/jupyter_server/services/__init__.py
+${PYSITELIB}/jupyter_server/services/__init__.pyc
+${PYSITELIB}/jupyter_server/services/__init__.pyo
+${PYSITELIB}/jupyter_server/services/api/__init__.py
+${PYSITELIB}/jupyter_server/services/api/__init__.pyc
+${PYSITELIB}/jupyter_server/services/api/__init__.pyo
+${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/api/handlers.pyo
+${PYSITELIB}/jupyter_server/services/config/__init__.py
+${PYSITELIB}/jupyter_server/services/config/__init__.pyc
+${PYSITELIB}/jupyter_server/services/config/__init__.pyo
+${PYSITELIB}/jupyter_server/services/config/handlers.py
+${PYSITELIB}/jupyter_server/services/config/handlers.pyc
+${PYSITELIB}/jupyter_server/services/config/handlers.pyo
+${PYSITELIB}/jupyter_server/services/config/manager.py
+${PYSITELIB}/jupyter_server/services/config/manager.pyc
+${PYSITELIB}/jupyter_server/services/config/manager.pyo
+${PYSITELIB}/jupyter_server/services/contents/__init__.py
+${PYSITELIB}/jupyter_server/services/contents/__init__.pyc
+${PYSITELIB}/jupyter_server/services/contents/__init__.pyo
+${PYSITELIB}/jupyter_server/services/contents/checkpoints.py
+${PYSITELIB}/jupyter_server/services/contents/checkpoints.pyc
+${PYSITELIB}/jupyter_server/services/contents/checkpoints.pyo
+${PYSITELIB}/jupyter_server/services/contents/filecheckpoints.py
+${PYSITELIB}/jupyter_server/services/contents/filecheckpoints.pyc
+${PYSITELIB}/jupyter_server/services/contents/filecheckpoints.pyo
+${PYSITELIB}/jupyter_server/services/contents/fileio.py
+${PYSITELIB}/jupyter_server/services/contents/fileio.pyc
+${PYSITELIB}/jupyter_server/services/contents/fileio.pyo
+${PYSITELIB}/jupyter_server/services/contents/filemanager.py
+${PYSITELIB}/jupyter_server/services/contents/filemanager.pyc
+${PYSITELIB}/jupyter_server/services/contents/filemanager.pyo
+${PYSITELIB}/jupyter_server/services/contents/handlers.py
+${PYSITELIB}/jupyter_server/services/contents/handlers.pyc
+${PYSITELIB}/jupyter_server/services/contents/handlers.pyo
+${PYSITELIB}/jupyter_server/services/contents/largefilemanager.py
+${PYSITELIB}/jupyter_server/services/contents/largefilemanager.pyc
+${PYSITELIB}/jupyter_server/services/contents/largefilemanager.pyo
+${PYSITELIB}/jupyter_server/services/contents/manager.py
+${PYSITELIB}/jupyter_server/services/contents/manager.pyc
+${PYSITELIB}/jupyter_server/services/contents/manager.pyo
+${PYSITELIB}/jupyter_server/services/kernels/__init__.py
+${PYSITELIB}/jupyter_server/services/kernels/__init__.pyc
+${PYSITELIB}/jupyter_server/services/kernels/__init__.pyo
+${PYSITELIB}/jupyter_server/services/kernels/handlers.py
+${PYSITELIB}/jupyter_server/services/kernels/handlers.pyc
+${PYSITELIB}/jupyter_server/services/kernels/handlers.pyo
+${PYSITELIB}/jupyter_server/services/kernels/kernelmanager.py
+${PYSITELIB}/jupyter_server/services/kernels/kernelmanager.pyc
+${PYSITELIB}/jupyter_server/services/kernels/kernelmanager.pyo
+${PYSITELIB}/jupyter_server/services/kernelspecs/__init__.py
+${PYSITELIB}/jupyter_server/services/kernelspecs/__init__.pyc
+${PYSITELIB}/jupyter_server/services/kernelspecs/__init__.pyo
+${PYSITELIB}/jupyter_server/services/kernelspecs/handlers.py
+${PYSITELIB}/jupyter_server/services/kernelspecs/handlers.pyc
+${PYSITELIB}/jupyter_server/services/kernelspecs/handlers.pyo
+${PYSITELIB}/jupyter_server/services/nbconvert/__init__.py
+${PYSITELIB}/jupyter_server/services/nbconvert/__init__.pyc
+${PYSITELIB}/jupyter_server/services/nbconvert/__init__.pyo
+${PYSITELIB}/jupyter_server/services/nbconvert/handlers.py
+${PYSITELIB}/jupyter_server/services/nbconvert/handlers.pyc
+${PYSITELIB}/jupyter_server/services/nbconvert/handlers.pyo
+${PYSITELIB}/jupyter_server/services/security/__init__.py
+${PYSITELIB}/jupyter_server/services/security/__init__.pyc
+${PYSITELIB}/jupyter_server/services/security/__init__.pyo
+${PYSITELIB}/jupyter_server/services/security/handlers.py
+${PYSITELIB}/jupyter_server/services/security/handlers.pyc
+${PYSITELIB}/jupyter_server/services/security/handlers.pyo
+${PYSITELIB}/jupyter_server/services/sessions/__init__.py
+${PYSITELIB}/jupyter_server/services/sessions/__init__.pyc
+${PYSITELIB}/jupyter_server/services/sessions/__init__.pyo
+${PYSITELIB}/jupyter_server/services/sessions/handlers.py
+${PYSITELIB}/jupyter_server/services/sessions/handlers.pyc
+${PYSITELIB}/jupyter_server/services/sessions/handlers.pyo
+${PYSITELIB}/jupyter_server/services/sessions/sessionmanager.py
+${PYSITELIB}/jupyter_server/services/sessions/sessionmanager.pyc
+${PYSITELIB}/jupyter_server/services/sessions/sessionmanager.pyo
+${PYSITELIB}/jupyter_server/services/shutdown.py
+${PYSITELIB}/jupyter_server/services/shutdown.pyc
+${PYSITELIB}/jupyter_server/services/shutdown.pyo
+${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/__init__.pyo
+${PYSITELIB}/jupyter_server/terminal/api_handlers.py
+${PYSITELIB}/jupyter_server/terminal/api_handlers.pyc
+${PYSITELIB}/jupyter_server/terminal/api_handlers.pyo
+${PYSITELIB}/jupyter_server/terminal/handlers.py
+${PYSITELIB}/jupyter_server/terminal/handlers.pyc
+${PYSITELIB}/jupyter_server/terminal/handlers.pyo
+${PYSITELIB}/jupyter_server/terminal/terminalmanager.py
+${PYSITELIB}/jupyter_server/terminal/terminalmanager.pyc
+${PYSITELIB}/jupyter_server/terminal/terminalmanager.pyo
+${PYSITELIB}/jupyter_server/traittypes.py
+${PYSITELIB}/jupyter_server/traittypes.pyc
+${PYSITELIB}/jupyter_server/traittypes.pyo
+${PYSITELIB}/jupyter_server/transutils.py
+${PYSITELIB}/jupyter_server/transutils.pyc
+${PYSITELIB}/jupyter_server/transutils.pyo
+${PYSITELIB}/jupyter_server/utils.py
+${PYSITELIB}/jupyter_server/utils.pyc
+${PYSITELIB}/jupyter_server/utils.pyo
+${PYSITELIB}/jupyter_server/view/__init__.py
+${PYSITELIB}/jupyter_server/view/__init__.pyc
+${PYSITELIB}/jupyter_server/view/__init__.pyo
+${PYSITELIB}/jupyter_server/view/handlers.py
+${PYSITELIB}/jupyter_server/view/handlers.pyc
+${PYSITELIB}/jupyter_server/view/handlers.pyo
diff --git a/py-jupyter_server/distinfo b/py-jupyter_server/distinfo
new file mode 100644
index 0000000000..edc8ca838a
--- /dev/null
+++ b/py-jupyter_server/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (jupyter_server-1.18.1.tar.gz) = 749b8b35cae09bc7ebf242829392cba09f3caa597a7ce49e0dba5339f2864961
+SHA512 (jupyter_server-1.18.1.tar.gz) = 7acf101f337af903318de263dcf78cf3b45b799bb6095bc79568fde7f3f56ca508d39a1d40ffe2a4ab0bdc0173f0ee2f4a7426f41e0855c1b7f9dfd86f7e6d73
+Size (jupyter_server-1.18.1.tar.gz) = 451117 bytes


Home | Main Index | Thread Index | Old Index