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

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


    Date: Tuesday, August 14, 2018 @ 23:32:48
  Author: ffy00
Revision: 371667

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-14 23:32:43 UTC (rev 371666)
+++ PKGBUILD	2018-08-14 23:32:48 UTC (rev 371667)
@@ -1,28 +0,0 @@
-# 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
-}
-

Copied: python-pyqtgraph/repos/community-any/PKGBUILD (from rev 371666, python-pyqtgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-14 23:32:48 UTC (rev 371667)
@@ -0,0 +1,31 @@
+# $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
+}
+



More information about the arch-commits mailing list