void-packages/srcpkgs/python3-trimesh/template
Andrew J. Hesford 875eaf2bc1 python3-trimesh: update to 3.7.4.
Closes: #23295 [via git-merge-pr]
2020-07-01 17:27:08 +02:00

21 lines
634 B
Bash

# Template file for 'python3-trimesh'
pkgname=python3-trimesh
version=3.7.4
revision=1
archs=noarch
wrksrc="trimesh-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-numpy"
depends="python3-numpy python3-scipy python3-networkx"
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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
post_install() {
vlicense LICENSE.md
}