summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Diehl2024-01-31 19:58:16 +0100
committerMartin Diehl2024-01-31 19:58:16 +0100
commit29314b834f3f09a701af1cbe5b38e23a33e01fb6 (patch)
tree09fc69fe6d5610286161d42b5f099b9c2a22d58c /PKGBUILD
parentd9c577e1358e5451e3f48b11e805e55762367a2c (diff)
downloadaur-29314b834f3f09a701af1cbe5b38e23a33e01fb6.tar.gz
`python-imageio` is an optional dependency
thanks to carlosal1015 for reportin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e8bb13ef743..8f5a7831b4fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Martin Diehl <aur@martin-diehl.net>
pkgver=0.43.2
-pkgrel=1
+pkgrel=2
pkgname=python-pyvista
_name=${pkgname#python-}
pkgdesc='3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)'
arch=('any')
url='https://www.pyvista.org'
license=('MIT')
-depends=('python-numpy' 'python-imageio' 'python-pillow' 'python-appdirs' 'python-scooby' 'vtk' 'python-matplotlib')
+depends=('python-numpy' 'python-pillow' 'python-appdirs' 'python-scooby' 'vtk' 'python-matplotlib')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
-optdepends=('python-meshio' 'xorg-server-xvfb')
+optdepends=('python-meshio' 'xorg-server-xvfb' 'python-imageio')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha512sums=('4ed383a67d169721168cfed5fa5e1bc50ba822777351843f3a0024d69b569f4c77f14b58a109029a35dc5657745efe123c8f555ad941d84e6163f09b3d5f524f')