commit: 553fe6315d6d61ba9a53b31478d184b384642d86
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 1 08:46:23 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan 1 08:46:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553fe631
dev-python/types-gdb: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{types-gdb-12.1.4.5.ebuild => types-gdb-12.1.4.5-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/types-gdb/types-gdb-12.1.4.5.ebuild
b/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild
similarity index 80%
rename from dev-python/types-gdb/types-gdb-12.1.4.5.ebuild
rename to dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild
index c5b294bf85b7..bb9b717448e5 100644
--- a/dev-python/types-gdb/types-gdb-12.1.4.5.ebuild
+++ b/dev-python/types-gdb/types-gdb-12.1.4.5-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi