commit: 283366d7d60ed86f2fd411be3ff64357931bec80 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 13 02:06:49 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 13 02:07:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283366d7
dev-util/howdoi: enable py3.13 Closes: https://bugs.gentoo.org/952453 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/howdoi/howdoi-2.0.20-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/howdoi/howdoi-2.0.20-r2.ebuild b/dev-util/howdoi/howdoi-2.0.20-r2.ebuild index a5b89a8bdffe..0c4cc364fe2d 100644 --- a/dev-util/howdoi/howdoi-2.0.20-r2.ebuild +++ b/dev-util/howdoi/howdoi-2.0.20-r2.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=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="A code search tool" @@ -33,7 +33,7 @@ RDEPEND=" distutils_enable_tests unittest src_test() { - # following varaible disables colorization test, which does not work on non-tty output + # following variable disables colorization test, which does not work on non-tty output # see https://github.com/gleitz/howdoi/commit/c53b6a179a09159740de2c06fb87b194e810f839 local -x GITHUB_ACTION=1 distutils-r1_src_test
