[arch-commits] Commit in pyqtpurchasing/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Sep 12 21:14:27 UTC 2020


    Date: Saturday, September 12, 2020 @ 21:14:27
  Author: arojas
Revision: 395968

archrelease: copy trunk to testing-x86_64

Added:
  pyqtpurchasing/repos/testing-x86_64/
  pyqtpurchasing/repos/testing-x86_64/PKGBUILD
    (from rev 395967, pyqtpurchasing/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: pyqtpurchasing/repos/testing-x86_64/PKGBUILD (from rev 395967, pyqtpurchasing/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-09-12 21:14:27 UTC (rev 395968)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=pyqtpurchasing
+pkgname=(python-pyqtpurchasing)
+pkgver=5.15.1
+pkgrel=1
+pkgdesc="Python bindings for QtPurchasing"
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtpurchasing/intro"
+license=(GPL3)
+groups=(pyqt5)
+depends=(qt5-purchasing python-pyqt5)
+makedepends=(sip5 pyqt-builder)
+source=("https://pypi.python.org/packages/source/P/PyQtPurchasing/PyQtPurchasing-$pkgver.tar.gz")
+sha256sums=('31d1a1c6a33e5c5269be8e437f3965b8e08387048b8909f9b84a58e8e91235e3')
+
+build() {
+  cd "$srcdir"/PyQtPurchasing-$pkgver
+  sip-build \
+    --no-make \
+    --api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqtpurchasing(){
+  cd PyQtPurchasing-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list