blob: de96a35631da2990cc542c34782f5ab943486da9 (
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.10
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.10.tar.gz
md5sums = f247add104f2beaf201df5a366dbf1b0
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
|