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"