Date: Wednesday, November 9, 2022 @ 15:13:24
  Author: arojas
Revision: 1346201

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-09 15:13:15 UTC (rev 1346200)
+++ PKGBUILD    2022-11-09 15:13:24 UTC (rev 1346201)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Contributor: Windel Bouwman <windel at windel dot nl>
-# Contributor: Jakub Klinkovský <[email protected]>
-
-_pkgname=pyqtgraph
-pkgname=python-$_pkgname
-pkgver=0.12.4
-pkgrel=1
-pkgdesc='Scientific Graphics and GUI Library for Python'
-arch=('any')
-url='http://www.pyqtgraph.org'
-license=('MIT')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-depends=('python' 'qt5-python-bindings' 'python-numpy')
-optdepends=('python-opengl: 3d graphics')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-$pkgver.tar.gz";)
-sha512sums=('8402b38fe1abaaf55d6dbc26775093993b9f642d7a9da59d2780ed38562c8653ab872c588d2e66373434491b8f397533cb3c222382065c812a28cf6b9ce34960')
-
-build() {
-  cd $_pkgname-$_pkgname-$pkgver
-
-  python -m build -nw
-}
-
-package() {
-  cd $_pkgname-$_pkgname-$pkgver
-
-  python -m installer -d "$pkgdir" dist/*.whl
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyqtgraph/repos/community-any/PKGBUILD (from rev 1346200, 
python-pyqtgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-09 15:13:24 UTC (rev 1346201)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Contributor: Windel Bouwman <windel at windel dot nl>
+# Contributor: Jakub Klinkovský <[email protected]>
+
+_pkgname=pyqtgraph
+pkgname=python-$_pkgname
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='Scientific Graphics and GUI Library for Python'
+arch=('any')
+url='http://www.pyqtgraph.org'
+license=('MIT')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+depends=('python' 'qt5-python-bindings' 'python-numpy')
+optdepends=('python-opengl: 3d graphics')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-$pkgver.tar.gz";)
+sha512sums=('bcd3d0c9c1d91ad2ea3f85f8e34e68ab999fce636ed336362253f09a7863a62c4b635d71c137c9458532c7d1f76dfc8433d476cd84121cf89488fb0860039b8f')
+
+build() {
+  cd $_pkgname-$_pkgname-$pkgver
+
+  python -m build -nw
+}
+
+package() {
+  cd $_pkgname-$_pkgname-$pkgver
+
+  python -m installer -d "$pkgdir" dist/*.whl
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to