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: Sat Aug 26 11:54:46 UTC 2023
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/py-jupyterlab-server: DESCR Makefile PLIST distinfo
Log Message:
py-jupyterlab-server: added version 2.24.0
JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a
set of REST API handlers and utilities that are used by JupyterLab. It is a
separate project in order to accommodate creating JupyterLab-like applications
from a more limited scope.
To generate a diff of this commit:
cvs rdiff -u -r1.1735 -r1.1736 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-jupyterlab-server/DESCR \
pkgsrc/www/py-jupyterlab-server/Makefile \
pkgsrc/www/py-jupyterlab-server/PLIST \
pkgsrc/www/py-jupyterlab-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.1735 pkgsrc/www/Makefile:1.1736
--- pkgsrc/www/Makefile:1.1735 Sat Aug 26 11:00:25 2023
+++ pkgsrc/www/Makefile Sat Aug 26 11:54:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1735 2023/08/26 11:00:25 adam Exp $
+# $NetBSD: Makefile,v 1.1736 2023/08/26 11:54:46 adam Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -818,6 +818,7 @@ SUBDIR+= py-idna
SUBDIR+= py-ipywidgets
SUBDIR+= py-jonpy
SUBDIR+= py-jupyter_server
+SUBDIR+= py-jupyterlab-server
SUBDIR+= py-jwcrypto
SUBDIR+= py-klein
SUBDIR+= py-landslide
Added files:
Index: pkgsrc/www/py-jupyterlab-server/DESCR
diff -u /dev/null pkgsrc/www/py-jupyterlab-server/DESCR:1.1
--- /dev/null Sat Aug 26 11:54:46 2023
+++ pkgsrc/www/py-jupyterlab-server/DESCR Sat Aug 26 11:54:46 2023
@@ -0,0 +1,4 @@
+JupyterLab Server sits between JupyterLab and Jupyter Server, and provides a
+set of REST API handlers and utilities that are used by JupyterLab. It is a
+separate project in order to accommodate creating JupyterLab-like applications
+from a more limited scope.
Index: pkgsrc/www/py-jupyterlab-server/Makefile
diff -u /dev/null pkgsrc/www/py-jupyterlab-server/Makefile:1.1
--- /dev/null Sat Aug 26 11:54:46 2023
+++ pkgsrc/www/py-jupyterlab-server/Makefile Sat Aug 26 11:54:46 2023
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1 2023/08/26 11:54:46 adam Exp $
+
+DISTNAME= jupyterlab_server-2.24.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyterlab_server/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://jupyterlab-server.readthedocs.io/
+COMMENT= Server components for JupyterLab and JupyterLab like applications
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-babel>=2.10:../../devel/py-babel
+DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0.3:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-json5>=0.9.0:../../textproc/py-json5
+DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.17.3:../../textproc/py-jsonschema
+DEPENDS+= ${PYPKGPREFIX}-jupyter_server>=1.21:../../www/py-jupyter_server
+DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.28:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
+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-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-jupyter>=0.6.2:../../www/py-test-jupyter
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
+# TODO: strict_rfc3339
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 310
+DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.8.3:../../devel/py-importlib-metadata
+.endif
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-jupyterlab-server/PLIST
diff -u /dev/null pkgsrc/www/py-jupyterlab-server/PLIST:1.1
--- /dev/null Sat Aug 26 11:54:46 2023
+++ pkgsrc/www/py-jupyterlab-server/PLIST Sat Aug 26 11:54:46 2023
@@ -0,0 +1,66 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/26 11:54:46 adam Exp $
+${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}/licenses/LICENSE
+${PYSITELIB}/jupyterlab_server/__init__.py
+${PYSITELIB}/jupyterlab_server/__init__.pyc
+${PYSITELIB}/jupyterlab_server/__main__.py
+${PYSITELIB}/jupyterlab_server/__main__.pyc
+${PYSITELIB}/jupyterlab_server/_version.py
+${PYSITELIB}/jupyterlab_server/_version.pyc
+${PYSITELIB}/jupyterlab_server/app.py
+${PYSITELIB}/jupyterlab_server/app.pyc
+${PYSITELIB}/jupyterlab_server/config.py
+${PYSITELIB}/jupyterlab_server/config.pyc
+${PYSITELIB}/jupyterlab_server/handlers.py
+${PYSITELIB}/jupyterlab_server/handlers.pyc
+${PYSITELIB}/jupyterlab_server/licenses_app.py
+${PYSITELIB}/jupyterlab_server/licenses_app.pyc
+${PYSITELIB}/jupyterlab_server/licenses_handler.py
+${PYSITELIB}/jupyterlab_server/licenses_handler.pyc
+${PYSITELIB}/jupyterlab_server/listings_handler.py
+${PYSITELIB}/jupyterlab_server/listings_handler.pyc
+${PYSITELIB}/jupyterlab_server/process.py
+${PYSITELIB}/jupyterlab_server/process.pyc
+${PYSITELIB}/jupyterlab_server/process_app.py
+${PYSITELIB}/jupyterlab_server/process_app.pyc
+${PYSITELIB}/jupyterlab_server/py.typed
+${PYSITELIB}/jupyterlab_server/pytest_plugin.py
+${PYSITELIB}/jupyterlab_server/pytest_plugin.pyc
+${PYSITELIB}/jupyterlab_server/rest-api.yml
+${PYSITELIB}/jupyterlab_server/server.py
+${PYSITELIB}/jupyterlab_server/server.pyc
+${PYSITELIB}/jupyterlab_server/settings_handler.py
+${PYSITELIB}/jupyterlab_server/settings_handler.pyc
+${PYSITELIB}/jupyterlab_server/settings_utils.py
+${PYSITELIB}/jupyterlab_server/settings_utils.pyc
+${PYSITELIB}/jupyterlab_server/spec.py
+${PYSITELIB}/jupyterlab_server/spec.pyc
+${PYSITELIB}/jupyterlab_server/templates/403.html
+${PYSITELIB}/jupyterlab_server/templates/error.html
+${PYSITELIB}/jupyterlab_server/templates/index.html
+${PYSITELIB}/jupyterlab_server/test_data/app-settings/overrides.json
+${PYSITELIB}/jupyterlab_server/test_data/schemas/@jupyterlab/apputils-extension/themes.json
+${PYSITELIB}/jupyterlab_server/test_data/schemas/@jupyterlab/codemirror-extension/commands.json
+${PYSITELIB}/jupyterlab_server/test_data/schemas/@jupyterlab/shortcuts-extension/package.json.orig
+${PYSITELIB}/jupyterlab_server/test_data/schemas/@jupyterlab/shortcuts-extension/plugin.json
+${PYSITELIB}/jupyterlab_server/test_data/schemas/@jupyterlab/translation-extension/plugin.json
+${PYSITELIB}/jupyterlab_server/test_data/schemas/@jupyterlab/unicode-extension/plugin.json
+${PYSITELIB}/jupyterlab_server/test_data/workspaces/foo-2c26.jupyterlab-workspace
+${PYSITELIB}/jupyterlab_server/test_data/workspaces/foo-92dd.jupyterlab-workspace
+${PYSITELIB}/jupyterlab_server/test_utils.py
+${PYSITELIB}/jupyterlab_server/test_utils.pyc
+${PYSITELIB}/jupyterlab_server/themes_handler.py
+${PYSITELIB}/jupyterlab_server/themes_handler.pyc
+${PYSITELIB}/jupyterlab_server/translation_utils.py
+${PYSITELIB}/jupyterlab_server/translation_utils.pyc
+${PYSITELIB}/jupyterlab_server/translations_handler.py
+${PYSITELIB}/jupyterlab_server/translations_handler.pyc
+${PYSITELIB}/jupyterlab_server/workspaces_app.py
+${PYSITELIB}/jupyterlab_server/workspaces_app.pyc
+${PYSITELIB}/jupyterlab_server/workspaces_handler.py
+${PYSITELIB}/jupyterlab_server/workspaces_handler.pyc
Index: pkgsrc/www/py-jupyterlab-server/distinfo
diff -u /dev/null pkgsrc/www/py-jupyterlab-server/distinfo:1.1
--- /dev/null Sat Aug 26 11:54:46 2023
+++ pkgsrc/www/py-jupyterlab-server/distinfo Sat Aug 26 11:54:46 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/26 11:54:46 adam Exp $
+
+BLAKE2s (jupyterlab_server-2.24.0.tar.gz) = a75d7e96501033337cd8e43d2cc2105fb79755ff8dc59eb05dc0cf5f41e9682d
+SHA512 (jupyterlab_server-2.24.0.tar.gz) = 68276675776352fc8e2cf11a8983454da481c3761897a852f3c10280359fad75ad962304aa65b9cf0876d1da9c8b09ccdbbc9366ea41b90ce8edbf71e7412c95
+Size (jupyterlab_server-2.24.0.tar.gz) = 72145 bytes
Home |
Main Index |
Thread Index |
Old Index