dev-python/hdf5storage: Revbump to EAPI="8"
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
39aafd45b4
commit
9cd045db3b
1 changed files with 2 additions and 2 deletions
39
dev-python/hdf5storage/hdf5storage-0.1.18-r1.ebuild
Normal file
39
dev-python/hdf5storage/hdf5storage-0.1.18-r1.ebuild
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for using HDF5 formatted files"
|
||||
HOMEPAGE="https://github.com/frejanordsiek/hdf5storage https://pythonhosted.org/hdf5storage/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-python/h5py[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
app-arch/unzip
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
|| (
|
||||
dev-lang/julia
|
||||
dev-lang/julia-bin
|
||||
)
|
||||
)
|
||||
"
|
||||
|
||||
src_test(){
|
||||
esetup.py nosetests
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue