From ebe08273ebbf71cdc25249ef735e8d2baf24e69c Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sat, 8 May 2021 13:43:25 +0100 Subject: [PATCH] dev-python/whisper: Port to python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolic Signed-off-by: Michał Górny --- dev-python/whisper/whisper-1.1.7.ebuild | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/dev-python/whisper/whisper-1.1.7.ebuild b/dev-python/whisper/whisper-1.1.7.ebuild index ad3271e64c22e..0b3dd86386f42 100644 --- a/dev-python/whisper/whisper-1.1.7.ebuild +++ b/dev-python/whisper/whisper-1.1.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Fixed size round-robin style database" @@ -15,19 +15,7 @@ SRC_URI="https://github.com/graphite-project/${PN}/archive/${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND=" - test? ( - ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - ) -" distutils_enable_tests pytest - -#python_test() { -# py.test || die "tests failed with ${EPYTHON}" -#}