summaryrefslogtreecommitdiff
path: root/dev-python/jupyter-collaboration
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jupyter-collaboration')
-rw-r--r--dev-python/jupyter-collaboration/Manifest6
-rw-r--r--dev-python/jupyter-collaboration/files/jupyter-collaboration-2.0.5-no-node-for-version.patch42
-rw-r--r--dev-python/jupyter-collaboration/jupyter-collaboration-2.0.11.ebuild46
-rw-r--r--dev-python/jupyter-collaboration/jupyter-collaboration-2.0.5.ebuild42
-rw-r--r--dev-python/jupyter-collaboration/metadata.xml12
5 files changed, 0 insertions, 148 deletions
diff --git a/dev-python/jupyter-collaboration/Manifest b/dev-python/jupyter-collaboration/Manifest
deleted file mode 100644
index 61eeff7723a5..000000000000
--- a/dev-python/jupyter-collaboration/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX jupyter-collaboration-2.0.5-no-node-for-version.patch 1256 BLAKE2B 08527be03977cb06e482b10afbdc1685bc65d741881fc66892445d865932f4dd283c4fb0fcf5aba5c0115665e62ae9c7b93f7b570a15a0596457a153033091b4 SHA512 cc67f22ddb73831594072182a157a8eea1a02dcc175b4f5018c493d0adcd1f537ea084dfa835584ffb4b65e9549e4fc5493e6749f00a180313d666bc49c4b853
-DIST jupyter_collaboration-2.0.11.tar.gz 4806486 BLAKE2B 3b27291ad4d8320e146da2cbe1bdbf678c3109c56497147da9d83629cc830d0b12cc556a1379ea4db89200fabf09350d4407e5dcefa6bdbf7f6221f36ae5a7b0 SHA512 8e03e78388167134a13a7ea336b711f37593f1ac8dbf6fc379d5c3b160a99dc0c28f88f0da77d206624e9facd165dd0c0f0dccb3f2eca201da27236048bff435
-DIST jupyter_collaboration-2.0.5.tar.gz 4806126 BLAKE2B 5df0d7f782f9574e9f48ea805786b8e85a71fa2938189eef31e0d674e7c173f14d388952e33529f6666cecd9754191caaaeacea30cb090452d8545a19e3951d3 SHA512 e1375bc0559a06596e565cfe3b9b0f9a83a95a64d8a474cf7065172f9df5b84faa4f1966867bb475610df4662205146bb5720005601bafe77790e541681a3e8d
-EBUILD jupyter-collaboration-2.0.11.ebuild 1051 BLAKE2B 124e9c07943217e1b576926cc934d12e7ec328e4cf8664805be07737976bff18dc53028d5cda2dadc0015f70f503bf56f101b009bd55fb9691a11b8eab423547 SHA512 ae92bdcc697ec584a0c6d2c22228f81bf9524db66425f1cd0c4261d2dc5fedcbbcf337612a0dd0f81f9d8b3a4e09e72480c4e277e53f293ef42fc71631adcd4f
-EBUILD jupyter-collaboration-2.0.5.ebuild 1005 BLAKE2B 7c6fe8b1cb21c5f8cf112b0e591ab9215167232ef4270cbe34780df2d6702cadffe153f8aef991d7aa6157d4b1640b4c4b7970cae594a1e4edebada12306c6d2 SHA512 d8f00264a0eda0ffd6ea644c3fe972d7c27d6bf908359665415130242e6c1c608d47da377ae76a4907fcba71036c4b8e105606ed60dc37d9f85f934c2545957b
-MISC metadata.xml 422 BLAKE2B bd5276e33102f07dc6798178080041635b44f20ab37d37e8e9cdd313667243e4fcec887e1ba2d7e97ad8497a06d9061563a2964bde6c2d46ad7baf81e27875b4 SHA512 e0b9a9c11dd4d845231d9665df7c5b91c043dcba11d1e831429add314304d7e2b871e0b68cba6185ad3fe403749e41afe501fb7df3b1a89a6a4f70cf0d13e03e
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"]
diff --git a/dev-python/jupyter-collaboration/jupyter-collaboration-2.0.11.ebuild b/dev-python/jupyter-collaboration/jupyter-collaboration-2.0.11.ebuild
deleted file mode 100644
index 622831634378..000000000000
--- a/dev-python/jupyter-collaboration/jupyter-collaboration-2.0.11.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="JupyterLab Extension enabling Real-Time Collaboration"
-HOMEPAGE="
- https://github.com/jupyterlab/jupyter-collaboration/
- https://pypi.org/project/jupyter-collaboration/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/pycrdt-websocket[${PYTHON_USEDEP}]
- >=dev-python/jupyterlab-4[${PYTHON_USEDEP}]
- >=dev-python/jupyter-ydoc-2[${PYTHON_USEDEP}]
- dev-python/jupyter-server-fileid[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-jupyter[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.0.5-no-node-for-version.patch"
-)
-
-distutils_enable_tests pytest
-
-src_install() {
- distutils-r1_src_install
-
- # hatchling cannot install into /etc while specifying prefix as /usr
- mv -v "${ED}"{/usr,}/etc || die
-}
diff --git a/dev-python/jupyter-collaboration/jupyter-collaboration-2.0.5.ebuild b/dev-python/jupyter-collaboration/jupyter-collaboration-2.0.5.ebuild
deleted file mode 100644
index d023ac01306b..000000000000
--- a/dev-python/jupyter-collaboration/jupyter-collaboration-2.0.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_1{1..2} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="JupyterLab Extension enabling Real-Time Collaboration"
-HOMEPAGE="https://github.com/jupyterlab/jupyter-collaboration"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-RDEPEND="dev-python/pycrdt-websocket[${PYTHON_USEDEP}]
- >=dev-python/jupyterlab-4[${PYTHON_USEDEP}]
- >=dev-python/jupyter-ydoc-2[${PYTHON_USEDEP}]
- dev-python/jupyter-server-fileid[${PYTHON_USEDEP}]
-"
-BDEPEND="dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-jupyter[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.0.5-no-node-for-version.patch"
-)
-
-distutils_enable_tests pytest
-
-src_install() {
- distutils-r1_src_install
-
- # hatchling cannot install into /etc while specifying prefix as /usr
- mv -v "${ED}"{/usr,}/etc || die
-}
diff --git a/dev-python/jupyter-collaboration/metadata.xml b/dev-python/jupyter-collaboration/metadata.xml
deleted file mode 100644
index 3fb7c745dec1..000000000000
--- a/dev-python/jupyter-collaboration/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">jupyter-collaboration</remote-id>
- <remote-id type="github">jupyterlab/jupyter-collaboration</remote-id>
- </upstream>
-</pkgmetadata>