commit: 3435e96a04498cf45e1633484b334dab2d922fea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 10:08:55 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 10:08:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3435e96a
dev-python/jupyterlab-widgets: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyterlab-widgets/Manifest | 1 -
.../jupyterlab-widgets-3.0.13.ebuild | 24 ----------------------
2 files changed, 25 deletions(-)
diff --git a/dev-python/jupyterlab-widgets/Manifest
b/dev-python/jupyterlab-widgets/Manifest
index 2e60f5620d57..1c06394e8eba 100644
--- a/dev-python/jupyterlab-widgets/Manifest
+++ b/dev-python/jupyterlab-widgets/Manifest
@@ -1,2 +1 @@
-DIST jupyterlab_widgets-3.0.13.tar.gz 203556 BLAKE2B
24b0988f70e820990f0c8a0f46e40f2aad8cc925c5c43b11382f626ca6c01fd1ef0e63672a99257552f502ebd8c3ebf8696124226e646dd5f8f653cc58f4c8da
SHA512
3cf4f406947b80367f822a8268212a339a259b1ca31d7a284950fe00f2aef9d48be0137f4a12380eebfe48ae1a82420a758d9005d0ffb10ed85eefb9080d57c4
DIST jupyterlab_widgets-3.0.14.tar.gz 203815 BLAKE2B
a1a6c39722fd2d781a809833719a5206e5eef838a58e87067ff8494ce6826b6956184378eb4ded7075ec79df2a45446786353c77f43b4a65cc8855b8c9d28377
SHA512
5f87d63d590a3c48359c1b81688edfff1b36149f969c7edffc5d9cfc2d0cbffc755dc0f5691bdd369f8481dae6fd4f4055631b06fcfa81b43f92218026f70bfc
diff --git a/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.13.ebuild
b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.13.ebuild
deleted file mode 100644
index bb950897192b..000000000000
--- a/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.13.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=jupyter
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Jupyter interactive widgets for JupyterLab"
-HOMEPAGE="
- https://ipython.org/
- https://pypi.org/project/jupyterlab-widgets/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-BDEPEND="
- dev-python/jupyter-packaging[${PYTHON_USEDEP}]
-"