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