dev-python/hdf5storage: Revbump for PEP517 and other QA
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
71622c71a1
commit
aac40ecfc0
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
EAPI="8"
|
EAPI="8"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_10 )
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Python library for using HDF5 formatted files"
|
DESCRIPTION="Python library for using HDF5 formatted files"
|
||||||
@ -26,7 +27,6 @@ BDEPEND="
|
|||||||
app-arch/unzip
|
app-arch/unzip
|
||||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||||
test? (
|
test? (
|
||||||
dev-python/nose[${PYTHON_USEDEP}]
|
|
||||||
|| (
|
|| (
|
||||||
dev-lang/julia
|
dev-lang/julia
|
||||||
dev-lang/julia-bin
|
dev-lang/julia-bin
|
||||||
@ -34,6 +34,4 @@ BDEPEND="
|
|||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
src_test(){
|
distutils_enable_tests nose
|
||||||
esetup.py nosetests
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user