diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-01-02 20:42:53 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-01-02 20:43:19 +0100 |
commit | 00cd3b2f7f02add71703d3c676865f24322d6c25 (patch) | |
tree | ad096999efb05d3f80704c72cbd6d7c06cbed9bd /sci-libs/jiwer/jiwer-3.0.1-r1.ebuild | |
parent | dev-python/bcrypt: Workaround pytest-asyncio cause test failures (diff) | |
download | gentoo-00cd3b2f7f02add71703d3c676865f24322d6c25.tar.gz gentoo-00cd3b2f7f02add71703d3c676865f24322d6c25.tar.bz2 gentoo-00cd3b2f7f02add71703d3c676865f24322d6c25.zip |
sci-libs/jiwer: add 3.0.3, drop 3.0.1-r1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/jiwer/jiwer-3.0.1-r1.ebuild')
-rw-r--r-- | sci-libs/jiwer/jiwer-3.0.1-r1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-libs/jiwer/jiwer-3.0.1-r1.ebuild b/sci-libs/jiwer/jiwer-3.0.1-r1.ebuild deleted file mode 100644 index c3b6585071d4..000000000000 --- a/sci-libs/jiwer/jiwer-3.0.1-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Evaluate an automatic speech recognition system" -HOMEPAGE=" - https://github.com/jitsi/jiwer - https://pypi.org/project/jiwer/ -" -SRC_URI="https://github.com/jitsi/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -RDEPEND=" - dev-python/rapidfuzz[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -PATCHES=( "${FILESDIR}"/${P}-tests.patch ) |