mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
f100b84bb7
commit
f773c77cfc
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user