blob: 8537116e4392e52b7cbc4f40feca80af1557d7da (
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
|
pkgbase = python-colour-science
pkgdesc = Colour Science for Python
pkgver = 0.4.2
pkgrel = 1
url = https://colour-science.org
arch = any
license = custom:BSD-3-clause
checkdepends = python-pytest-xdist
checkdepends = python-networkx
checkdepends = python-trimesh
checkdepends = python-pygraphviz
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
depends = python-imageio
depends = python-scipy
optdepends = python-matplotlib: for plot diagrams
optdepends = python-networkx: for create a graph with NetworkX
optdepends = python-pandas: for use dataframes
optdepends = python-pygraphviz: for plot automatic colour conversion graph using Graphviz
optdepends = python-tqdm: for compute hull section
optdepends = python-trimesh: for plot the section contour of given hull along given axis and origin
source = colour-0.4.2.tar.gz::https://github.com/colour-science/colour/archive/v0.4.2.tar.gz
sha512sums = 952a7ced5528bc61f94889531e98ed9c66f3cb2d64a7b9269f844c414caef1565e6e4d921f358b70ddad5fe29492589ffd93ab8c8463114367c0ca58cba11854
pkgname = python-colour-science
|