From bc9febfdc6d390e2a4fca7ce74abd44e34b9f61a Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Fri, 13 Jan 2023 20:20:11 +0100 Subject: [PATCH] dev-python/soundfile: Add pypi site to HOMEPAGE Signed-off-by: Nils Freydank --- dev-python/soundfile/soundfile-0.11.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/soundfile/soundfile-0.11.0-r1.ebuild b/dev-python/soundfile/soundfile-0.11.0-r1.ebuild index c099e18..579f44c 100644 --- a/dev-python/soundfile/soundfile-0.11.0-r1.ebuild +++ b/dev-python/soundfile/soundfile-0.11.0-r1.ebuild @@ -10,7 +10,10 @@ inherit distutils-r1 COMMIT_ID="" DESCRIPTION="SoundFile is an audio library based on libsndfile, CFFI, and NumPy" -HOMEPAGE="https://github.com/bastibe/python-soundfile" +HOMEPAGE=" + https://github.com/bastibe/python-soundfile + https://pypi.org/project/soundfile +" if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/bastibe/python-${PN}"