[arch-commits] Commit in python-pyqtgraph/repos (community-any community-any/PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Aug 14 23:27:23 UTC 2018


    Date: Tuesday, August 14, 2018 @ 23:27:23
  Author: ffy00
Revision: 371662

archrelease: copy trunk to community-any

Added:
  python-pyqtgraph/repos/community-any/
  python-pyqtgraph/repos/community-any/PKGBUILD
    (from rev 371661, python-pyqtgraph/trunk/PKGBUILD)

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

Copied: python-pyqtgraph/repos/community-any/PKGBUILD (from rev 371661, python-pyqtgraph/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-08-14 23:27:23 UTC (rev 371662)
@@ -0,0 +1,28 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Windel Bouwman <windel at windel dot nl>
+# Contributor: Jakub Klinkovský <kuba.klinkovsky at gmail.com>
+
+pkgname=python-pyqtgraph
+_pkgname=pyqtgraph
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="Scientific Graphics and GUI Library for Python"
+arch=('any')
+license=('MIT')
+url="http://www.pyqtgraph.org/"
+depends=('python' 'python-pyqt4' 'python-numpy')
+optdepends=('python-opengl')
+source=("http://www.pyqtgraph.org/downloads/$pkgver/pyqtgraph-$pkgver.tar.gz")
+sha256sums=('c74597dd87c31987099bd0949a5207e5d58297bd8a663279562ca1cb334074fc')
+# source=("https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${pkgver}.tar.gz")
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+



More information about the arch-commits mailing list