dev-python/soundfile: Do some QA

Add trailing slash in HOMEPAGE and add the pypi remote id to metadata.xml.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-02-08 22:20:58 +01:00
parent 5cf87cca41
commit 19a3c68dd6
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 2 deletions

View File

@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">bastibe/PySoundFile</remote-id>
<remote-id type="pypi">soundfile</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,4 +1,4 @@
# Copyright 2016-2022 Gentoo Authors
# Copyright 2016-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -12,7 +12,7 @@ COMMIT_ID=""
DESCRIPTION="SoundFile is an audio library based on libsndfile, CFFI, and NumPy"
HOMEPAGE="
https://github.com/bastibe/python-soundfile
https://pypi.org/project/soundfile
https://pypi.org/project/soundfile/
"
if [[ ${PV} == *9999 ]]; then