commit: 7fd2a98382cbedd264f4eb6082596b4b84eec9b6 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat May 31 23:14:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 31 23:53:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd2a983
media-sound/puddletag: enable py3.13 Revbump due to dropped keyword Closes: https://bugs.gentoo.org/952554 Signed-off-by: Alfred Wingate <parona <AT> 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 <AT> gentoo.org> media-sound/puddletag/puddletag-2.4.0-r1.ebuild | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/media-sound/puddletag/puddletag-2.4.0-r1.ebuild b/media-sound/puddletag/puddletag-2.4.0-r1.ebuild new file mode 100644 index 000000000000..44d570ea86e8 --- /dev/null +++ b/media-sound/puddletag/puddletag-2.4.0-r1.ebuild @@ -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)
