blob: 024fddc0b6cb78e43a3472b338fa0b8a2a650b2d (
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
|
pkgbase = python-spectral
pkgdesc = A Python module for hyperspectral image processing.
pkgver = 0.24
pkgrel = 1
url = https://www.spectralpython.net/
arch = any
license = MIT
checkdepends = python-pytest
makedepends = git
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
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 = python-spectral::git+https://github.com/spectralpython/spectral.git#tag=0.24
source = python-spectral-sample-data::git+https://github.com/spectralpython/sample-data#commit=b2c0458d18a26b84c4262a09a106bd7cdeb1203d
sha256sums = 11f3aafc70fb29f41e0b2cbe23200f3483fb25ae3abc06e8c4214c89eddac2f4
sha256sums = 19f3128d452bcb40a605620b7c9a7410d7c9553a707aa342f15a118ee8e62e3d
pkgname = python-spectral
|