dev-python/hdf5storage: Revbump for PEP517 and other QA

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-11-22 22:38:13 +01:00
parent 71622c71a1
commit aac40ecfc0
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -3,7 +3,8 @@
EAPI="8"
PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Python library for using HDF5 formatted files"
@ -26,7 +27,6 @@ BDEPEND="
app-arch/unzip
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/nose[${PYTHON_USEDEP}]
|| (
dev-lang/julia
dev-lang/julia-bin
@ -34,6 +34,4 @@ BDEPEND="
)
"
src_test(){
esetup.py nosetests
}
distutils_enable_tests nose