commit: ab71ab8b4e15e36fc1a81c04c5a53004b51f506a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 15:11:11 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 15:33:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab71ab8b
dev-python/youtube-search-python: enable py3.12 compat Closes: https://bugs.gentoo.org/929522 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> ...arch-python-1.6.6.ebuild => youtube-search-python-1.6.6-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/youtube-search-python/youtube-search-python-1.6.6.ebuild b/dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild similarity index 85% rename from dev-python/youtube-search-python/youtube-search-python-1.6.6.ebuild rename to dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild index ae358a93e809..f10a5500fadd 100644 --- a/dev-python/youtube-search-python/youtube-search-python-1.6.6.ebuild +++ b/dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild @@ -1,11 +1,11 @@ -# 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 PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 pypi
