New package: python3-trimesh-3.4.6

This commit is contained in:
Karl Nilsson 2019-11-21 18:22:01 -05:00 committed by John Zimmermann
parent 4666661eb5
commit a62a4e4c99

View File

@ -0,0 +1,21 @@
# Template file for 'python3-trimesh'
pkgname=python3-trimesh
version=3.4.6
revision=1
archs=noarch
wrksrc="trimesh-${version}"
build_style=python3-module
pycompile_module="trimesh.py"
hostmakedepends="python3-setuptools"
makedepends="python3-numpy"
depends="python3-numpy python3-scipy"
short_desc="Python3 library for loading and using triangular meshes"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="MIT"
homepage="https://trimsh.org/"
distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz"
checksum=53d86c436a0123ba9f34cf14c620dc8396554ab4679c854f442d4e078c24c442
post_install() {
vlicense LICENSE.md
}