summaryrefslogtreecommitdiff
path: root/dev-python/deprecation
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r--dev-python/deprecation/Manifest2
-rw-r--r--dev-python/deprecation/deprecation-2.1.0-r1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
index ca15fef69d11..61a20b2f9677 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 745 BLAKE2B 39a4c15f74062097ce6053aa15d41ef14a4e36627b4eb42e95adce392b378518ba068d12fe1c471bc1948b082ee52ec9e849a0c619d01ff336220079ea8a185e SHA512 cd8e2cff40560708746fc49dc2752b255a80ea5603d73eaa056e155e7802f5ced1d88632d030ba0fe36d212f3802ca1a4a26ed3d8b648a0b0eaab5853477a7d5
+EBUILD deprecation-2.1.0-r1.ebuild 739 BLAKE2B 66254c4be330c73197d725d86727335219b348697532216ff7e74218fd8831ccac9108997e5be7b9bbae902d5e02fa38f2207e7bd5b5e5e4a55dd9ddd4e738f7 SHA512 e2c71ed8303d8f69d5e5a086b2003585fda050efd9e5252d9cb3c17498c0465da34d63e9e3ebe033759bbb6843cdfba05f377dbc82f5ff1fd2ec85117d32625d
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 6334a81745ca..4e96a161a047 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-2023 Gentoo Authors
+# 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_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="A library to handle automated deprecations"
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"