backports/py3-trimesh: rebuild #455
4 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
||||||
pkgname=py3-mapbox-earcut
|
pkgname=py3-mapbox-earcut
|
||||||
pkgver=1.0.1
|
pkgver=1.0.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Python bindings for the mapbox earcut c++ library"
|
pkgdesc="Python bindings for the mapbox earcut c++ library"
|
||||||
url="https://github.com/skogler/mapbox_earcut_python"
|
url="https://github.com/skogler/mapbox_earcut_python"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
pkgname=py3-rtree
|
pkgname=py3-rtree
|
||||||
_pkgname=rtree
|
_pkgname=rtree
|
||||||
pkgver=1.1.0
|
pkgver=1.1.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Python3 library for r-tree spatial index (wrapper for libspatialindex)"
|
pkgdesc="Python3 library for r-tree spatial index (wrapper for libspatialindex)"
|
||||||
url="https://pypi.org/project/Rtree/"
|
url="https://pypi.org/project/Rtree/"
|
||||||
# s390x: Test failed: IndexSerialization::test_interleaving - AssertionError
|
# s390x: Test failed: IndexSerialization::test_interleaving - AssertionError
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
|
||||||
pkgname=py3-svgpath
|
pkgname=py3-svgpath
|
||||||
pkgver=6.3
|
pkgver=6.3
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="SVG path and object parser"
|
pkgdesc="SVG path and object parser"
|
||||||
url="https://github.com/regebro/svg.path"
|
url="https://github.com/regebro/svg.path"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
|
|
@ -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