mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-sound/puddletag: QA fixes
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user