python3-trimesh: update to 3.8.15.
This commit is contained in:
parent
da17af3f11
commit
929ec71543
1 changed files with 7 additions and 4 deletions
|
@ -1,19 +1,22 @@
|
||||||
# Template file for 'python3-trimesh'
|
# Template file for 'python3-trimesh'
|
||||||
pkgname=python3-trimesh
|
pkgname=python3-trimesh
|
||||||
version=3.8.11
|
version=3.8.15
|
||||||
revision=1
|
revision=1
|
||||||
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 python3-networkx python3-lxml python3-pyglet python3-shapely python3-rtree python3-Pillow python3-svg.path python3-jsonschema python3-psutil python3-chardet python3-sympy python3-msgpack python3-pycollada python3-requests"
|
depends="python3-numpy python3-scipy python3-networkx python3-lxml
|
||||||
checkdepends="python3-pytest python3-scipy python3-networkx python3-lxml python3-pyglet python3-shapely python3-rtree python3-Pillow python3-svg.path python3-jsonschema python3-psutil python3-chardet python3-sympy python3-msgpack python3-pycollada python3-requests"
|
python3-pyglet python3-shapely python3-rtree python3-Pillow python3-svg.path
|
||||||
|
python3-jsonschema python3-psutil python3-chardet python3-sympy python3-msgpack
|
||||||
|
python3-pycollada python3-requests"
|
||||||
|
checkdepends="$depends python3-pytest"
|
||||||
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=4613f069e105923f423ea68f888e697cef8965f409c02020c2e3cde5579acb5e
|
checksum=74b9a8cd29814200b641204ee438f17f51fd2a85c4289ee7c67e7740ad9b4f02
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue