diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-23 18:02:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-23 18:02:16 +0200 |
commit | 6ba57eaa33db1d90819dcb786166bd5fedcc1561 (patch) | |
tree | f678abcdc7f82b883fc9aebc59e81f7999d65ab2 /dev-python/jupyterlab-widgets | |
parent | dev-python/pytest-order: Bump to 1.3.0 (diff) | |
download | gentoo-6ba57eaa33db1d90819dcb786166bd5fedcc1561.tar.gz gentoo-6ba57eaa33db1d90819dcb786166bd5fedcc1561.tar.bz2 gentoo-6ba57eaa33db1d90819dcb786166bd5fedcc1561.zip |
dev-python/jupyterlab-widgets: Bump to 3.0.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyterlab-widgets')
-rw-r--r-- | dev-python/jupyterlab-widgets/Manifest | 1 | ||||
-rw-r--r-- | dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.13.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/jupyterlab-widgets/Manifest b/dev-python/jupyterlab-widgets/Manifest index 5c493a3b3e9a..07abfe23681d 100644 --- a/dev-python/jupyterlab-widgets/Manifest +++ b/dev-python/jupyterlab-widgets/Manifest @@ -1 +1,2 @@ DIST jupyterlab_widgets-3.0.11.tar.gz 203538 BLAKE2B 8208afd3dc9e8dd36a6ab77ac20d935b53a8c200401e9e423ca154e87c50379cced5ff785dc625ead7f09aaffd9af5835151a853224abce6e7c84c6ce199259e SHA512 27e8fec4817d3e37e1976c30db21f914b11dc3bb1e0aa7c584c811b3f9a54422136c7702bd32f7494851d87108182a8a9fe11686d515f4da19ee2a8f7a930755 +DIST jupyterlab_widgets-3.0.13.tar.gz 203556 BLAKE2B 24b0988f70e820990f0c8a0f46e40f2aad8cc925c5c43b11382f626ca6c01fd1ef0e63672a99257552f502ebd8c3ebf8696124226e646dd5f8f653cc58f4c8da SHA512 3cf4f406947b80367f822a8268212a339a259b1ca31d7a284950fe00f2aef9d48be0137f4a12380eebfe48ae1a82420a758d9005d0ffb10ed85eefb9080d57c4 diff --git a/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.13.ebuild b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.13.ebuild new file mode 100644 index 000000000000..8d2bf6fdff09 --- /dev/null +++ b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.13.ebuild @@ -0,0 +1,24 @@ +# 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..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}] +" |