File tree Expand file tree Collapse file tree
archlinuxcn/python-pyqt5-webengine Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Maintainer: RocketDev <ma2014119@outlook.com>
2+
3+ pkgname=python-pyqt5-webengine
4+ pkgdesc=" Python bindings for QtWebEngine"
5+ pkgver=5.15.7
6+ pkgrel=2
7+ arch=(x86_64)
8+ url=" https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
9+ license=(GPL)
10+ groups=(pyqt5)
11+ depends=(python-pyqt5 qt5-webengine)
12+ makedepends=(sip pyqt-builder)
13+ conflicts=(pyqtwebengine-common python-pyqtwebwengine)
14+ provides=(python-pyqtwebengine)
15+ replaces=(python-pyqtwebengine)
16+ source=(" https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-$pkgver .tar.gz" )
17+ sha256sums=(' f121ac6e4a2f96ac289619bcfc37f64e68362f24a346553f5d6c42efa4228a4d' )
18+
19+ build () {
20+ cd PyQtWebEngine-$pkgver
21+ sip-build \
22+ --no-make \
23+ --api-dir /usr/share/qt/qsci/api/python
24+ cd build
25+ make
26+ }
27+
28+ package_python-pyqt5-webengine () {
29+ cd PyQtWebEngine-$pkgver /build
30+ make INSTALL_ROOT=" $pkgdir " install
31+ }
Original file line number Diff line number Diff line change 1+ maintainers :
2+ - github : RocketMaDev
3+ email : RocketDev <marocketmd@outlook.com>
4+
5+ pre_build_script : |
6+ update_pkgver_and_pkgrel(_G.newver)
7+
8+ post_build_script : |
9+ git_pkgbuild_commit()
10+
11+ repo_depends :
12+ - qt5-webengine
13+
14+ update_on :
15+ - source : pypi
16+ pypi : PyQtWebEngine
17+ - source : alpm
18+ alpm : python-pyqt5
19+ repo : extra
20+ update_on_build :
21+ - pkgbase : qt5-webengine
You can’t perform that action at this time.
0 commit comments