commit:     da496f7f1be8a85bcbeeeaf3aa0a7df5ab704312
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 13:37:42 2024 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 13:38:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da496f7f

media-sound/puddletag: QA fixes

Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>

 media-sound/puddletag/metadata.xml              | 2 +-
 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}]

Reply via email to