From 94f15e80a2d1bf7754cad4b53208be9c319ea7d5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 8 Feb 2024 21:59:10 +0000 Subject: gentoo auto-resync : 08:02:2024 - 21:59:09 --- dev-python/ipywidgets/Manifest | 2 + dev-python/ipywidgets/ipywidgets-8.1.2.ebuild | 61 +++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 dev-python/ipywidgets/ipywidgets-8.1.2.ebuild (limited to 'dev-python/ipywidgets') diff --git a/dev-python/ipywidgets/Manifest b/dev-python/ipywidgets/Manifest index cbc4eb059b0c..ed35347cd2d3 100644 --- a/dev-python/ipywidgets/Manifest +++ b/dev-python/ipywidgets/Manifest @@ -1,3 +1,5 @@ DIST ipywidgets-8.1.1.tar.gz 116420 BLAKE2B 9f138178dc213cac8d3c21a366f47c10675d8d74eb3e29f07c12b10c3a99281896f15afc4f609a4f9ad5f0eac5c60507b10cc98a01500d46150dd6ce36b15b3c SHA512 287f4cb56fe08b1ca01c7f226d7c8a1471d33bb1c36053e705326356c82de8686d6d59be0b50c3016c6c168c743f37de366a5fdf5f8a00c9d0678773e8c1618e +DIST ipywidgets-8.1.2.tar.gz 116492 BLAKE2B 0fc8283b332447cd3659d39d4564e2e794678169c7bc156660f3478251c4df23de1719e4fcf9651b9766506edf359bdfc803b1450520a3cbce290b39bd95bd3c SHA512 59ddc92bb9b18b6cd36b1499465e700ce9b11010e2d51cdf0a820b36efecbea1facab42ced2f61de312319f4fd4e672bb27b248d40ee0088f3b58acfd102ab61 EBUILD ipywidgets-8.1.1-r1.ebuild 1092 BLAKE2B b11a8b4ea33a6f37ea87a3632a29d4522beebc1d79b63fc49febc805acaed19625b620870244418fac3c78924d97b36321bd013638041c06bb83cb1233345e70 SHA512 34e8fb2751b8c6fa0f1021db80701ee1e89d8653197489bb5bb28f04b44e3c1e0cf72cc794e7bc428c58e787558b85dc986ff07879423e44423468a726e21c1b +EBUILD ipywidgets-8.1.2.ebuild 1388 BLAKE2B 5471f84f250ab5ed3ab5ce835bd0561894207f15d3e3ac7aa640ef3d5253c6e2e6fa54b14b2782575dfa8552acef19735222af4622f454c904808994b5e2155b SHA512 93bf7c11bbd42ebb88a875ce468d7f4a26b57517d189c3d5fddd4321cb9070569c004be3b1574829ed466e08174451a6ce2d6c9596224bd8ae6755942e9e116c MISC metadata.xml 537 BLAKE2B 1f3b91be328b958870a72b5ce438c3e5bf67efd072b59dcb5ae77a9b89334e726af4fe8771221a7b728905cef4175cf7e0a49b11c651a7c0520b5cb032085985 SHA512 cb8092ea7a06e309a26abb78f5ddfd4a91f416e15374d2b59fb5086a64cc13f3dd408e18caa6719d12b1f18f762469a72a1027b2a047db626c51d22a5f304e54 diff --git a/dev-python/ipywidgets/ipywidgets-8.1.2.ebuild b/dev-python/ipywidgets/ipywidgets-8.1.2.ebuild new file mode 100644 index 000000000000..b9f7a42007fc --- /dev/null +++ b/dev-python/ipywidgets/ipywidgets-8.1.2.ebuild @@ -0,0 +1,61 @@ +# 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://ipywidgets.readthedocs.io/ + https://github.com/jupyter-widgets/ipywidgets/ + https://pypi.org/project/ipywidgets/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=dev-python/comm-0.1.3[${PYTHON_USEDEP}] + >=dev-python/ipython_genutils-0.2.0[${PYTHON_USEDEP}] + >=dev-python/traitlets-4.3.1[${PYTHON_USEDEP}] + >=dev-python/widgetsnbextension-4.0.10[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/jsonschema[${PYTHON_USEDEP}] + ) +" +PDEPEND=" + >=dev-python/ipython-6.1.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +src_prepare() { + # upstream hack to autoconfigure ipywidgets in jupyter + # we don't have jupyterlab_widgets packaged + sed -i -e '/jupyterlab_widgets/d' setup.cfg || die + distutils-r1_src_prepare +} + +python_test() { + local EPYTEST_DESELECT=() + + case ${EPYTHON} in + pypy3) + EPYTEST_DESELECT+=( + # https://github.com/pypy/pypy/issues/4892 + ipywidgets/widgets/tests/test_interaction.py::test_interact_noinspect + ) + ;; + esac + + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest +} -- cgit v1.2.3