* remove pyqt5-webengine

This commit is contained in:
Alexander Baldeck 2025-02-18 18:49:57 +01:00
parent 19b7649105
commit ea83574502

View File

@ -1,34 +0,0 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Antonio Rojas <arojas@archlinux.org>
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgbase=pyqt5-webengine
pkgname=(python-pyqt5-webengine)
pkgdesc="Python bindings for QtWebEngine"
pkgver=5.15.6
pkgrel=2
arch=(x86_64 powerpc64le)
url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
license=(GPL)
groups=(pyqt5)
depends=(python-pyqt5 qt5-webengine)
makedepends=(sip pyqt-builder)
conflicts=(pyqtwebengine-common python-pyqtwebwengine)
provides=(python-pyqtwebengine)
replaces=(python-pyqtwebengine)
source=("https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-$pkgver.tar.gz")
sha256sums=('ae241ef2a61c782939c58b52c2aea53ad99b30f3934c8358d5e0a6ebb3fd0721')
build() {
cd PyQtWebEngine-$pkgver
sip-build \
--no-make \
--api-dir /usr/share/qt/qsci/api/python
cd build
make
}
package_python-pyqt5-webengine() {
cd PyQtWebEngine-$pkgver/build
make INSTALL_ROOT="$pkgdir" install
}