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

Filipe Laíns ffy00 at archlinux.org
Thu Aug 16 18:49:58 UTC 2018


    Date: Thursday, August 16, 2018 @ 18:49:58
  Author: ffy00
Revision: 372007

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   65 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-16 18:48:50 UTC (rev 372006)
+++ PKGBUILD	2018-08-16 18:49:58 UTC (rev 372007)
@@ -1,31 +0,0 @@
-# $Id$
-# 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
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-pyqtgraph/repos/community-any/PKGBUILD (from rev 372006, python-pyqtgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-16 18:49:58 UTC (rev 372007)
@@ -0,0 +1,34 @@
+# $Id$
+# 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=4
+pkgdesc="Scientific Graphics and GUI Library for Python"
+arch=('any')
+license=('MIT')
+url="http://www.pyqtgraph.org/"
+depends=('python' 'python-pyqt5' 'python-numpy')
+optdepends=('python-opengl: 3d graphics'
+	    'python-pyqt4: alternative backend'
+	    'python-pyside: alternative backend'
+	    'python-pyside2: alternative backend')
+source=("$url/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
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list