commit: aeaed2dfc4000102d3581608e4043343ba5c4bac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 14:46:24 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 15:00:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaed2df
dev-python/widgetsnbextension: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/widgetsnbextension/Manifest | 1 -
.../widgetsnbextension-4.0.10.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/widgetsnbextension/Manifest
b/dev-python/widgetsnbextension/Manifest
index 490a29873968..5a8c5b582a1a 100644
--- a/dev-python/widgetsnbextension/Manifest
+++ b/dev-python/widgetsnbextension/Manifest
@@ -1,2 +1 @@
-DIST widgetsnbextension-4.0.10.tar.gz 1147204 BLAKE2B
16b81a1ad6c1d527c27d1fe48952d8ad89c14c2ae7cd1f7f00eea43263f9fde481df1db18d74a8a6417c9270bd29a46c77b495b520848c4782c1d60295d5850c
SHA512
0e16dc994093712851a3ad0385844fd3f807157a024dd6ce26c3f6b3953cfb01421d877363def747405c8c887a00a880dcc06664d45d142b3c548b7d67b7008d
DIST widgetsnbextension-4.0.11.tar.gz 1164354 BLAKE2B
85a96be89592ad08c8722c389d8848126da0e9fc235a126c44779aa1188aeeb1cc9e23c5e4f447562f8660dc637947da3410f7068d14949b337ef8d652705b01
SHA512
22b2bea35633212635718a49b33e219dac7688190c2e9c3b0eb560d830c984e7250d357c14e8b13102f493977863722e18cd77dc43dd7e309aa03006d63072cb
diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.10.ebuild
b/dev-python/widgetsnbextension/widgetsnbextension-4.0.10.ebuild
deleted file mode 100644
index e59b31b09a28..000000000000
--- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="IPython HTML widgets for Jupyter"
-HOMEPAGE="
- https://ipython.org/
- https://pypi.org/project/widgetsnbextension/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
- dev-python/jupyter-packaging[${PYTHON_USEDEP}]
-"
-
-src_install() {
- distutils-r1_src_install
-
- mv "${ED}/usr/etc" "${ED}/etc" || die
-}