python3-trimesh: update to 3.5.25.

This commit is contained in:
Karl Nilsson 2020-03-01 14:37:07 -05:00 committed by Juan RP
parent 15c58ec2ce
commit 4e68f3c018

View file

@ -1,19 +1,19 @@
# Template file for 'python3-trimesh' # Template file for 'python3-trimesh'
pkgname=python3-trimesh pkgname=python3-trimesh
version=3.5.16 version=3.5.25
revision=1 revision=1
archs=noarch archs=noarch
wrksrc="trimesh-${version}" wrksrc="trimesh-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-numpy" makedepends="python3-numpy"
depends="python3-numpy python3-scipy" depends="python3-numpy python3-scipy python3-networkx"
short_desc="Python3 library for loading and using triangular meshes" short_desc="Python3 library for loading and using triangular meshes"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>" 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=661e45d9f480974a5184d8685877e8fab0e6cceba814d90a7d9061dcd32bb16c checksum=ccf5e0578c2c1f0b6c2436f596ec0bc1eca931f0dc693d1773ca412cbc24a90b
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md