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

Antonio Rojas arojas at archlinux.org
Tue Aug 21 10:37:16 UTC 2018


    Date: Tuesday, August 21, 2018 @ 10:37:16
  Author: arojas
Revision: 373086

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-21 10:36:52 UTC (rev 373085)
+++ PKGBUILD	2018-08-21 10:37:16 UTC (rev 373086)
@@ -1,34 +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=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
-}
-

Copied: python-pyqtgraph/repos/community-any/PKGBUILD (from rev 373085, python-pyqtgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-21 10:37:16 UTC (rev 373086)
@@ -0,0 +1,32 @@
+# $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=5
+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-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