diff options
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r-- | dev-python/deprecation/Manifest | 2 | ||||
-rw-r--r-- | dev-python/deprecation/deprecation-2.1.0-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest index 61a20b2f9677..5d3a3347f2fd 100644 --- a/dev-python/deprecation/Manifest +++ b/dev-python/deprecation/Manifest @@ -1,3 +1,3 @@ DIST deprecation-2.1.0.tar.gz 173788 BLAKE2B 444c7ff688d6eab7dfcf58ad24580b5a6df39a5749341b28d6d5b9b516fd6aa7a462d7f644e6cba596bbf289be0224968f579837c6c71dbe7b36b65588da6eea SHA512 c184665d210c6eeb3f055b23e75c3714f3b18050e03bfe1384baf6c2504f1370116ae0e8c53ff818ccc54c0d633bbb3ba5791fe20b8029f3be0207b019a00275 -EBUILD deprecation-2.1.0-r1.ebuild 739 BLAKE2B 66254c4be330c73197d725d86727335219b348697532216ff7e74218fd8831ccac9108997e5be7b9bbae902d5e02fa38f2207e7bd5b5e5e4a55dd9ddd4e738f7 SHA512 e2c71ed8303d8f69d5e5a086b2003585fda050efd9e5252d9cb3c17498c0465da34d63e9e3ebe033759bbb6843cdfba05f377dbc82f5ff1fd2ec85117d32625d +EBUILD deprecation-2.1.0-r1.ebuild 748 BLAKE2B 454ba90a5d3cb2c9023ea6e00f3fdb83f27b3162700b8ecae306ca3280394a16a9493106d798e1d482e74a2aedee60475cad0d6c6b7d2f3a2c115115342b1730 SHA512 9d6c734d509a8004a7d4d92ea0e7f6ee076fed40caffdaec21d74ea030f82acd3c0bede31f0af34ecaa70d8a896357e8e5495dde690bb8f9d67fde6cfcfc4f5b MISC metadata.xml 566 BLAKE2B 5fab2937b6a3086ed28187e08d54df149979ad9fd6c89d4f633f041c03d1d728a58a1e384427b430e34eb497c099e164048217340d445958ea9901f7dc79c23d SHA512 b20327bd7416f7476959ae3fbb2d6ba6cc210ef0c702735322bb540bde7776d777fa4e84b2ec468d649d4ad424ee1a5f9c4b6ec2a8c798d8582ca60715e85dcb diff --git a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild b/dev-python/deprecation/deprecation-2.1.0-r1.ebuild index 4e96a161a047..a92b03fd0ac6 100644 --- a/dev-python/deprecation/deprecation-2.1.0-r1.ebuild +++ b/dev-python/deprecation/deprecation-2.1.0-r1.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} ) inherit distutils-r1 pypi DESCRIPTION="A library to handle automated deprecations" |