commit: 6e76008934de849bb3eeced5de636e0456a88663
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 18 13:29:12 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Mar 18 13:29:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e760089
sci-ml/jiwer: stabilize 3.0.3 for amd64
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/jiwer/jiwer-3.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-ml/jiwer/jiwer-3.0.3.ebuild b/sci-ml/jiwer/jiwer-3.0.3.ebuild
index 19fee4f99c73..cc011848afd5 100644
--- a/sci-ml/jiwer/jiwer-3.0.3.ebuild
+++ b/sci-ml/jiwer/jiwer-3.0.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Evaluate an automatic speech recognition system"
@@ -17,7 +17,7 @@
SRC_URI="https://github.com/jitsi/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="
dev-python/rapidfuzz[${PYTHON_USEDEP}]
"