Date: Thursday, April 20, 2023 @ 17:39:12
  Author: arojas
Revision: 1447892

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-20 17:39:02 UTC (rev 1447891)
+++ PKGBUILD    2023-04-20 17:39:12 UTC (rev 1447892)
@@ -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.13.2
-pkgrel=2
-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=('64ae6708e1a44bb69fc159d1cd23df47075eeb1d7daa03c4b27a147ea83a25bb5ef03d28892b20b144bfa4ee600622ef0595494565d42fb861c6849ca3f5c7b9')
-
-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-staging-any/PKGBUILD (from rev 
1447891, python-pyqtgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-20 17:39:12 UTC (rev 1447892)
@@ -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.3
+pkgrel=2
+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=('a397fcf8fc2fcc5a212df9f4cd48dc07bc1ad9eb7a9b1283488eb52c236e054b01df02d04088a9d91679c4ae3ab7796cdf95cdbad06a6a585fbbcdb921f33617')
+
+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