dev-python/soundfile: Update python support (+3.9, -3.6)

Let's restrict sandbox violating tests until I find time to fix them.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2020-07-19 22:47:23 +02:00
parent 29b7a4e768
commit 460b4338f4
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -4,7 +4,7 @@
EAPI="7"
# drop pypy{,3} as long as cffi has no support for it
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@ -21,7 +21,8 @@ LICENSE="PySoundFile-BSD-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
# Some tests create sandbox violations.
RESTRICT="test"
DEPEND="dev-python/cffi[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]