summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2024-01-31 19:58:16 +0100
committerMartin Diehl2024-01-31 19:58:16 +0100
commit29314b834f3f09a701af1cbe5b38e23a33e01fb6 (patch)
tree09fc69fe6d5610286161d42b5f099b9c2a22d58c
parentd9c577e1358e5451e3f48b11e805e55762367a2c (diff)
downloadaur-29314b834f3f09a701af1cbe5b38e23a33e01fb6.tar.gz
`python-imageio` is an optional dependency
thanks to carlosal1015 for reportin
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ece7093e6d76..a903952a9102 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyvista
pkgdesc = 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
pkgver = 0.43.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.pyvista.org
arch = any
license = MIT
@@ -10,7 +10,6 @@ pkgbase = python-pyvista
makedepends = python-wheel
makedepends = python-setuptools
depends = python-numpy
- depends = python-imageio
depends = python-pillow
depends = python-appdirs
depends = python-scooby
@@ -18,6 +17,7 @@ pkgbase = python-pyvista
depends = python-matplotlib
optdepends = python-meshio
optdepends = xorg-server-xvfb
+ optdepends = python-imageio
source = https://files.pythonhosted.org/packages/source/p/pyvista/pyvista-0.43.2.tar.gz
sha512sums = 4ed383a67d169721168cfed5fa5e1bc50ba822777351843f3a0024d69b569f4c77f14b58a109029a35dc5657745efe123c8f555ad941d84e6163f09b3d5f524f
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')