[arch-commits] Commit in python-pyqt5-sip/repos (2 files)

Antonio Rojas arojas at archlinux.org
Mon Jun 1 09:27:55 UTC 2020


    Date: Monday, June 1, 2020 @ 09:27:54
  Author: arojas
Revision: 388001

archrelease: copy trunk to testing-x86_64

Added:
  python-pyqt5-sip/repos/testing-x86_64/
  python-pyqt5-sip/repos/testing-x86_64/PKGBUILD
    (from rev 388000, python-pyqt5-sip/trunk/PKGBUILD)

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

Copied: python-pyqt5-sip/repos/testing-x86_64/PKGBUILD (from rev 388000, python-pyqt5-sip/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-06-01 09:27:54 UTC (rev 388001)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-pyqt5-sip
+pkgver=12.8.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="The sip module support for PyQt5"
+url="https://riverbankcomputing.com/software/pyqt/intro"
+license=('GPL')
+depends=(python)
+makedepends=(python-setuptools)
+source=("https://pypi.python.org/packages/source/P/PyQt5-sip/PyQt5_sip-$pkgver.tar.gz")
+sha256sums=('0a34b6596bdd28d52da3a51fa8d9bb0b287bcb605c2512aa3251b9028cc71f4d')
+
+build() {
+  cd PyQt5_sip-$pkgver
+  python setup.py build
+}
+
+package()  {
+  cd PyQt5_sip-$pkgver
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list