[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Wed May 12 16:35:55 UTC 2021


    Date: Wednesday, May 12, 2021 @ 16:35:53
  Author: arojas
Revision: 415057

Add pyqt6-charts

Added:
  pyqt6-charts/
  pyqt6-charts/trunk/
  pyqt6-charts/trunk/PKGBUILD

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

Added: pyqt6-charts/trunk/PKGBUILD
===================================================================
--- pyqt6-charts/trunk/PKGBUILD	                        (rev 0)
+++ pyqt6-charts/trunk/PKGBUILD	2021-05-12 16:35:53 UTC (rev 415057)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=pyqt6-charts
+pkgname=(python-pyqt6-charts)
+pkgver=6.1.0
+pkgrel=1
+pkgdesc='Python bindings for QtChart'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtchart/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-charts python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-$pkgver.tar.gz)
+sha256sums=('46c83c1bf044c3d86cdc38c2eb37168432e0cc877e54fc3522af11f00021a7f4')
+
+build() {
+  cd PyQt6_Charts-$pkgver
+  sip-build \
+    --no-make \
+    --qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-charts(){
+  cd PyQt6_Charts-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list