blob: 0e218ca3f3aff6c7c74b4a9f25a6a600aa58f6f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = python-visvis
pkgdesc = Python library for visualization of 1D to 4D data
pkgver = 1.14.0.r3.gd8f36d4
pkgrel = 3
url = https://github.com/almarklein/visvis
arch = any
license = BSD-3-Clause
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-imageio
depends = python-numpy
depends = python-opengl
depends = python-pillow
depends = python-scipy
optdepends = pyside6: altenative Qt6 GUI backend
optdepends = python-glfw: GLFW GUI backend
optdepends = python-pyfltk: FLTK GUI backend
optdepends = python-pyqt5: Qt5 GUI backend
optdepends = python-pyqt6: Qt6 GUI backend
optdepends = python-wxpython: WxWidgets GUI backend
source = python-visvis::git+https://github.com/almarklein/visvis.git#commit=d8f36d4b33554a24918c7043188ccffcc054690e
b2sums = SKIP
pkgname = python-visvis
|