diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2024-06-28 07:34:05 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2024-06-28 10:44:05 -0400 |
| commit | f773c77cfc21aa43c4bffec2ef80f7b5ace68303 (patch) | |
| tree | a99f74a62279709aaf5d4e6b312e249b76860212 /dev-python | |
| parent | f100b84bb7ffdababfa869888a2b1418ef66b087 (diff) | |
| download | gentoo-f773c77cfc21aa43c4bffec2ef80f7b5ace68303.tar.gz gentoo-f773c77cfc21aa43c4bffec2ef80f7b5ace68303.tar.bz2 gentoo-f773c77cfc21aa43c4bffec2ef80f7b5ace68303.zip | |
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>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild index 70a71c72b141..cd00a8de9888 100644 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.6-r1.ebuild @@ -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" |
