From 44b46dacb41cfc790fda01225a3f9b33f4b893e7 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 22 Nov 2022 22:38:13 +0100 Subject: [PATCH] dev-python/soundfile: Revbump for PEP517 and other QA Signed-off-by: Nils Freydank --- ...{soundfile-0.11.0.ebuild => soundfile-0.11.0-r1.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename dev-python/soundfile/{soundfile-0.11.0.ebuild => soundfile-0.11.0-r1.ebuild} (92%) diff --git a/dev-python/soundfile/soundfile-0.11.0.ebuild b/dev-python/soundfile/soundfile-0.11.0-r1.ebuild similarity index 92% rename from dev-python/soundfile/soundfile-0.11.0.ebuild rename to dev-python/soundfile/soundfile-0.11.0-r1.ebuild index 043ddbf..c099e18 100644 --- a/dev-python/soundfile/soundfile-0.11.0.ebuild +++ b/dev-python/soundfile/soundfile-0.11.0-r1.ebuild @@ -3,8 +3,8 @@ EAPI="8" +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) - inherit distutils-r1 COMMIT_ID="" @@ -36,9 +36,6 @@ DEPEND=" dev-python/cffi[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] media-libs/libsndfile - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) " -python_test() { - py.test -vv -} +distutils_enable_tests pytest