commit: 56e2c113e43e7647a1a1b773efc674795abb8674 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Tue Jan 14 17:15:02 2025 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Tue Jan 14 17:15:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e2c113
app-portage/fetchcommandwrapper: Python 3.13 Closes: https://bugs.gentoo.org/948012 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> ...andwrapper-0.8.4-r4.ebuild => fetchcommandwrapper-0.8.4-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r4.ebuild b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r5.ebuild similarity index 88% rename from app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r4.ebuild rename to app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r5.ebuild index 788a228fffb1..34cb4e8e010b 100644 --- a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r4.ebuild +++ b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 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=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 pypi
