* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/jupyter-ydoc/, dev-python/jupyter-ydoc/files/, ...
@ 2023-12-15 19:40 Arthur Zamarin
0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2023-12-15 19:40 UTC (permalink / raw
To: gentoo-commits
commit: 312f615d78260b6196e1498a6592313210d06679
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 19:35:59 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 19:35:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312f615d
dev-python/jupyter-ydoc: treeclean
Closes: https://bugs.gentoo.org/915824
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/jupyter-ydoc/Manifest | 1 -
.../jupyter-ydoc-1.0.2-no-node-for-version.patch | 30 -------------
dev-python/jupyter-ydoc/jupyter-ydoc-1.0.2.ebuild | 49 ----------------------
dev-python/jupyter-ydoc/metadata.xml | 13 ------
profiles/package.mask | 1 -
profiles/updates/2Q-2023 | 1 -
6 files changed, 95 deletions(-)
diff --git a/dev-python/jupyter-ydoc/Manifest b/dev-python/jupyter-ydoc/Manifest
deleted file mode 100644
index 4eb404d3ef72..000000000000
--- a/dev-python/jupyter-ydoc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jupyter_ydoc-1.0.2.gh.tar.gz 983893 BLAKE2B 2066efe6a48bae692be978c12c879e211f62f5e6544832ab6f8c96077a45362acef1857f575f87a67730cd3bb35d3805022a402881d6919fce45464d7fdcb83e SHA512 895fc7e96f3ec9aa4451763cbeb77e4e389c8193098329c1b97ff3dab13bcf8beb2a5c5300cebe5a8d574ffdccbc1526e591b1230421fd58f276aedc4e83927c
diff --git a/dev-python/jupyter-ydoc/files/jupyter-ydoc-1.0.2-no-node-for-version.patch b/dev-python/jupyter-ydoc/files/jupyter-ydoc-1.0.2-no-node-for-version.patch
deleted file mode 100644
index bfd138ce0d66..000000000000
--- a/dev-python/jupyter-ydoc/files/jupyter-ydoc-1.0.2-no-node-for-version.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index 6e0a069..42f76c1 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -2,12 +2,12 @@
- # Distributed under the terms of the Modified BSD License.
-
- [build-system]
--requires = ["hatchling>=1.10.0", "hatch-nodejs-version"]
-+requires = ["hatchling>=1.10.0"]
- build-backend = "hatchling.build"
-
- [project]
- name = "jupyter-ydoc"
--dynamic = ["version"]
-+version = "1.0.2"
- description = "Document structures for collaborative editing using Ypy"
- requires-python = ">=3.7"
- keywords = ["jupyter", "ypy"]
-@@ -56,10 +56,6 @@ text = "BSD 3-Clause License"
- Homepage = "https://jupyter.org"
- Source = "https://github.com/jupyter-server/jupyter_ydoc"
-
--[tool.hatch.version]
--source = "nodejs"
--path = "javascript/package.json"
--
- [tool.hatch.build]
- exclude = ["javascript", "!javascript/package.json"]
-
diff --git a/dev-python/jupyter-ydoc/jupyter-ydoc-1.0.2.ebuild b/dev-python/jupyter-ydoc/jupyter-ydoc-1.0.2.ebuild
deleted file mode 100644
index 91c65f7bf3af..000000000000
--- a/dev-python/jupyter-ydoc/jupyter-ydoc-1.0.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Document structures for collaborative editing using Ypy"
-HOMEPAGE="
- https://jupyter.org/
- https://github.com/jupyter-server/jupyter_ydoc/
- https://pypi.org/project/jupyter-ydoc/
-"
-SRC_URI="
- https://github.com/jupyter-server/jupyter_ydoc/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Requires node
-RESTRICT="test"
-
-RDEPEND="
- >=dev-python/y-py-0.6.0[${PYTHON_USEDEP}]
- <dev-python/y-py-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- >=dev-python/websockets-10.0[${PYTHON_USEDEP}]
- <dev-python/ypy-websocket-0.9.0[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-no-node-for-version.patch"
-)
-
-distutils_enable_tests pytest
-# Hangs for some reason
-#distutils_enable_sphinx docs/source dev-python/myst-parser dev-python/pydata-sphinx-theme
diff --git a/dev-python/jupyter-ydoc/metadata.xml b/dev-python/jupyter-ydoc/metadata.xml
deleted file mode 100644
index a7e33c55e1cf..000000000000
--- a/dev-python/jupyter-ydoc/metadata.xml
+++ /dev/null
@@ -1,13 +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>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">jupyter-ydoc</remote-id>
- <remote-id type="github">jupyter-server/jupyter_ydoc</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 835adba6f5e2..f20fd145a201 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -326,7 +326,6 @@ dev-perl/PathTools
# and dev-python/notebook, and are no longer used.
# Removal on 2023-11-14. Bug #915824.
dev-python/jupyter-server-fileid
-dev-python/jupyter-ydoc
# Mart Raudsepp <leio@gentoo.org> (2023-10-14)
# The database used by this music fingerprint library has been defunct for
diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023
index b05a63666143..c46c16f055a5 100644
--- a/profiles/updates/2Q-2023
+++ b/profiles/updates/2Q-2023
@@ -10,7 +10,6 @@ move dev-python/pretty-yaml dev-python/pyaml
move dev-python/aws-xray-sdk-python dev-python/aws-xray-sdk
move dev-python/python-docs app-doc/python-docs
move dev-python/flit_core dev-python/flit-core
-move dev-python/jupyter_ydoc dev-python/jupyter-ydoc
move dev-python/jupyter_console dev-python/jupyter-console
move dev-python/jupyter_events dev-python/jupyter-events
move dev-python/jupyter_kernel_test dev-python/jupyter-kernel-test
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-15 19:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 19:40 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/jupyter-ydoc/, dev-python/jupyter-ydoc/files/, Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox