dev-python/hdf5storage: Add zip BDEPEND and fix URLs
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
13e15f6be4
commit
49917c358f
@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..9} )
|
|||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Python library for using HDF5 formatted files"
|
DESCRIPTION="Python library for using HDF5 formatted files"
|
||||||
HOMEPAGE="https://github.com/frejanordsiek/hdf5storage http://pythonhosted.org/hdf5storage"
|
HOMEPAGE="https://github.com/frejanordsiek/hdf5storage https://pythonhosted.org/hdf5storage/"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||||
|
|
||||||
LICENSE="BSD-2"
|
LICENSE="BSD-2"
|
||||||
@ -23,6 +23,7 @@ RDEPEND="
|
|||||||
dev-python/numpy[${PYTHON_USEDEP}]
|
dev-python/numpy[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
|
app-arch/unzip
|
||||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||||
test? (
|
test? (
|
||||||
dev-python/nose[${PYTHON_USEDEP}]
|
dev-python/nose[${PYTHON_USEDEP}]
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<name>Nils Freydank</name>
|
<name>Nils Freydank</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">freijanordsiek/hdf5storage</remote-id>
|
<remote-id type="github">frejanordsiek/hdf5storage</remote-id>
|
||||||
<remote-id type="pypi">hdf5storage</remote-id>
|
<remote-id type="pypi">hdf5storage</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user