public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-collaboration/files/, profiles/arch/amd64/x32/, ...
@ 2024-04-02 13:22 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2024-04-02 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6f8f0ddf7a9afe9b1a4230758f1b08800f95b34a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 13:14:35 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 13:21:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8f0ddf

dev-python/jupyter-collaboration: Revert "new package, add 2.0.5"

Reverting the whole batch of low quality packages, particularly due
to lack of response to the reported bugs from the committer.

Reverts: 2f155078f765ad90a8ba456daf8198fd800fee5d
Closes: https://bugs.gentoo.org/927721
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyter-collaboration/Manifest          |  1 -
 ...r-collaboration-2.0.5-no-node-for-version.patch | 42 ----------------------
 .../jupyter-collaboration-2.0.5.ebuild             | 42 ----------------------
 dev-python/jupyter-collaboration/metadata.xml      | 12 -------
 profiles/arch/amd64/x32/package.mask               |  1 -
 5 files changed, 98 deletions(-)

diff --git a/dev-python/jupyter-collaboration/Manifest b/dev-python/jupyter-collaboration/Manifest
deleted file mode 100644
index a33beac6f32c..000000000000
--- a/dev-python/jupyter-collaboration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jupyter_collaboration-2.0.5.tar.gz 4806126 BLAKE2B 5df0d7f782f9574e9f48ea805786b8e85a71fa2938189eef31e0d674e7c173f14d388952e33529f6666cecd9754191caaaeacea30cb090452d8545a19e3951d3 SHA512 e1375bc0559a06596e565cfe3b9b0f9a83a95a64d8a474cf7065172f9df5b84faa4f1966867bb475610df4662205146bb5720005601bafe77790e541681a3e8d

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.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>

diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index e45b51f2efad..ee3f8e2db1a2 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -35,7 +35,6 @@ dev-python/jupyterlab
 dev-python/jupyterlab-lsp
 dev-python/jupyter-server-proxy
 sci-misc/jupyterlab-desktop-bin
-dev-python/jupyter-collaboration
 dev-python/plotly
 dev-python/plotly-geo
 dev-python/chart-studio


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-02 13:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 13:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-collaboration/files/, profiles/arch/amd64/x32/, Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox