commit: 7476d03ea2a39405db530e759b2688298be8e740 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Apr 3 20:37:12 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Apr 3 20:37:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7476d03e
net-misc/ytmdl: update PYTHON_COMPAT - add 3.13 Closes: https://bugs.gentoo.org/952625 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../ytmdl/{ytmdl-2024.08.15.1.ebuild => ytmdl-2024.08.15.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/ytmdl/ytmdl-2024.08.15.1.ebuild b/net-misc/ytmdl/ytmdl-2024.08.15.1-r1.ebuild similarity index 95% rename from net-misc/ytmdl/ytmdl-2024.08.15.1.ebuild rename to net-misc/ytmdl/ytmdl-2024.08.15.1-r1.ebuild index bfc65d4ded7b..4c056c75ec0f 100644 --- a/net-misc/ytmdl/ytmdl-2024.08.15.1.ebuild +++ b/net-misc/ytmdl/ytmdl-2024.08.15.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# 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..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit bash-completion-r1 distutils-r1 edo
