Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Trimesh: update to 3.10.7
@ 2022-03-29 17:54 karl-nilsson
  2022-03-29 18:43 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: karl-nilsson @ 2022-03-29 17:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 894 bytes --]

There is a new pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages trimesh
https://github.com/void-linux/void-packages/pull/36406

Trimesh: update to 3.10.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

#### Local build testing
- I built this PR locally for my native architecture, x64_glibc

This PR also updates pycollada

The unit tests throw a few deprecation warnings from the dependencies (numpy, scipy, shapely)

A patch file from https://github.com/void-linux/void-packages/pull/36406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trimesh-36406.patch --]
[-- Type: text/x-diff, Size: 2268 bytes --]

From 2def897d0d61812f908273e5d19069ee6cecf2be Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 29 Mar 2022 13:16:51 -0400
Subject: [PATCH 1/2] python3-pycollada: update to 0.7.2.

---
 srcpkgs/python3-pycollada/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 7aae12006353..347f70ab1341 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
-version=0.7.1
-revision=3
+version=0.7.2
+revision=2
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://pycollada.readthedocs.io/en/latest/"
 distfiles="https://github.com/pycollada/pycollada/archive/v${version}.tar.gz"
-checksum=b0b8e1fd17e3e5a7c1befcb5ec4fa0ead1318c5ca340bb930f62f9809fbce8a1
+checksum=e3c29857a65b3dd9c0375c1074195195fc3dada95d6b5c78d246b005f2e85c93
 
 post_install() {
 	vlicense COPYING

From bf64418db1a4928b5e87fd8959d5b446a74d9b9c Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Dec 2021 14:45:51 -0500
Subject: [PATCH 2/2] python3-trimesh: update to 3.10.7.

---
 srcpkgs/python3-trimesh/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index e716da771676..2a1a3394de0d 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.9.34
+version=3.10.7
 revision=1
 wrksrc="trimesh-${version}"
 build_style=python3-module
@@ -17,7 +17,7 @@ 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=713a959be0f93c049d0735f573b814cfa704c5bbfaf0c607facb61ede5a8ab2e
+checksum=e98fd2dff632729fc6fb963653b91d9f4a5a6a9a1f79493dd885e3e4d1f9c4da
 
 post_install() {
 	vlicense LICENSE.md

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Trimesh: update to 3.10.7
  2022-03-29 17:54 [PR PATCH] Trimesh: update to 3.10.7 karl-nilsson
@ 2022-03-29 18:43 ` karl-nilsson
  2022-04-02 19:23 ` karl-nilsson
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: karl-nilsson @ 2022-03-29 18:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

There is an updated pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages trimesh
https://github.com/void-linux/void-packages/pull/36406

Trimesh: update to 3.10.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

#### Local build testing
- I built this PR locally for my native architecture, x64_glibc

This PR also updates pycollada

The unit tests throw a few deprecation warnings from the dependencies (numpy, scipy, shapely)

A patch file from https://github.com/void-linux/void-packages/pull/36406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trimesh-36406.patch --]
[-- Type: text/x-diff, Size: 2268 bytes --]

From 3d766efa84c1a911397776669abaff65edffe3b3 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 29 Mar 2022 13:16:51 -0400
Subject: [PATCH 1/2] python3-pycollada: update to 0.7.2.

---
 srcpkgs/python3-pycollada/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 7aae12006353..89e7c15a05b1 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
-version=0.7.1
-revision=3
+version=0.7.2
+revision=1
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://pycollada.readthedocs.io/en/latest/"
 distfiles="https://github.com/pycollada/pycollada/archive/v${version}.tar.gz"
-checksum=b0b8e1fd17e3e5a7c1befcb5ec4fa0ead1318c5ca340bb930f62f9809fbce8a1
+checksum=e3c29857a65b3dd9c0375c1074195195fc3dada95d6b5c78d246b005f2e85c93
 
 post_install() {
 	vlicense COPYING

From c9888eae50631748fb0256ef9bbaa4c4aecd2ca4 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Dec 2021 14:45:51 -0500
Subject: [PATCH 2/2] python3-trimesh: update to 3.10.7.

---
 srcpkgs/python3-trimesh/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index e716da771676..2a1a3394de0d 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.9.34
+version=3.10.7
 revision=1
 wrksrc="trimesh-${version}"
 build_style=python3-module
@@ -17,7 +17,7 @@ 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=713a959be0f93c049d0735f573b814cfa704c5bbfaf0c607facb61ede5a8ab2e
+checksum=e98fd2dff632729fc6fb963653b91d9f4a5a6a9a1f79493dd885e3e4d1f9c4da
 
 post_install() {
 	vlicense LICENSE.md

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Trimesh: update to 3.10.7
  2022-03-29 17:54 [PR PATCH] Trimesh: update to 3.10.7 karl-nilsson
  2022-03-29 18:43 ` [PR PATCH] [Updated] " karl-nilsson
@ 2022-04-02 19:23 ` karl-nilsson
  2022-04-02 19:29 ` karl-nilsson
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: karl-nilsson @ 2022-04-02 19:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

There is an updated pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages trimesh
https://github.com/void-linux/void-packages/pull/36406

Trimesh: update to 3.10.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

#### Local build testing
- I built this PR locally for my native architecture, x64_glibc

This PR also updates pycollada

The unit tests throw a few deprecation warnings from the dependencies (numpy, scipy, shapely)

A patch file from https://github.com/void-linux/void-packages/pull/36406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trimesh-36406.patch --]
[-- Type: text/x-diff, Size: 2494 bytes --]

From 2d4329dc8247039b17f2f0a3aee21fab1238f3d5 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 29 Mar 2022 13:16:51 -0400
Subject: [PATCH 1/2] python3-pycollada: update to 0.7.2.

---
 srcpkgs/python3-pycollada/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 7aae12006353..89e7c15a05b1 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
-version=0.7.1
-revision=3
+version=0.7.2
+revision=1
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://pycollada.readthedocs.io/en/latest/"
 distfiles="https://github.com/pycollada/pycollada/archive/v${version}.tar.gz"
-checksum=b0b8e1fd17e3e5a7c1befcb5ec4fa0ead1318c5ca340bb930f62f9809fbce8a1
+checksum=e3c29857a65b3dd9c0375c1074195195fc3dada95d6b5c78d246b005f2e85c93
 
 post_install() {
 	vlicense COPYING

From 4732a558c8d5df3ea2bcddd5a9fef5b3b7ef5652 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Dec 2021 14:45:51 -0500
Subject: [PATCH 2/2] python3-trimesh: update to 3.10.7.

---
 srcpkgs/python3-trimesh/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index e716da771676..75515b6a12a6 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.9.34
+version=3.10.7
 revision=1
 wrksrc="trimesh-${version}"
 build_style=python3-module
@@ -17,7 +17,7 @@ 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=713a959be0f93c049d0735f573b814cfa704c5bbfaf0c607facb61ede5a8ab2e
+checksum=e98fd2dff632729fc6fb963653b91d9f4a5a6a9a1f79493dd885e3e4d1f9c4da
 
 post_install() {
 	vlicense LICENSE.md
@@ -29,3 +29,8 @@ do_check() {
 	vsed -i 's/coveralls//' setup.py
 	python3 -m pytest
 }
+
+# disable tests for i686
+if [$XBPS_WORDSIZE = 32 ];
+    then make_check=no # https://github.com/mikedh/trimesh/issues/690;
+fi

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Trimesh: update to 3.10.7
  2022-03-29 17:54 [PR PATCH] Trimesh: update to 3.10.7 karl-nilsson
  2022-03-29 18:43 ` [PR PATCH] [Updated] " karl-nilsson
  2022-04-02 19:23 ` karl-nilsson
@ 2022-04-02 19:29 ` karl-nilsson
  2022-04-02 20:20 ` karl-nilsson
  2022-04-02 21:04 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: karl-nilsson @ 2022-04-02 19:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

There is an updated pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages trimesh
https://github.com/void-linux/void-packages/pull/36406

Trimesh: update to 3.10.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

#### Local build testing
- I built this PR locally for my native architecture, x64_glibc

This PR also updates pycollada

The unit tests throw a few deprecation warnings from the dependencies (numpy, scipy, shapely)

A patch file from https://github.com/void-linux/void-packages/pull/36406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trimesh-36406.patch --]
[-- Type: text/x-diff, Size: 2949 bytes --]

From 2d4329dc8247039b17f2f0a3aee21fab1238f3d5 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 29 Mar 2022 13:16:51 -0400
Subject: [PATCH 1/2] python3-pycollada: update to 0.7.2.

---
 srcpkgs/python3-pycollada/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 7aae12006353..89e7c15a05b1 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
-version=0.7.1
-revision=3
+version=0.7.2
+revision=1
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://pycollada.readthedocs.io/en/latest/"
 distfiles="https://github.com/pycollada/pycollada/archive/v${version}.tar.gz"
-checksum=b0b8e1fd17e3e5a7c1befcb5ec4fa0ead1318c5ca340bb930f62f9809fbce8a1
+checksum=e3c29857a65b3dd9c0375c1074195195fc3dada95d6b5c78d246b005f2e85c93
 
 post_install() {
 	vlicense COPYING

From b8caab67b37f5e2d110d45b419179810aaa80466 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Dec 2021 14:45:51 -0500
Subject: [PATCH 2/2] python3-trimesh: update to 3.10.7.

---
 srcpkgs/python3-trimesh/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index e716da771676..6b5f52ca19cf 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.9.34
+version=3.10.7
 revision=1
 wrksrc="trimesh-${version}"
 build_style=python3-module
@@ -10,14 +10,13 @@ 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"
-# unit tests fail on x86 https://github.com/mikedh/trimesh/issues/690
 checkdepends="$depends python3-pytest"
 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=713a959be0f93c049d0735f573b814cfa704c5bbfaf0c607facb61ede5a8ab2e
+checksum=e98fd2dff632729fc6fb963653b91d9f4a5a6a9a1f79493dd885e3e4d1f9c4da
 
 post_install() {
 	vlicense LICENSE.md
@@ -29,3 +28,8 @@ do_check() {
 	vsed -i 's/coveralls//' setup.py
 	python3 -m pytest
 }
+
+# disable tests for i686
+if ["$XBPS_WORDSIZE" -eq "32" ]; then
+	make_check=no # https://github.com/mikedh/trimesh/issues/690;
+fi

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Trimesh: update to 3.10.7
  2022-03-29 17:54 [PR PATCH] Trimesh: update to 3.10.7 karl-nilsson
                   ` (2 preceding siblings ...)
  2022-04-02 19:29 ` karl-nilsson
@ 2022-04-02 20:20 ` karl-nilsson
  2022-04-02 21:04 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: karl-nilsson @ 2022-04-02 20:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

There is an updated pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages trimesh
https://github.com/void-linux/void-packages/pull/36406

Trimesh: update to 3.10.7
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

#### Local build testing
- I built this PR locally for my native architecture, x64_glibc

This PR also updates pycollada

The unit tests throw a few deprecation warnings from the dependencies (numpy, scipy, shapely)

A patch file from https://github.com/void-linux/void-packages/pull/36406.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-trimesh-36406.patch --]
[-- Type: text/x-diff, Size: 2950 bytes --]

From 2d4329dc8247039b17f2f0a3aee21fab1238f3d5 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 29 Mar 2022 13:16:51 -0400
Subject: [PATCH 1/2] python3-pycollada: update to 0.7.2.

---
 srcpkgs/python3-pycollada/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
index 7aae12006353..89e7c15a05b1 100644
--- a/srcpkgs/python3-pycollada/template
+++ b/srcpkgs/python3-pycollada/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pycollada'
 pkgname=python3-pycollada
-version=0.7.1
-revision=3
+version=0.7.2
+revision=1
 wrksrc="pycollada-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://pycollada.readthedocs.io/en/latest/"
 distfiles="https://github.com/pycollada/pycollada/archive/v${version}.tar.gz"
-checksum=b0b8e1fd17e3e5a7c1befcb5ec4fa0ead1318c5ca340bb930f62f9809fbce8a1
+checksum=e3c29857a65b3dd9c0375c1074195195fc3dada95d6b5c78d246b005f2e85c93
 
 post_install() {
 	vlicense COPYING

From d9cc06b62aae99c994f0b98dd8187b2de51402ae Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Dec 2021 14:45:51 -0500
Subject: [PATCH 2/2] python3-trimesh: update to 3.10.7.

---
 srcpkgs/python3-trimesh/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index e716da771676..e51b6eb62f9d 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.9.34
+version=3.10.7
 revision=1
 wrksrc="trimesh-${version}"
 build_style=python3-module
@@ -10,14 +10,13 @@ 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"
-# unit tests fail on x86 https://github.com/mikedh/trimesh/issues/690
 checkdepends="$depends python3-pytest"
 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=713a959be0f93c049d0735f573b814cfa704c5bbfaf0c607facb61ede5a8ab2e
+checksum=e98fd2dff632729fc6fb963653b91d9f4a5a6a9a1f79493dd885e3e4d1f9c4da
 
 post_install() {
 	vlicense LICENSE.md
@@ -29,3 +28,8 @@ do_check() {
 	vsed -i 's/coveralls//' setup.py
 	python3 -m pytest
 }
+
+# disable tests for i686
+if [ "$XBPS_WORDSIZE" -eq "32" ]; then
+	make_check=no # https://github.com/mikedh/trimesh/issues/690;
+fi

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: Trimesh: update to 3.10.7
  2022-03-29 17:54 [PR PATCH] Trimesh: update to 3.10.7 karl-nilsson
                   ` (3 preceding siblings ...)
  2022-04-02 20:20 ` karl-nilsson
@ 2022-04-02 21:04 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-04-02 21:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 733 bytes --]

There's a merged pull request on the void-packages repository

Trimesh: update to 3.10.7
https://github.com/void-linux/void-packages/pull/36406

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

#### Local build testing
- I built this PR locally for my native architecture, x64_glibc

This PR also updates pycollada

The unit tests throw a few deprecation warnings from the dependencies (numpy, scipy, shapely)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-02 21:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 17:54 [PR PATCH] Trimesh: update to 3.10.7 karl-nilsson
2022-03-29 18:43 ` [PR PATCH] [Updated] " karl-nilsson
2022-04-02 19:23 ` karl-nilsson
2022-04-02 19:29 ` karl-nilsson
2022-04-02 20:20 ` karl-nilsson
2022-04-02 21:04 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).