summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b63188e3c1ba3222cd7638e482172dae9eb16547 (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
pkgbase = python-trimesh
	pkgdesc = Import, export, process, analyze and view triangular meshes
	pkgver = 4.3.2
	pkgrel = 1
	url = https://trimsh.org
	arch = any
	license = MIT
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	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-httpx: network requests
	optdepends = python-sympy: do analytical math
	optdepends = python-xxhash: hash ndarrays faster than built-in MD5/CRC
	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-fcl: collision queries between meshes
	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 = gmsh: gmsh file support
	optdepends = python-ruff: static code analyzer
	optdepends = python-pytest: test runner
	optdepends = python-pyinstrument: sampling based profiler
	source = trimesh-4.3.2.tar.gz::https://github.com/mikedh/trimesh/archive/4.3.2.tar.gz
	sha512sums = 2bf40f2290875547dabf40101004581e7287cf2a954d4c1bd0df1adbf044e72bd30d8fbbadb8db44e8bfc33049cc68a075b347eeb538f8fef5225a724a4ddc3b

pkgname = python-trimesh