media-sound/puddletag: QA fixes

Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
This commit is contained in:
Daniel Pielmeier
2024-02-11 14:37:42 +01:00
parent 2e71e53b88
commit da496f7f1b
2 changed files with 4 additions and 5 deletions

View File

@@ -12,6 +12,6 @@
</use>
<upstream>
<remote-id type="sourceforge">puddletag</remote-id>
<remote-id type="github">keithgg/puddletag</remote-id>
<remote-id type="github">puddletag/puddletag</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,15 +1,15 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9,10,11} )
PYTHON_COMPAT=( python3_{10,11} )
inherit distutils-r1 xdg
DESCRIPTION="Audio tag editor"
HOMEPAGE="http://docs.puddletag.net/"
HOMEPAGE="https://docs.puddletag.net/"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 GPL-3"
@@ -17,7 +17,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="acoustid quodlibet"
DEPEND=""
RDEPEND="
>=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
>=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]