pkgsrc-WIP-changes archive

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

py-json5, py-jupyterlab_server: removed; moved to base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sat Aug 26 13:59:19 2023 +0200
Changeset:	4fba8b795a61375df0bdbc68c27e95d06c7b313e

Modified Files:
	Makefile
	py-graphtage/Makefile
	py-jupyterlab/Makefile
Removed Files:
	py-json5/DESCR
	py-json5/Makefile
	py-json5/PLIST
	py-json5/distinfo
	py-jupyterlab_server/DESCR
	py-jupyterlab_server/Makefile
	py-jupyterlab_server/PLIST
	py-jupyterlab_server/distinfo

Log Message:
py-json5, py-jupyterlab_server: removed; moved to base

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

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

diffstat:
 Makefile                      |  2 --
 py-graphtage/Makefile         |  2 +-
 py-json5/DESCR                |  1 -
 py-json5/Makefile             | 20 -------------
 py-json5/PLIST                | 32 ---------------------
 py-json5/distinfo             |  5 ----
 py-jupyterlab/Makefile        |  2 +-
 py-jupyterlab_server/DESCR    |  1 -
 py-jupyterlab_server/Makefile | 27 ------------------
 py-jupyterlab_server/PLIST    | 66 -------------------------------------------
 py-jupyterlab_server/distinfo |  5 ----
 11 files changed, 2 insertions(+), 161 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ec31bfaa16..e148e85a5e 100644
--- a/Makefile
+++ b/Makefile
@@ -3892,7 +3892,6 @@ SUBDIR+=	py-jitcxde-common
 SUBDIR+=	py-jose
 SUBDIR+=	py-joypy
 SUBDIR+=	py-json-stream
-SUBDIR+=	py-json5
 SUBDIR+=	py-jsonpatch
 SUBDIR+=	py-jsonpath
 SUBDIR+=	py-jsonpointer
@@ -3904,7 +3903,6 @@ SUBDIR+=	py-juniper-SNMPv3-crypt
 SUBDIR+=	py-junit-xml
 SUBDIR+=	py-junos-netconify
 SUBDIR+=	py-jupyterlab
-SUBDIR+=	py-jupyterlab_server
 SUBDIR+=	py-jwcrypto
 SUBDIR+=	py-kabuki
 SUBDIR+=	py-karta
diff --git a/py-graphtage/Makefile b/py-graphtage/Makefile
index ee1eee5a74..4fbbea754f 100644
--- a/py-graphtage/Makefile
+++ b/py-graphtage/Makefile
@@ -15,7 +15,7 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-r
 TOOL_DEPENDS+=	${PYPKGPREFIX}-twine>=0:../../net/py-twine
 DEPENDS+=	${PYPKGPREFIX}-colorama>=0:../../comms/py-colorama
 DEPENDS+=	${PYPKGPREFIX}-intervaltree>=0:../../devel/py-intervaltree
-DEPENDS+=	${PYPKGPREFIX}-json5>=0:../../wip/py-json5
+DEPENDS+=	${PYPKGPREFIX}-json5>=0:../../textproc/py-json5
 DEPENDS+=	${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-scipy>=1.4.0:../../math/py-scipy
 DEPENDS+=	${PYPKGPREFIX}-tqdm>=0:../../misc/py-tqdm
diff --git a/py-json5/DESCR b/py-json5/DESCR
deleted file mode 100644
index ca9a30370e..0000000000
--- a/py-json5/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A Python implementation of the JSON5 data format.
diff --git a/py-json5/Makefile b/py-json5/Makefile
deleted file mode 100644
index 8094333c2b..0000000000
--- a/py-json5/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	json5-0.9.11
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=j/json5/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/dpranke/pyjson5
-COMMENT=	Python implementation of the JSON5 data format
-LICENSE=	apache-2.0
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-hypothesis>=0:../../devel/py-hypothesis
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-json5/PLIST b/py-json5/PLIST
deleted file mode 100644
index 62f26cbcba..0000000000
--- a/py-json5/PLIST
+++ /dev/null
@@ -1,32 +0,0 @@
-@comment $NetBSD$
-bin/pyjson5
-${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}/json5/__init__.py
-${PYSITELIB}/json5/__init__.pyc
-${PYSITELIB}/json5/__init__.pyo
-${PYSITELIB}/json5/__main__.py
-${PYSITELIB}/json5/__main__.pyc
-${PYSITELIB}/json5/__main__.pyo
-${PYSITELIB}/json5/arg_parser.py
-${PYSITELIB}/json5/arg_parser.pyc
-${PYSITELIB}/json5/arg_parser.pyo
-${PYSITELIB}/json5/host.py
-${PYSITELIB}/json5/host.pyc
-${PYSITELIB}/json5/host.pyo
-${PYSITELIB}/json5/lib.py
-${PYSITELIB}/json5/lib.pyc
-${PYSITELIB}/json5/lib.pyo
-${PYSITELIB}/json5/parser.py
-${PYSITELIB}/json5/parser.pyc
-${PYSITELIB}/json5/parser.pyo
-${PYSITELIB}/json5/tool.py
-${PYSITELIB}/json5/tool.pyc
-${PYSITELIB}/json5/tool.pyo
-${PYSITELIB}/json5/version.py
-${PYSITELIB}/json5/version.pyc
-${PYSITELIB}/json5/version.pyo
diff --git a/py-json5/distinfo b/py-json5/distinfo
deleted file mode 100644
index 4fa74d108a..0000000000
--- a/py-json5/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (json5-0.9.11.tar.gz) = ca16baf8fb1a369d501f5a88eef95240003bd6bf394ab9464d2dc950f2baa56f
-SHA512 (json5-0.9.11.tar.gz) = 7d7e317e2860a71919d8ca2de635bf051ad19e1cc22789722b662aa87378c35f64726b10a9f0e90dd29f5b633f3719a623a41c9ef7f9808c4350cfc66c0b119c
-Size (json5-0.9.11.tar.gz) = 23629 bytes
diff --git a/py-jupyterlab/Makefile b/py-jupyterlab/Makefile
index 02602f5f85..4b8bd46209 100644
--- a/py-jupyterlab/Makefile
+++ b/py-jupyterlab/Makefile
@@ -16,7 +16,7 @@ DEPENDS+=	${PYPKGPREFIX}-ipython>=8.4.0:../../devel/py-ipython
 DEPENDS+=	${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
 DEPENDS+=	${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
 DEPENDS+=	${PYPKGPREFIX}-jupyter_core>=4.6.1:../../devel/py-jupyter_core
-DEPENDS+=	${PYPKGPREFIX}-jupyterlab_server>=2.10:../../wip/py-jupyterlab_server
+DEPENDS+=	${PYPKGPREFIX}-jupyterlab-server>=2.10:../../www/py-jupyterlab-server
 DEPENDS+=	${PYPKGPREFIX}-jupyter_server>=1.16:../../www/py-jupyter_server
 DEPENDS+=	${PYPKGPREFIX}-nbclassic>0:../../www/py-nbclassic
 DEPENDS+=	${PYPKGPREFIX}-notebook>0:../../www/py-notebook
diff --git a/py-jupyterlab_server/DESCR b/py-jupyterlab_server/DESCR
deleted file mode 100644
index cdbda4495d..0000000000
--- a/py-jupyterlab_server/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-JupyterLab Server sits between JupyterLab and Jupyter Server.
diff --git a/py-jupyterlab_server/Makefile b/py-jupyterlab_server/Makefile
deleted file mode 100644
index 4b11b6a5b0..0000000000
--- a/py-jupyterlab_server/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $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
deleted file mode 100644
index e0b4fdc4c0..0000000000
--- a/py-jupyterlab_server/PLIST
+++ /dev/null
@@ -1,66 +0,0 @@
-@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
deleted file mode 100644
index ad4c979258..0000000000
--- a/py-jupyterlab_server/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$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