blob: 72f31a7a63f2b4c3607640bca98b15c2d7e04189 (
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
|
pkgbase = python-colour-science
pkgdesc = Colour Science for Python
pkgver = 0.4.7
pkgrel = 1
url = https://colour-science.org
arch = any
license = BSD-3-Clause
checkdepends = python-pytest-xdist
checkdepends = python-networkx
checkdepends = python-pydot
checkdepends = python-av
checkdepends = python-trimesh
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
makedepends = python-wheel
depends = python-numpy
optdepends = python-matplotlib: for plot diagrams
optdepends = python-networkx: for create a graph with NetworkX
optdepends = python-pandas: for use dataframes
optdepends = python-pydot: for plot automatic colour conversion graph using Graphviz
optdepends = python-tqdm: for compute hull section
optdepends = python-imageio
optdepends = python-trimesh: for plot the section contour of given hull along given axis and origin
source = colour-0.4.7.tar.gz::https://github.com/colour-science/colour/archive/v0.4.7.tar.gz
sha512sums = 25a484be6750e5acc08c59a92532b1fe567ab59ed12e602559d3e28a4fa68ef0820e57a7f3db879911b5df157d4425465b8e346fa30342fdfcdbc32b24142dc3
pkgname = python-colour-science
|