diff options
author | 2024-04-14 17:11:11 +0200 | |
---|---|---|
committer | 2024-04-14 17:33:42 +0200 | |
commit | ab71ab8b4e15e36fc1a81c04c5a53004b51f506a (patch) | |
tree | c44d44947c2e777c308d7106e46975a53b720e2b /dev-python/youtube-search-python | |
parent | app-misc/golly: enable py3.12 compat (diff) | |
download | gentoo-ab71ab8b4e15e36fc1a81c04c5a53004b51f506a.tar.gz gentoo-ab71ab8b4e15e36fc1a81c04c5a53004b51f506a.tar.bz2 gentoo-ab71ab8b4e15e36fc1a81c04c5a53004b51f506a.zip |
dev-python/youtube-search-python: enable py3.12 compat
Closes: https://bugs.gentoo.org/929522
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python/youtube-search-python')
-rw-r--r-- | dev-python/youtube-search-python/youtube-search-python-1.6.6-r1.ebuild (renamed from dev-python/youtube-search-python/youtube-search-python-1.6.6.ebuild) | 4 |
1 files 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 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 |