blob: b3639b50d9ec0f83118e2e42898b20324194d506 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-spectral
pkgdesc = A Python module for hyperspectral image processing.
pkgver = r550.1b25497
pkgrel = 1
url = http://www.spectralpython.net/
arch = x86_64
license = MIT
makedepends = git
makedepends = python-setuptools
makedepends = python-pytest
depends = python
depends = python-numpy
optdepends = python-pillow: Required if displaying or saving images
optdepends = python-wxpython: Required if calling view_cube or view_nd
optdepends = python-matplotlib: Required if rendering raster displays or spectral plots
optdepends = ipython: Required for interactive, non-blocking GUI windows
optdepends = python-opengl: Required if calling view_cube or view_nd
source = spectral::git+https://github.com/spectralpython/spectral.git#branch=develop
sha256sums = SKIP
pkgname = python-spectral
|