# Template file for 'python3-trimesh'
pkgname=python3-trimesh
version=4.4.3
revision=2
build_style=python3-pep517
make_check_target="tests"
# Ignored tests require unpackaged dependencies
make_check_args="--ignore tests/test_sweep.py
 --deselect tests/test_section.py::SliceTest::test_slice_onplane"
hostmakedepends="python3-setuptools python3-wheel"
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-pycollada"
checkdepends="$depends python3-pytest-xdist python3-httpx"
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=948a257df5644b3aac6aad06acfc5a64de3fdbf4d5d5f645eeba91d88fe71f14

post_install() {
	vlicense LICENSE.md
}

# disable tests for i686
if [ "$XBPS_WORDSIZE" -eq "32" ]; then
	make_check=no # https://github.com/mikedh/trimesh/issues/690;
fi
