diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-03-09 01:48:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-03-09 01:48:35 +0000 |
commit | 0b832a429ecd6081aa9faa0eb262303b019d87ea (patch) | |
tree | c39bb9eaa7bc30cec17f3a3bdef0cf5ed27c6a75 /dev-python/ipywidgets | |
parent | 80e87db4d9ed551615eb2d0309bf370e79500716 (diff) |
gentoo auto-resync : 09:03:2025 - 01:48:35
Diffstat (limited to 'dev-python/ipywidgets')
-rw-r--r-- | dev-python/ipywidgets/Manifest | 2 | ||||
-rw-r--r-- | dev-python/ipywidgets/ipywidgets-8.1.5.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ipywidgets/Manifest b/dev-python/ipywidgets/Manifest index cb4160edef43..4892ef20d0bf 100644 --- a/dev-python/ipywidgets/Manifest +++ b/dev-python/ipywidgets/Manifest @@ -1,3 +1,3 @@ DIST ipywidgets-8.1.5.tar.gz 116723 BLAKE2B fb616c368e75efd6a88dc1c586f16a33a0a725193e0765b0b0ec4a24764b1e8eb33e85b439a33716806e6eda4038674be8059f450695c87a88c5283d425d80b6 SHA512 b4030cc511f759db75417139575f85a797588fe48e17e7ac7debe7bff3f62ebe14dca86a21599be52b7cc6622fe7bb8e8a3dc41d0fffcabe7f77f15735cd5629 -EBUILD ipywidgets-8.1.5.ebuild 1296 BLAKE2B 260fd4458a4141ef3507297a015c08655f7376024b706cbdc2ec8de98b26518e8e985a7fe63fb70d54f0520c899cf51e77adf2634c7d34173e701dc0cd738402 SHA512 b2afa0665da7e92a915244ee2841ef6582f2c258cf99387baef3699d963b18c32d1584b97d7efff58ee9ce9d18ad67cfd17147d58abbb42ba2dedb219fbc3b60 +EBUILD ipywidgets-8.1.5.ebuild 1306 BLAKE2B 14e968b344130670a07829fbdd7b9eab8322bc118ac6cddc5e8cda5496f41347dd183b34e0a62f1bb9dbab0514ea02f35dc8d93f399b91b0d24571d3e4a48f0d SHA512 9974951edb03870c4b0a3fa9c317ad588d9f385b35119c33b3b50b78a99f9eaaa5a70bde561f372f2f72861451f24f09c815f8aaf55cf5470512e3151a4846c9 MISC metadata.xml 537 BLAKE2B 1f3b91be328b958870a72b5ce438c3e5bf67efd072b59dcb5ae77a9b89334e726af4fe8771221a7b728905cef4175cf7e0a49b11c651a7c0520b5cb032085985 SHA512 cb8092ea7a06e309a26abb78f5ddfd4a91f416e15374d2b59fb5086a64cc13f3dd408e18caa6719d12b1f18f762469a72a1027b2a047db626c51d22a5f304e54 diff --git a/dev-python/ipywidgets/ipywidgets-8.1.5.ebuild b/dev-python/ipywidgets/ipywidgets-8.1.5.ebuild index 33613ee361d0..58042f793358 100644 --- a/dev-python/ipywidgets/ipywidgets-8.1.5.ebuild +++ b/dev-python/ipywidgets/ipywidgets-8.1.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 pypi @@ -44,7 +44,7 @@ python_test() { local EPYTEST_DESELECT=() case ${EPYTHON} in - pypy3) + pypy3*) EPYTEST_DESELECT+=( # https://github.com/pypy/pypy/issues/4892 ipywidgets/widgets/tests/test_interaction.py::test_interact_noinspect |