commit:     3380419167cdb69e7452b095580bf159b758688e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 04:54:29 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 04:58:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33804191

dev-python/jupyterlab_widgets: Bump to 3.0.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyterlab_widgets/Manifest             |  1 +
 .../jupyterlab_widgets-3.0.11.ebuild               | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jupyterlab_widgets/Manifest 
b/dev-python/jupyterlab_widgets/Manifest
index 6abad087c35f..27ac9473953e 100644
--- a/dev-python/jupyterlab_widgets/Manifest
+++ b/dev-python/jupyterlab_widgets/Manifest
@@ -1 +1,2 @@
 DIST jupyterlab_widgets-3.0.10.tar.gz 205549 BLAKE2B 
7f31ffa65a6478f4007449fd9f1ea749144eda39afe21208b934fc33b2222e605a21e1cbfd61961b48c001b780eb75425444729fec931bb7fbb7f9afa290971d
 SHA512 
a68de696b9d8c332c796242dd72d1a0cc33944373e97c826b8a971eb558565e55f4a0a59ba437e9bb9466695755193aa95ec74d69e54628931858f524c939da5
+DIST jupyterlab_widgets-3.0.11.tar.gz 203538 BLAKE2B 
8208afd3dc9e8dd36a6ab77ac20d935b53a8c200401e9e423ca154e87c50379cced5ff785dc625ead7f09aaffd9af5835151a853224abce6e7c84c6ce199259e
 SHA512 
27e8fec4817d3e37e1976c30db21f914b11dc3bb1e0aa7c584c811b3f9a54422136c7702bd32f7494851d87108182a8a9fe11686d515f4da19ee2a8f7a930755

diff --git a/dev-python/jupyterlab_widgets/jupyterlab_widgets-3.0.11.ebuild 
b/dev-python/jupyterlab_widgets/jupyterlab_widgets-3.0.11.ebuild
new file mode 100644
index 000000000000..aba851fa4397
--- /dev/null
+++ b/dev-python/jupyterlab_widgets/jupyterlab_widgets-3.0.11.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=jupyter
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+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"
+
+BDEPEND="
+       >=dev-python/jupyterlab-4.1.8[${PYTHON_USEDEP}]
+       dev-python/jupyter-packaging[${PYTHON_USEDEP}]
+"

Reply via email to