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:
parent
5cf87cca41
commit
19a3c68dd6
@ -7,5 +7,6 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">bastibe/PySoundFile</remote-id>
|
||||
<remote-id type="pypi">soundfile</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user