repo/gentoo:master commit in: dev-python/jupyterlab-widgets/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787117911.e76b016ed37de080317476a37631befca666a56f.mgorny@gentoo> |
commit: e76b016ed37de080317476a37631befca666a56f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 05:12:29 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 05:38:31 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76b016e
dev-python/jupyterlab-widgets: Bump to 3.0.17
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyterlab-widgets/Manifest | 1 +
.../jupyterlab-widgets-3.0.17.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/jupyterlab-widgets/Manifest b/dev-python/jupyterlab-widgets/Manifest
index e1d644449739..27440676e8d7 100644
--- a/dev-python/jupyterlab-widgets/Manifest
+++ b/dev-python/jupyterlab-widgets/Manifest
@@ -1 +1,2 @@
DIST jupyterlab_widgets-3.0.16.tar.gz 897423 BLAKE2B 7fcebb8a691876a2ad338838f08be6a4c0375312bb2886e531f3a53e0e29e6019cd0635d7d25f434d96f9fd06a1610884bdae82aae893a3de37cfa6436062fab SHA512 263e13c810f83d9343d7c3d04582a83af4bf21b10ce9e1129bc2ffb9366937c8810c813fa14e8d9ba8569b11b64d9dcc405b845b6af0f071c28a4d5d1950bb40
+DIST jupyterlab_widgets-3.0.17.tar.gz 213919 BLAKE2B 5f59e7f42fcf0637a7a04d0ace3ff756c411c31126ea7b5ce9590f37c4295fec3769875120d3e744235fb29a56025bb15ea926585cd61c314c1964731325a5bf SHA512 5da52b2a4df8803616c592dcad8ff24505123f5418afa7a4e318f8d50bd428f03c0b24d03e76390b1f2f506424e6cdcd1619363e65ae7586d23840331bbca52b
diff --git a/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.17.ebuild b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.17.ebuild
new file mode 100644
index 000000000000..4cf5e14deb44
--- /dev/null
+++ b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.17.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{12..14} )
+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"
+
+BDEPEND="
+ dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests import-check