dev-python/soundfile: Add pypi site to HOMEPAGE

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-01-13 20:20:11 +01:00
parent 2f76e88d72
commit bc9febfdc6
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -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}"