pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-jupyterlab_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:11:59 2022 +0800
Changeset: 60e8eedd0ead846eede5cda96035def9d9ca975e
Modified Files:
Makefile
Added Files:
py-jupyterlab_server/DESCR
py-jupyterlab_server/Makefile
py-jupyterlab_server/PLIST
py-jupyterlab_server/distinfo
Log Message:
py-jupyterlab_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=60e8eedd0ead846eede5cda96035def9d9ca975e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-jupyterlab_server/DESCR | 1 +
py-jupyterlab_server/Makefile | 27 ++++++++++++++++++
py-jupyterlab_server/PLIST | 66 +++++++++++++++++++++++++++++++++++++++++++
py-jupyterlab_server/distinfo | 5 ++++
5 files changed, 100 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index de73e1b51e..b88814a362 100644
--- a/Makefile
+++ b/Makefile
@@ -4017,6 +4017,7 @@ SUBDIR+= py-julio
SUBDIR+= py-junit-xml
SUBDIR+= py-junos-netconify
SUBDIR+= py-jupyter_server
+SUBDIR+= py-jupyterlab_server
SUBDIR+= py-jwcrypto
SUBDIR+= py-kabuki
SUBDIR+= py-karta
diff --git a/py-jupyterlab_server/DESCR b/py-jupyterlab_server/DESCR
new file mode 100644
index 0000000000..cdbda4495d
--- /dev/null
+++ b/py-jupyterlab_server/DESCR
@@ -0,0 +1 @@
+JupyterLab Server sits between JupyterLab and Jupyter Server.
diff --git a/py-jupyterlab_server/Makefile b/py-jupyterlab_server/Makefile
new file mode 100644
index 0000000000..4b11b6a5b0
--- /dev/null
+++ b/py-jupyterlab_server/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME= jupyterlab_server-2.15.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyterlab_server/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pypi.org/project/jupyterlab_server/
+COMMENT= JupyterLab Server sits between JupyterLab and Jupyter Server
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-hatchling>0.25:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-babel>0:../../devel/py-babel
+DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.6:../../devel/py-importlib-metadata
+DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0.3:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-json5>0:../../wip/py-json5
+DEPENDS+= ${PYPKGPREFIX}-jsonschema>=3.0.1:../../textproc/py-jsonschema
+DEPENDS+= ${PYPKGPREFIX}-jupyter_server>=1.16:../../wip/py-jupyter_server
+DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-requests>0:../../devel/py-requests
+
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jupyterlab_server/PLIST b/py-jupyterlab_server/PLIST
new file mode 100644
index 0000000000..e0b4fdc4c0
--- /dev/null
+++ b/py-jupyterlab_server/PLIST
@@ -0,0 +1,66 @@
+@comment $NetBSD$
+${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/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/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
diff --git a/py-jupyterlab_server/distinfo b/py-jupyterlab_server/distinfo
new file mode 100644
index 0000000000..ad4c979258
--- /dev/null
+++ b/py-jupyterlab_server/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (jupyterlab_server-2.15.0.tar.gz) = 1c19be6dac146788988ea6a07a538702ddd7684a1c937808a26807965625a2c0
+SHA512 (jupyterlab_server-2.15.0.tar.gz) = 27530b293ad7c171b280a4c165d7f983c85238c4cb0bc89bb2eda8493b2988f047045c842ba456df9d0bfef00b5ee28b061c537ef6293d726c3a4f3d6572727c
+Size (jupyterlab_server-2.15.0.tar.gz) = 61443 bytes
Home |
Main Index |
Thread Index |
Old Index