diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:30:50 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-11-23 12:42:09 +0100 |
| commit | 23f9f556322c2d37e749e8184d0b7d113c7883d3 (patch) | |
| tree | a3c207c45c6dc40c36de7d4b89ef5adc7adfae94 /dev-python/pyqtwebengine/pyqtwebengine-5.15.7.ebuild | |
| parent | 276b77bc358d6243670abab8a9eecfd60ea75d2f (diff) | |
| download | gentoo-23f9f556322c2d37e749e8184d0b7d113c7883d3.tar.gz gentoo-23f9f556322c2d37e749e8184d0b7d113c7883d3.tar.bz2 gentoo-23f9f556322c2d37e749e8184d0b7d113c7883d3.zip | |
Rename dev-python/{PyQtWebEngine → pyqtwebengine}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyqtwebengine/pyqtwebengine-5.15.7.ebuild')
| -rw-r--r-- | dev-python/pyqtwebengine/pyqtwebengine-5.15.7.ebuild | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/dev-python/pyqtwebengine/pyqtwebengine-5.15.7.ebuild b/dev-python/pyqtwebengine/pyqtwebengine-5.15.7.ebuild new file mode 100644 index 000000000000..0804b64d5a9b --- /dev/null +++ b/dev-python/pyqtwebengine/pyqtwebengine-5.15.7.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=sip +PYPI_NO_NORMALIZE=1 +PYPI_PN=PyQtWebEngine +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/" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 arm64" +IUSE="debug" + +DEPEND=" + >=dev-python/PyQt5-5.15.5[gui,network,printsupport,ssl,webchannel,widgets,${PYTHON_USEDEP}] + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtwebengine:5[widgets] +" +RDEPEND=" + ${DEPEND} + >=dev-python/PyQt5-sip-12.15:=[${PYTHON_USEDEP}] +" +BDEPEND=" + >=dev-python/pyqt-builder-1.9[${PYTHON_USEDEP}] + >=dev-python/sip-6.8.6[${PYTHON_USEDEP}] + dev-qt/qtcore:5 +" + +python_configure_all() { + append-cxxflags ${CPPFLAGS} # respect CPPFLAGS notably for DISTUTILS_EXT=1 + + DISTUTILS_ARGS=( + --jobs="$(makeopts_jobs)" + --qmake="$(qt5_get_bindir)"/qmake + --qmake-setting="$(qt5_get_qmake_args)" + --verbose + $(usev debug '--debug --qml-debug --tracing') + ) +} |
