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

Antonio Rojas arojas at archlinux.org
Mon Jun 1 11:49:58 UTC 2020


    Date: Monday, June 1, 2020 @ 11:49:57
  Author: arojas
Revision: 388019

archrelease: copy trunk to testing-x86_64

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

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

Copied: pyqtpurchasing/repos/testing-x86_64/PKGBUILD (from rev 388018, pyqtpurchasing/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-06-01 11:49:57 UTC (rev 388019)
@@ -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.0
+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=('88a37ceb8397cc88244a9e0de7e50d98489f9ed41d5feab46ce809b40cebe72f')
+
+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