python3-trimesh: update to 3.5.12.

This commit is contained in:
Karl Nilsson 2019-12-29 18:41:35 -05:00 committed by Piotr
parent dcbd333987
commit b714ffe390

View file

@ -1,11 +1,10 @@
# Template file for 'python3-trimesh' # Template file for 'python3-trimesh'
pkgname=python3-trimesh pkgname=python3-trimesh
version=3.4.6 version=3.5.12
revision=2 revision=1
archs=noarch archs=noarch
wrksrc="trimesh-${version}" wrksrc="trimesh-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="trimesh.py"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-numpy" makedepends="python3-numpy"
depends="python3-numpy python3-scipy" depends="python3-numpy python3-scipy"
@ -14,7 +13,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="MIT" license="MIT"
homepage="https://trimsh.org/" homepage="https://trimsh.org/"
distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz" distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz"
checksum=53d86c436a0123ba9f34cf14c620dc8396554ab4679c854f442d4e078c24c442 checksum=a865d6315a2f84e521645cfa564ab5ef5fb4ff932517e5cdaacbf826b076770b
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md