mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-sound/puddletag: enable py3.13
Revbump due to dropped keyword Closes: https://bugs.gentoo.org/952554 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42378 Closes: https://github.com/gentoo/gentoo/pull/42378 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
8038ecdfdf
commit
7fd2a98382
31
media-sound/puddletag/puddletag-2.4.0-r1.ebuild
Normal file
31
media-sound/puddletag/puddletag-2.4.0-r1.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 xdg
|
||||
|
||||
DESCRIPTION="Audio tag editor"
|
||||
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"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="acoustid quodlibet"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/configobj-5.0.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/levenshtein-0.25.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-5.2.2[${PYTHON_USEDEP}]
|
||||
acoustid? ( >=dev-python/pyacoustid-1.3.0[${PYTHON_USEDEP}] )
|
||||
>=dev-python/pyparsing-3.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyqt5-5.15.10[${PYTHON_USEDEP},svg]
|
||||
>=dev-python/unidecode-1.3.8[${PYTHON_USEDEP}]
|
||||
>=media-libs/mutagen-1.47.0[${PYTHON_USEDEP}]
|
||||
quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
|
||||
"
|
||||
DOCS=(changelog NEWS THANKS TODO)
|
||||
Reference in New Issue
Block a user