summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linhes/pyqt5-webengine/.nvchecker.toml3
-rw-r--r--linhes/pyqt5-webengine/LICENSE12
l---------linhes/pyqt5-webengine/LICENSES/0BSD.txt1
-rw-r--r--linhes/pyqt5-webengine/PKGBUILD33
-rw-r--r--linhes/pyqt5-webengine/REUSE.toml22
5 files changed, 71 insertions, 0 deletions
diff --git a/linhes/pyqt5-webengine/.nvchecker.toml b/linhes/pyqt5-webengine/.nvchecker.toml
new file mode 100644
index 0000000..2eec446
--- /dev/null
+++ b/linhes/pyqt5-webengine/.nvchecker.toml
@@ -0,0 +1,3 @@
+[pyqt5-webengine]
+source = 'pypi'
+pypi = 'PyQtWebEngine'
diff --git a/linhes/pyqt5-webengine/LICENSE b/linhes/pyqt5-webengine/LICENSE
new file mode 100644
index 0000000..b87c5e4
--- /dev/null
+++ b/linhes/pyqt5-webengine/LICENSE
@@ -0,0 +1,12 @@
+Copyright Arch Linux Contributors
+
+Permission to use, copy, modify, and/or distribute this software for
+any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
+FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
+AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/linhes/pyqt5-webengine/LICENSES/0BSD.txt b/linhes/pyqt5-webengine/LICENSES/0BSD.txt
new file mode 120000
index 0000000..ea5b606
--- /dev/null
+++ b/linhes/pyqt5-webengine/LICENSES/0BSD.txt
@@ -0,0 +1 @@
+../LICENSE \ No newline at end of file
diff --git a/linhes/pyqt5-webengine/PKGBUILD b/linhes/pyqt5-webengine/PKGBUILD
new file mode 100644
index 0000000..e23fc1b
--- /dev/null
+++ b/linhes/pyqt5-webengine/PKGBUILD
@@ -0,0 +1,33 @@
+# 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.7
+pkgrel=2
+arch=(x86_64)
+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=('f121ac6e4a2f96ac289619bcfc37f64e68362f24a346553f5d6c42efa4228a4d')
+
+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
+}
diff --git a/linhes/pyqt5-webengine/REUSE.toml b/linhes/pyqt5-webengine/REUSE.toml
new file mode 100644
index 0000000..8501755
--- /dev/null
+++ b/linhes/pyqt5-webengine/REUSE.toml
@@ -0,0 +1,22 @@
+version = 1
+
+[[annotations]]
+path = [
+ "PKGBUILD",
+ "README.md",
+ "keys/**",
+ ".SRCINFO",
+ ".nvchecker.toml",
+ "*.install",
+ "*.sysusers",
+ "*.tmpfiles",
+ "*.logrotate",
+ "*.pam",
+ "*.service",
+ "*.socket",
+ "*.timer",
+ "*.desktop",
+ "*.hook",
+]
+SPDX-FileCopyrightText = "Arch Linux contributors"
+SPDX-License-Identifier = "0BSD"