diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-08-21 11:45:27 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-08-21 12:08:12 -0400 |
commit | 32cb42f03a2f84ca9690ceea0454d7731117e6f2 (patch) | |
tree | afc0896ddbe8982a1ef337f157eea87f47ae5cb8 /www-client | |
parent | app-office/libreoffice: firebird is no longer needed for base (diff) | |
download | gentoo-32cb42f03a2f84ca9690ceea0454d7731117e6f2.tar.gz gentoo-32cb42f03a2f84ca9690ceea0454d7731117e6f2.tar.bz2 gentoo-32cb42f03a2f84ca9690ceea0454d7731117e6f2.zip |
www-client/qutebrowser: enable py3.12
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-3.0.0.ebuild | 5 | ||||
-rw-r--r-- | www-client/qutebrowser/qutebrowser-9999.ebuild | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/www-client/qutebrowser/qutebrowser-3.0.0.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0.ebuild index 51bd2ff8c4a4..d9a92b3f4c88 100644 --- a/www-client/qutebrowser/qutebrowser-3.0.0.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.0.0.ebuild @@ -5,10 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -# py3.12 should work (no tests regressions), but waiting on the last dep -# (pytest-qt) to properly have py3.12 which gets more complicated with -# QtPy + pyside* that we don't actually use here -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 xdg if [[ ${PV} == 9999 ]]; then diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 51bd2ff8c4a4..d9a92b3f4c88 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -5,10 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -# py3.12 should work (no tests regressions), but waiting on the last dep -# (pytest-qt) to properly have py3.12 which gets more complicated with -# QtPy + pyside* that we don't actually use here -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 xdg if [[ ${PV} == 9999 ]]; then |