dev-python/hdf5storage: Add pypi HOMEPAGE, expand DESCRIPTION

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-12-31 16:17:59 +01:00
parent 47584763a9
commit f47647e4d0
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -7,8 +7,12 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} ) 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, incl. MAT files"
HOMEPAGE="https://github.com/frejanordsiek/hdf5storage https://pythonhosted.org/hdf5storage/" HOMEPAGE="
https://github.com/frejanordsiek/hdf5storage
https://pythonhosted.org/hdf5storage/
https://pypi.org/project/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"