diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/jiwer/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/jiwer/jiwer-3.0.3.ebuild (renamed from sci-libs/jiwer/jiwer-3.0.1-r1.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/jiwer/Manifest b/sci-libs/jiwer/Manifest index 00c0c8913dfa..5046f9483225 100644 --- a/sci-libs/jiwer/Manifest +++ b/sci-libs/jiwer/Manifest @@ -1 +1 @@ -DIST jiwer-3.0.1.gh.tar.gz 24015 BLAKE2B 634b1c7613a29ee492a108c09d3adeeec6ce975e3663505db5f02258f37f53933f0c6e12c9f0ab48274798bdc130e8ceb5d201b3090af3b9fcbba3ccf66a261e SHA512 9a455ec8687947531dc18f89aa898d7906e1e94f803fa05f3e4689b074e05a13b3b653cbc621c723c8d9776c0c787d7a4978eca3efb90c4abded7e7f6b13ca9e +DIST jiwer-3.0.3.gh.tar.gz 24092 BLAKE2B 593170953a8f56d654b7a749fd7b8a636065c1a3b1e51b810b1768b8acd817474010025d758a3af984bbe9d4d834411d8a5df446174e87b839be1325fbd1085f SHA512 fbd9d7a5d8c2056e99f47cf55ef8661fcf96ccd16bafe28f40036477def6e7ff433bd372169fdc92c5b727e106e90353468205d2d8238726ea501c3cbab8d156 diff --git a/sci-libs/jiwer/jiwer-3.0.1-r1.ebuild b/sci-libs/jiwer/jiwer-3.0.3.ebuild index c3b6585071d4..dd694082ecbe 100644 --- a/sci-libs/jiwer/jiwer-3.0.1-r1.ebuild +++ b/sci-libs/jiwer/jiwer-3.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 DESCRIPTION="Evaluate an automatic speech recognition system" @@ -24,4 +24,4 @@ RDEPEND=" distutils_enable_tests pytest -PATCHES=( "${FILESDIR}"/${P}-tests.patch ) +PATCHES=( "${FILESDIR}"/${PN}-3.0.1-tests.patch ) |