diff options
Diffstat (limited to 'dev-python/jupyter-console')
-rw-r--r-- | dev-python/jupyter-console/Manifest | 2 | ||||
-rw-r--r-- | dev-python/jupyter-console/jupyter-console-6.6.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jupyter-console/Manifest b/dev-python/jupyter-console/Manifest index be3403fce0d4..57e2a28b3c97 100644 --- a/dev-python/jupyter-console/Manifest +++ b/dev-python/jupyter-console/Manifest @@ -1,3 +1,3 @@ DIST jupyter_console-6.6.3.tar.gz 34363 BLAKE2B fd5875f608bec0528f7751b7cb146bff3f5c6caeb531a360eb5dd6164c44b3a4a84d1371756f42c256fbada7572176172894a01bc5b7cca835f12a390815ff5a SHA512 fc896dfc783648127690458712e90eced9578629dd55e3bfc9e15319ffa919c118c78d7872f0274455c3996fa9321bccdfa204b94b45a2de733b7703894c9034 -EBUILD jupyter-console-6.6.3.ebuild 1029 BLAKE2B 11cc5b53daf130d51fe628016c310cd226be96eff5ddc6a68e56b511517eb0f8d7122ec4df8ca5ce1723bd232b66353dd64092f165fa469660ecbb67b5fc0107 SHA512 f564d38ef96a4e8e2d201f6bc1d2aae276421f710b84c03f20949d88a25c6df977bbc599d5bf44cd65967a5aff339e41c581926492281718ed3469c972e888fa +EBUILD jupyter-console-6.6.3.ebuild 1038 BLAKE2B 1f952e7a5c0221f63310dcf05c03733f854a2753e29cddded7cf62e5ea963d093b6ed227c41463a4736b996768671ea0353b0267e69ba0c3d7f9b8a6532a3dc0 SHA512 c495d1eb226b973d3337f18ee2e00e380a683f29743de178c6381948a276e7c9b797833c4cee4d164f9b9b8777bf40c9f1416fb5fa5c29321ebf7b1ab5476b0b MISC metadata.xml 702 BLAKE2B 38bb264e2ab7f1feca67ae6a35d2ee20c04b53188cc7d3a51bd2d1630ba6a9e89ac949013bbd9ac3443331bcf3f115f85537865787daee26949b9773aa9b9197 SHA512 c3f9fb275560a3aef2a5266d2070e3d013f53e2f3f7e1363626b15d290ccd619c65a19d6ee2b849a683a96159c8af29c55c81eff5a333759eae5cd6773736b24 diff --git a/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild b/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild index 2e4b56df4024..c9f89a2c2865 100644 --- a/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild +++ b/dev-python/jupyter-console/jupyter-console-6.6.3.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=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 pypi |