From a62a4e4c990b8c1a12be772521645b5c19ed9969 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Thu, 21 Nov 2019 18:22:01 -0500 Subject: [PATCH] New package: python3-trimesh-3.4.6 --- srcpkgs/python3-trimesh/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-trimesh/template diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template new file mode 100644 index 00000000000..2563f8eb702 --- /dev/null +++ b/srcpkgs/python3-trimesh/template @@ -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 " +license="MIT" +homepage="https://trimsh.org/" +distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz" +checksum=53d86c436a0123ba9f34cf14c620dc8396554ab4679c854f442d4e078c24c442 + +post_install() { + vlicense LICENSE.md +}