commit:     42365c08d5f0bd1456ccbdd8b8871c869dc0e692
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 18:11:29 2021 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 18:11:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42365c08

media-sound/puddletag: Remove old + python 3.7.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>

 media-sound/puddletag/puddletag-2.0.1-r1.ebuild |  2 +-
 media-sound/puddletag/puddletag-2.0.1.ebuild    | 37 -------------------------
 2 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/media-sound/puddletag/puddletag-2.0.1-r1.ebuild 
b/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
index 8f7ebe2388f..c2b9e387903 100644
--- a/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
+++ b/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit distutils-r1 xdg
 

diff --git a/media-sound/puddletag/puddletag-2.0.1.ebuild 
b/media-sound/puddletag/puddletag-2.0.1.ebuild
deleted file mode 100644
index 51eb70028ff..00000000000
--- a/media-sound/puddletag/puddletag-2.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid quodlibet"
-
-DEPEND=""
-RDEPEND="
-       >=dev-python/configobj-5.0[${PYTHON_USEDEP}]
-       >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
-       >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
-       >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
-       acoustid? ( >=media-libs/chromaprint-1.4.3 )
-       quodlibet? ( >=media-sound/quodlibet-4.3.0[${PYTHON_USEDEP}] )
-       >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
-       >=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
-"
-# docs
-#      >=dev-python/wheel-0.35.1[${PYTHON_USEDEP}]
-#      >=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
-#      >=dev-python/sphinx-1.4.8[${PYTHON_USEDEP}]
-#      >=dev-python/sphinx-bootstrap-theme-0.4.13[${PYTHON_USEDEP}]
-#      >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
-
-DOCS=(changelog NEWS THANKS TODO)

Reply via email to