dev-python/PyQtWebEngine: enable py3.13

No test suite, but qutebrowser seems to run with it (albeit the
last ebuild that allows building with qutebrowser with qt5 was
dropped at same time)

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2024-06-28 07:34:05 -04:00
parent f100b84bb7
commit f773c77cfc
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334

View File

@ -6,15 +6,11 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=sip
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils
DESCRIPTION="Python bindings for QtWebEngine"
HOMEPAGE="
https://www.riverbankcomputing.com/software/pyqtwebengine/
https://pypi.org/project/PyQtWebEngine/
"
HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/"
LICENSE="GPL-3"
SLOT="0"