commit: 150ef30e6f576a94dd40677129941600a07bbc7b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 11 04:34:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 11 04:43:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150ef30e
dev-python/jupyterlab-widgets: Bump to 3.0.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyterlab-widgets/Manifest | 1 +
.../jupyterlab-widgets-3.0.14.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/jupyterlab-widgets/Manifest
b/dev-python/jupyterlab-widgets/Manifest
index 62298a2596f1..2e60f5620d57 100644
--- a/dev-python/jupyterlab-widgets/Manifest
+++ b/dev-python/jupyterlab-widgets/Manifest
@@ -1 +1,2 @@
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.14.ebuild
b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.14.ebuild
new file mode 100644
index 000000000000..19f668d32f60
--- /dev/null
+++ b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.14.ebuild
@@ -0,0 +1,24 @@
+# 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}]
+"