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

Antonio Rojas arojas at archlinux.org
Mon Jun 1 11:42:38 UTC 2020


    Date: Monday, June 1, 2020 @ 11:42:37
  Author: arojas
Revision: 388015

archrelease: copy trunk to testing-x86_64

Added:
  pyqtchart/repos/testing-x86_64/
  pyqtchart/repos/testing-x86_64/PKGBUILD
    (from rev 388014, pyqtchart/trunk/PKGBUILD)

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

Copied: pyqtchart/repos/testing-x86_64/PKGBUILD (from rev 388014, pyqtchart/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-06-01 11:42:37 UTC (rev 388015)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=pyqtchart
+pkgname=(python-pyqtchart)
+pkgver=5.15.0
+pkgrel=1
+pkgdesc="Python bindings for QtCharts"
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtchart/intro"
+license=(GPL3)
+groups=(pyqt5)
+depends=(qt5-charts python-pyqt5)
+makedepends=(sip5 pyqt-builder)
+source=("https://pypi.python.org/packages/source/P/PyQtChart/PyQtChart-$pkgver.tar.gz")
+sha256sums=('796b1a966759c78859d019bbac6b88b8e1c72ffebf65acf2be3cd9f45c756661')
+
+build() {
+  cd "$srcdir"/PyQtChart-$pkgver
+  sip-build \
+    --no-make \
+    --api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqtchart(){
+  cd PyQtChart-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list