dev-util/howdoi: enable py3.13

Closes: https://bugs.gentoo.org/952453
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-05-13 03:06:49 +01:00
parent 127fa19395
commit 283366d7d6
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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