backports/py3-trimesh: rebuild #455

Merged
ayakael merged 4 commits from py3-trimesh/rebuild into edge 2024-04-16 03:34:48 +00:00
Showing only changes of commit 5e58780bc1 - Show all commits

View file

@ -2,7 +2,7 @@
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=py3-trimesh
pkgver=3.22.1
pkgrel=0
pkgrel=1
pkgdesc="Python library for working with triangular meshes"
url="https://github.com/mikedh/trimesh"
# x86, armhf, armv7 Tests fail on int64 to int32 casts on these arches
@ -32,8 +32,8 @@ makedepends="
py3-wheel
"
checkdepends="py3-pytest py3-pytest-xdist py3-pyinstrument"
options="!check" # Failing test units
subpackages="$pkgname-pyc"
options="!check" # stuck test
source="$pkgname-$pkgver.tar.gz::https://github.com/mikedh/trimesh/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/trimesh-$pkgver"