From dd955a48d88d9b98d49a61f10ab4b52f53cf83a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 2 Apr 2024 20:14:09 +0100 Subject: gentoo auto-resync : 02:04:2024 - 20:14:09 --- ...r-collaboration-2.0.5-no-node-for-version.patch | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 dev-python/jupyter-collaboration/files/jupyter-collaboration-2.0.5-no-node-for-version.patch (limited to 'dev-python/jupyter-collaboration/files') diff --git a/dev-python/jupyter-collaboration/files/jupyter-collaboration-2.0.5-no-node-for-version.patch b/dev-python/jupyter-collaboration/files/jupyter-collaboration-2.0.5-no-node-for-version.patch deleted file mode 100644 index 665a8b91efa8..000000000000 --- a/dev-python/jupyter-collaboration/files/jupyter-collaboration-2.0.5-no-node-for-version.patch +++ /dev/null @@ -1,42 +0,0 @@ -Index: jupyter_collaboration-2.0.3/pyproject.toml -=================================================================== ---- jupyter_collaboration-2.0.3.orig/pyproject.toml -+++ jupyter_collaboration-2.0.3/pyproject.toml -@@ -3,10 +3,11 @@ - - [build-system] - build-backend = "hatchling.build" --requires = ["hatchling>=1.4.0", "hatch-nodejs-version", "jupyterlab>=4.0.0"] -+requires = ["hatchling>=1.4.0", "jupyterlab>=4.0.0"] - - [project] - name = "jupyter_collaboration" -+version = "2.0.5" - readme = "README.md" - license = { file = "LICENSE" } - requires-python = ">=3.8" -@@ -34,7 +35,7 @@ dependencies = [ - "jupyter_server_fileid>=0.7.0,<1", - "jsonschema>=4.18.0" - ] --dynamic = ["version", "description", "authors", "urls", "keywords"] -+dynamic = ["description", "authors", "urls", "keywords"] - - [project.optional-dependencies] - dev = [ -@@ -63,15 +64,9 @@ line-length = 100 - [tool.isort] - profile = "black" - --[tool.hatch.version] --source = "nodejs" -- - [tool.hatch.build.hooks.version] - path = "jupyter_collaboration/_version.py" - --[tool.hatch.metadata.hooks.nodejs] --fields = ["description", "authors", "urls"] -- - [tool.hatch.build.targets.sdist] - artifacts = ["/jupyter_collaboration/labextension"] - exclude = ["/.github", "/binder", "node_modules"] -- cgit v1.2.3