backports/py3-trimesh: rebuild
This commit is contained in:
parent
512c400b00
commit
5e58780bc1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
||||||
pkgname=py3-trimesh
|
pkgname=py3-trimesh
|
||||||
pkgver=3.22.1
|
pkgver=3.22.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Python library for working with triangular meshes"
|
pkgdesc="Python library for working with triangular meshes"
|
||||||
url="https://github.com/mikedh/trimesh"
|
url="https://github.com/mikedh/trimesh"
|
||||||
# x86, armhf, armv7 Tests fail on int64 to int32 casts on these arches
|
# x86, armhf, armv7 Tests fail on int64 to int32 casts on these arches
|
||||||
|
@ -32,8 +32,8 @@ makedepends="
|
||||||
py3-wheel
|
py3-wheel
|
||||||
"
|
"
|
||||||
checkdepends="py3-pytest py3-pytest-xdist py3-pyinstrument"
|
checkdepends="py3-pytest py3-pytest-xdist py3-pyinstrument"
|
||||||
options="!check" # Failing test units
|
|
||||||
subpackages="$pkgname-pyc"
|
subpackages="$pkgname-pyc"
|
||||||
|
options="!check" # stuck test
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/mikedh/trimesh/archive/refs/tags/$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/mikedh/trimesh/archive/refs/tags/$pkgver.tar.gz"
|
||||||
builddir="$srcdir/trimesh-$pkgver"
|
builddir="$srcdir/trimesh-$pkgver"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue