[arch-commits] Commit in pyqt6-charts (3 files)
Antonio Rojas
arojas at archlinux.org
Wed May 12 16:36:08 UTC 2021
Date: Wednesday, May 12, 2021 @ 16:36:07
Author: arojas
Revision: 415058
archrelease: copy trunk to extra-x86_64
Added:
pyqt6-charts/repos/
pyqt6-charts/repos/extra-x86_64/
pyqt6-charts/repos/extra-x86_64/PKGBUILD
(from rev 415057, pyqt6-charts/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: pyqt6-charts/repos/extra-x86_64/PKGBUILD (from rev 415057, pyqt6-charts/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2021-05-12 16:36:07 UTC (rev 415058)
@@ -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