blob: 1262abdedaf950a39c067b87b77e23101fc41ed7 (
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.6.42
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.6.42.tar.gz
md5sums = 279414b81baf30f32d0b26df4e357678
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
|