From f47647e4d06a3bda7ce69116c63f6936a76debba Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 31 Dec 2022 16:17:59 +0100 Subject: [PATCH] dev-python/hdf5storage: Add pypi HOMEPAGE, expand DESCRIPTION Signed-off-by: Nils Freydank --- dev-python/hdf5storage/hdf5storage-0.1.18-r2.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/hdf5storage/hdf5storage-0.1.18-r2.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.18-r2.ebuild index add1582..fe81ff9 100644 --- a/dev-python/hdf5storage/hdf5storage-0.1.18-r2.ebuild +++ b/dev-python/hdf5storage/hdf5storage-0.1.18-r2.ebuild @@ -7,8 +7,12 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 -DESCRIPTION="Python library for using HDF5 formatted files" -HOMEPAGE="https://github.com/frejanordsiek/hdf5storage https://pythonhosted.org/hdf5storage/" +DESCRIPTION="Python library for using HDF5 formatted files, incl. MAT files" +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" LICENSE="BSD-2"