summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e459568bb08b51a75ecee7b0f7d5b2a558d61375 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
pkgbase = python-trimesh
	pkgdesc = Import, export, process, analyze and view triangular meshes
	pkgver = 3.23.2
	pkgrel = 1
	url = https://trimsh.org
	arch = any
	license = MIT
	checkdepends = python-pytest
	checkdepends = python-scipy
	checkdepends = python-lxml
	checkdepends = python-rtree
	checkdepends = python-networkx
	checkdepends = python-jsonschema
	checkdepends = python-pillow
	checkdepends = python-requests
	checkdepends = python-shapely
	checkdepends = python-pyinstrument
	checkdepends = python-collada
	checkdepends = python-svg.path
	checkdepends = python-mapbox-earcut
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	depends = python
	depends = python-numpy
	optdepends = python-scipy: convex hulls
	optdepends = python-lxml: handle XML better and faster than built- in XML
	optdepends = python-networkx: graph operations
	optdepends = python-shapely: vector path handling
	optdepends = python-rtree: vector path handling
	optdepends = python-requests: network requests
	optdepends = python-sympy: do analytical math
	optdepends = python-xxhash: hash ndarrays faster than built-in MD5/CRC
	optdepends = python-msgpack: serialize into msgpack
	optdepends = python-chardet: encoding
	optdepends = python-colorlog: print logs with colors
	optdepends = python-pillow: load images
	optdepends = python-svg.path: handle SVG format path strings
	optdepends = python-jsonschema: validate JSON schemas like GLTF
	optdepends = python-collada: parse collada/dae/zae files
	optdepends = python-pyglet: preview windows
	optdepends = python-meshio: load mesh formats
	optdepends = python-scikit-image: for voxel ops
	optdepends = python-mapbox-earcut: triangulate polygons
	optdepends = python-psutil: get memory usage
	optdepends = python-ruff: static code analyzer
	optdepends = autopep8: code formatter
	optdepends = python-pytest: test runner
	optdepends = python-pyinstrument: sampling based profiler
	source = trimesh-3.23.2.tar.gz::https://github.com/mikedh/trimesh/archive/3.23.2.tar.gz
	sha512sums = 613908722467ba511954db51ba8af0b36a6c6c7b76871ff625f87d4971f010669f8e70b0f1521f1f3cd2561f2186ce80b00529f15650c6b13b6667d0fd7b56b7

pkgname = python-trimesh