Skip to content

Commit

Permalink
python3-trimesh: update to 3.7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-nilsson committed Jul 1, 2020
1 parent b6973bd commit 37e62a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/python3-trimesh/template
@@ -1,19 +1,20 @@
# Template file for 'python3-trimesh'
pkgname=python3-trimesh
version=3.7.4
version=3.7.5
revision=1
archs=noarch
wrksrc="trimesh-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-numpy"
depends="python3-numpy python3-scipy python3-networkx"
checkdepends="python3-pytest"
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
checksum=41d58f342b3293ac80daa181aaa51ecbcb88cb09863f8da8db7dad3cec16b701

post_install() {
vlicense LICENSE.md
Expand Down

0 comments on commit 37e62a8

Please sign in to comment.