From 283366d7d60ed86f2fd411be3ff64357931bec80 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 13 May 2025 03:06:49 +0100 Subject: [PATCH] dev-util/howdoi: enable py3.13 Closes: https://bugs.gentoo.org/952453 Signed-off-by: Sam James --- 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