diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2024-02-11 14:37:42 +0100 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2024-02-11 14:38:05 +0100 |
commit | da496f7f1be8a85bcbeeeaf3aa0a7df5ab704312 (patch) | |
tree | 9df281c827c7105b9f0fc0730553dca243319b86 /media-sound | |
parent | sys-libs/libcxx: add ~arm64-macos keyword (diff) | |
download | gentoo-da496f7f1be8a85bcbeeeaf3aa0a7df5ab704312.tar.gz gentoo-da496f7f1be8a85bcbeeeaf3aa0a7df5ab704312.tar.bz2 gentoo-da496f7f1be8a85bcbeeeaf3aa0a7df5ab704312.zip |
media-sound/puddletag: QA fixes
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/puddletag/metadata.xml | 2 | ||||
-rw-r--r-- | media-sound/puddletag/puddletag-2.2.0-r1.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/media-sound/puddletag/metadata.xml b/media-sound/puddletag/metadata.xml index d04444ae586d..fcb7a8cba800 100644 --- a/media-sound/puddletag/metadata.xml +++ b/media-sound/puddletag/metadata.xml @@ -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> diff --git a/media-sound/puddletag/puddletag-2.2.0-r1.ebuild b/media-sound/puddletag/puddletag-2.2.0-r1.ebuild index 804e37ed485f..d5039d472cf8 100644 --- a/media-sound/puddletag/puddletag-2.2.0-r1.ebuild +++ b/media-sound/puddletag/puddletag-2.2.0-r1.ebuild @@ -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}] |