dev-python/hdf5storage: Remove the old version
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
6144c8d38b
commit
dff38de186
@ -1,2 +1 @@
|
|||||||
DIST hdf5storage-0.1.17.zip 126278 BLAKE2B 38c88c518d45af674cc50e5b4ae8148239787b1e1b2068a0ea6eb3676df78143d74e084dee202119f1e1ea900621ba7dbd81815d173790f00576d1a188b223de SHA512 4cced8446c71fac09210d8b0a97aa0ec079ce87863c1a44443d6a3c4b53bc7bb99b0fcee7057fef5d471364230ef687a02c787c78e4a23f7ff32a3e28a999a29
|
|
||||||
DIST hdf5storage-0.1.18.zip 126907 BLAKE2B ef99aaae6ef97ee7efb950e9516b7943fcdf10de117fe69f9585b3562e08ddd2b963e160ef084962a52865c2d0138148bba27657cbfb58576d5eac2d2e76f58d SHA512 01038e4c9e0a546b13881892683737a45ffd1b833c4c51fbf876c7443d0eda2a3d44fe0b3b4208e9eaab9249fa8de0d1bf861e86d3269b0fd449ebfdd9f79f0b
|
DIST hdf5storage-0.1.18.zip 126907 BLAKE2B ef99aaae6ef97ee7efb950e9516b7943fcdf10de117fe69f9585b3562e08ddd2b963e160ef084962a52865c2d0138148bba27657cbfb58576d5eac2d2e76f58d SHA512 01038e4c9e0a546b13881892683737a45ffd1b833c4c51fbf876c7443d0eda2a3d44fe0b3b4208e9eaab9249fa8de0d1bf861e86d3269b0fd449ebfdd9f79f0b
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
# Copyright 2020-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..9} )
|
|
||||||
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…
Reference in New Issue
Block a user