summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: af1bdc84cda0cf8140f92c6cae0eef38e57566bd (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
pkgbase = python-trimesh
	pkgdesc = Trimesh is a pure Python (2.7-3.4+) library for loading and using triangular meshes with an emphasis on watertight surfaces.
	pkgver = 3.7.9
	pkgrel = 1
	url = https://github.com/mikedh/trimesh
	arch = any
	license = MIT
	makedepends = python
	source = https://files.pythonhosted.org/packages/source/t/trimesh/trimesh-3.7.9.tar.gz
	md5sums = 65b5cda3a9f799e9308c539c11a6cf7e

pkgname = python-trimesh
	depends = python-numpy
	optdepends = python-networkx: graph operations
	optdepends = python-pyembree: faster ray queries
	optdepends = python-pyglet: preview windows
	optdepends = python-rtree: vector path handling
	optdepends = python-scipy: convex hulls
	optdepends = python-shapely: vector path handling
	optdepends = python-xxhash: faster cache checks

pkgname = python2-trimesh
	depends = python2-numpy
	optdepends = python2-networkx: graph operations
	optdepends = python2-pyembree: faster ray queries
	optdepends = python2-pyglet: preview windows
	optdepends = python2-rtree: vector path handling
	optdepends = python2-scipy: convex hulls