[arch-commits] Commit in (4 files)

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


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

import from aur

Added:
  python-pyqtgraph/
  python-pyqtgraph/repos/
  python-pyqtgraph/trunk/
  python-pyqtgraph/trunk/PKGBUILD

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

Added: python-pyqtgraph/trunk/PKGBUILD
===================================================================
--- python-pyqtgraph/trunk/PKGBUILD	                        (rev 0)
+++ python-pyqtgraph/trunk/PKGBUILD	2018-08-14 23:27:14 UTC (rev 371661)
@@ -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
+}
+


Property changes on: python-pyqtgraph/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list