Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: python3-trimesh: update to 3.7.5.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
  2020-07-03 18:55 ` python3-trimesh: update to 3.7.5 Chocimier
@ 2020-07-12  8:34 ` Piraty
  2020-07-12 11:27 ` Piraty
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Piraty @ 2020-07-12  8:34 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23338#issuecomment-657191632

Comment:
not for me

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

* Re: python3-trimesh: update to 3.7.5.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
  2020-07-03 18:55 ` python3-trimesh: update to 3.7.5 Chocimier
  2020-07-12  8:34 ` Piraty
@ 2020-07-12 11:27 ` Piraty
  2020-07-12 16:25 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Piraty @ 2020-07-12 11:27 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23338#issuecomment-657191632

Comment:
not for me. but doesn't pass for current template either 

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.7.5.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-07-12 11:27 ` Piraty
@ 2020-07-12 16:25 ` karl-nilsson
  2020-07-12 18:26 ` karl-nilsson
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-07-12 16:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 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/23338

python3-trimesh: update to 3.7.5.


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

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

From 55172471a8bdea865664916d5343d88d55e70d31 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH] python3-trimesh: update to 3.7.9.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d..f2d5933fc82 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.7.4
+version=3.7.9
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
@@ -8,13 +8,21 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
 depends="python3-numpy python3-scipy python3-networkx"
+checkdepends="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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=d5ea1fdc40143349747c1986c3d7e2cd467e4671c2c4d0d428ddb4e98c9aa4c1
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.7.5.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-07-12 16:25 ` [PR PATCH] [Updated] " karl-nilsson
@ 2020-07-12 18:26 ` karl-nilsson
  2020-07-12 18:48 ` python3-trimesh: update to 3.7.9 karl-nilsson
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-07-12 18:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 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/23338

python3-trimesh: update to 3.7.5.


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

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

From f75d429144cb4ab359ccf0f295883f2043df8201 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH] python3-trimesh: update to 3.7.9.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d..f777557b598 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,20 +1,28 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.7.4
+version=3.7.9
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx"
+depends="python3-numpy python3-scipy python3-networkx python3-shapely python3-lxml"
+checkdepends="python3-pytest python3-scipy python3-shapely python3-lxml"
 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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=d5ea1fdc40143349747c1986c3d7e2cd467e4671c2c4d0d428ddb4e98c9aa4c1
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

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

* Re: python3-trimesh: update to 3.7.9.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-07-12 18:26 ` karl-nilsson
@ 2020-07-12 18:48 ` karl-nilsson
  2020-07-30  3:53 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-07-12 18:48 UTC (permalink / raw)
  To: ml

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

New comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/23338#issuecomment-657260565

Comment:
> passes for you?

No, but the newest changes should (mostly) pass.
I'm working on packaging rtree

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.7.9.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-07-12 18:48 ` python3-trimesh: update to 3.7.9 karl-nilsson
@ 2020-07-30  3:53 ` karl-nilsson
  2020-07-30  3:55 ` karl-nilsson
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-07-30  3:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 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/23338

python3-trimesh: update to 3.7.9.


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

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

From 3b69a246561e777c3ebeb86a088b2e66e5a03a0e Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH 1/2] python3-trimesh: update to 3.7.9.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d..f777557b598 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,20 +1,28 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.7.4
+version=3.7.9
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx"
+depends="python3-numpy python3-scipy python3-networkx python3-shapely python3-lxml"
+checkdepends="python3-pytest python3-scipy python3-shapely python3-lxml"
 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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=d5ea1fdc40143349747c1986c3d7e2cd467e4671c2c4d0d428ddb4e98c9aa4c1
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

From 4504b0241aa033a86bc55b1e1cef52562de22554 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:03:35 -0400
Subject: [PATCH 2/2] New package: python3-rtree-0.9.4

---
 srcpkgs/python3-rtree/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-rtree/template

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
new file mode 100644
index 00000000000..e988af7abdb
--- /dev/null
+++ b/srcpkgs/python3-rtree/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-rtree'
+pkgname=python3-rtree
+version=0.9.4
+revision=1
+archs=noarch
+wrksrc="rtree-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel libspatialindex-devel"
+depends="libspatialindex"
+checkdepends="python3-pytest python3-numpy"
+short_desc="Python3 bindings for libspatialindex"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://toblerity.org/rtree/"
+distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
+checksum=d71a90913d0f1ce52c463383b175248f9469f02aea740f3f7579e541e703ea0f
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}
+
+do_check() {
+	python3 -m pytest tests/
+}

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.7.9.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-07-30  3:53 ` [PR PATCH] [Updated] " karl-nilsson
@ 2020-07-30  3:55 ` karl-nilsson
  2020-08-04  4:40 ` karl-nilsson
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-07-30  3:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 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/23338

python3-trimesh: update to 3.7.9.


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

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

From 1cabc77bfc9d267d48b7f4ec68292e46688f130a Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH 1/2] python3-trimesh: update to 3.7.14.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d..15520fd5435 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,20 +1,28 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.7.4
+version=3.7.14
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx"
+depends="python3-numpy python3-scipy python3-networkx python3-shapely python3-lxml"
+checkdepends="python3-pytest python3-scipy python3-shapely python3-lxml"
 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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=820f80bf4ca97ea098cd2ba2c457e0e4de4817ddf407951bf7e7b926544a0eca
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

From b057db93d791a48788f2127f0c6420f25bda9e17 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:03:35 -0400
Subject: [PATCH 2/2] New package: python3-rtree-0.9.4

---
 srcpkgs/python3-rtree/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-rtree/template

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
new file mode 100644
index 00000000000..e988af7abdb
--- /dev/null
+++ b/srcpkgs/python3-rtree/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-rtree'
+pkgname=python3-rtree
+version=0.9.4
+revision=1
+archs=noarch
+wrksrc="rtree-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel libspatialindex-devel"
+depends="libspatialindex"
+checkdepends="python3-pytest python3-numpy"
+short_desc="Python3 bindings for libspatialindex"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://toblerity.org/rtree/"
+distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
+checksum=d71a90913d0f1ce52c463383b175248f9469f02aea740f3f7579e541e703ea0f
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}
+
+do_check() {
+	python3 -m pytest tests/
+}

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.7.9.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-07-30  3:55 ` karl-nilsson
@ 2020-08-04  4:40 ` karl-nilsson
  2020-08-04 17:25 ` python3-trimesh: update to 3.7.14 karl-nilsson
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-08-04  4:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 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/23338

python3-trimesh: update to 3.7.9.


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

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

From ffdd3a5a96ef0d3bb2349ff9cae8d2016ab7fc45 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 4 Aug 2020 00:39:27 -0400
Subject: [PATCH 1/3] libspatialindex: update to 1.9.3.

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

diff --git a/srcpkgs/libspatialindex/template b/srcpkgs/libspatialindex/template
index c86d95a73218..d1a5cf27e1c0 100644
--- a/srcpkgs/libspatialindex/template
+++ b/srcpkgs/libspatialindex/template
@@ -1,6 +1,6 @@
 # Template file for 'libspatialindex'
 pkgname=libspatialindex
-version=1.9.0
+version=1.9.3
 revision=1
 build_style=cmake
 short_desc="Framework that supports robust spatial indexing methods and queries"
@@ -8,7 +8,7 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
 license="MIT"
 homepage="http://libspatialindex.github.io/"
 distfiles="https://github.com/libspatialindex/libspatialindex/archive/${version}.tar.gz"
-checksum=7c8809cd7e827efdc8bd80f786cf2a2d4f25adb92f954d46f7f28ad410bd46e2
+checksum=7b44340a3edc55c11abfc453bb60f148b29f569cef9e1148583e76132e9c7379
 
 post_install() {
 	vlicense COPYING

From ae363d84759b61c6d82aef7f9e25d8ac4b373e13 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:03:35 -0400
Subject: [PATCH 2/3] New package: python3-rtree-0.9.4

---
 srcpkgs/python3-rtree/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-rtree/template

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
new file mode 100644
index 000000000000..e988af7abdb2
--- /dev/null
+++ b/srcpkgs/python3-rtree/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-rtree'
+pkgname=python3-rtree
+version=0.9.4
+revision=1
+archs=noarch
+wrksrc="rtree-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel libspatialindex-devel"
+depends="libspatialindex"
+checkdepends="python3-pytest python3-numpy"
+short_desc="Python3 bindings for libspatialindex"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://toblerity.org/rtree/"
+distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
+checksum=d71a90913d0f1ce52c463383b175248f9469f02aea740f3f7579e541e703ea0f
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}
+
+do_check() {
+	python3 -m pytest tests/
+}

From 6ddf3cb61d26a4c0a9b1e9ad24fe0a23f34a621a Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH 3/3] python3-trimesh: update to 3.7.14.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d9..9e874de22d3a 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,20 +1,28 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.7.4
+version=3.7.14
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx"
+depends="python3-numpy python3-scipy python3-networkx python3-shapely python3-lxml python3-rtree"
+checkdepends="python3-pytest python3-scipy python3-shapely python3-lxml python3-rtree"
 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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=820f80bf4ca97ea098cd2ba2c457e0e4de4817ddf407951bf7e7b926544a0eca
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

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

* Re: python3-trimesh: update to 3.7.14.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2020-08-04  4:40 ` karl-nilsson
@ 2020-08-04 17:25 ` karl-nilsson
  2020-08-10 23:57 ` Piraty
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-08-04 17:25 UTC (permalink / raw)
  To: ml

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

New comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/23338#issuecomment-668725331

Comment:
> tests still don't pass, require [a few more modules](https://github.com/mikedh/trimesh/blob/5b3c5d4/setup.py#L31-L47)

Strictly speaking, In order to pass all tests, all dependencies must be included:
https://github.com/mikedh/trimesh/issues/590#issuecomment-549457839

What's an acceptable solution: package all of requirements_easy, then have pytest do a conditional import? Or just package all requirements?


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

* Re: python3-trimesh: update to 3.7.14.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2020-08-04 17:25 ` python3-trimesh: update to 3.7.14 karl-nilsson
@ 2020-08-10 23:57 ` Piraty
  2020-08-17 23:55 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Piraty @ 2020-08-10 23:57 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23338#issuecomment-671647360

Comment:
if it's not feasable to package the missing modules (and they're not required at runtime at all), i'd say skip `do_check` (but leave a comment).

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.7.14.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2020-08-10 23:57 ` Piraty
@ 2020-08-17 23:55 ` karl-nilsson
  2020-08-18 15:58 ` karl-nilsson
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-08-17 23:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 334 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/23338

python3-trimesh: update to 3.7.14.


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

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

From 39f029567426b05abc1fbf4f9517af75ddce2813 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 4 Aug 2020 00:39:27 -0400
Subject: [PATCH 1/3] libspatialindex: update to 1.9.3.

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

diff --git a/srcpkgs/libspatialindex/template b/srcpkgs/libspatialindex/template
index c86d95a7321..d1a5cf27e1c 100644
--- a/srcpkgs/libspatialindex/template
+++ b/srcpkgs/libspatialindex/template
@@ -1,6 +1,6 @@
 # Template file for 'libspatialindex'
 pkgname=libspatialindex
-version=1.9.0
+version=1.9.3
 revision=1
 build_style=cmake
 short_desc="Framework that supports robust spatial indexing methods and queries"
@@ -8,7 +8,7 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
 license="MIT"
 homepage="http://libspatialindex.github.io/"
 distfiles="https://github.com/libspatialindex/libspatialindex/archive/${version}.tar.gz"
-checksum=7c8809cd7e827efdc8bd80f786cf2a2d4f25adb92f954d46f7f28ad410bd46e2
+checksum=7b44340a3edc55c11abfc453bb60f148b29f569cef9e1148583e76132e9c7379
 
 post_install() {
 	vlicense COPYING

From 8e0658a8334f42629927cfa40fdc4b35123d78d9 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:03:35 -0400
Subject: [PATCH 2/3] New package: python3-rtree-0.9.4

---
 srcpkgs/python3-rtree/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-rtree/template

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
new file mode 100644
index 00000000000..e988af7abdb
--- /dev/null
+++ b/srcpkgs/python3-rtree/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-rtree'
+pkgname=python3-rtree
+version=0.9.4
+revision=1
+archs=noarch
+wrksrc="rtree-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel libspatialindex-devel"
+depends="libspatialindex"
+checkdepends="python3-pytest python3-numpy"
+short_desc="Python3 bindings for libspatialindex"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://toblerity.org/rtree/"
+distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
+checksum=d71a90913d0f1ce52c463383b175248f9469f02aea740f3f7579e541e703ea0f
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}
+
+do_check() {
+	python3 -m pytest tests/
+}

From 5504c0de6f33fcf3cef3d97789d716c62c007731 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH 3/3] python3-trimesh: update to 3.7.14.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d..9e874de22d3 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,20 +1,28 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.7.4
+version=3.7.14
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx"
+depends="python3-numpy python3-scipy python3-networkx python3-shapely python3-lxml python3-rtree"
+checkdepends="python3-pytest python3-scipy python3-shapely python3-lxml python3-rtree"
 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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=820f80bf4ca97ea098cd2ba2c457e0e4de4817ddf407951bf7e7b926544a0eca
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.7.14.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2020-08-17 23:55 ` [PR PATCH] [Updated] " karl-nilsson
@ 2020-08-18 15:58 ` karl-nilsson
  2020-08-24  0:34 ` karl-nilsson
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-08-18 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 334 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/23338

python3-trimesh: update to 3.7.14.


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

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

From 39f029567426b05abc1fbf4f9517af75ddce2813 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 4 Aug 2020 00:39:27 -0400
Subject: [PATCH 1/3] libspatialindex: update to 1.9.3.

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

diff --git a/srcpkgs/libspatialindex/template b/srcpkgs/libspatialindex/template
index c86d95a7321..d1a5cf27e1c 100644
--- a/srcpkgs/libspatialindex/template
+++ b/srcpkgs/libspatialindex/template
@@ -1,6 +1,6 @@
 # Template file for 'libspatialindex'
 pkgname=libspatialindex
-version=1.9.0
+version=1.9.3
 revision=1
 build_style=cmake
 short_desc="Framework that supports robust spatial indexing methods and queries"
@@ -8,7 +8,7 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
 license="MIT"
 homepage="http://libspatialindex.github.io/"
 distfiles="https://github.com/libspatialindex/libspatialindex/archive/${version}.tar.gz"
-checksum=7c8809cd7e827efdc8bd80f786cf2a2d4f25adb92f954d46f7f28ad410bd46e2
+checksum=7b44340a3edc55c11abfc453bb60f148b29f569cef9e1148583e76132e9c7379
 
 post_install() {
 	vlicense COPYING

From 8e0658a8334f42629927cfa40fdc4b35123d78d9 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:03:35 -0400
Subject: [PATCH 2/3] New package: python3-rtree-0.9.4

---
 srcpkgs/python3-rtree/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-rtree/template

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
new file mode 100644
index 00000000000..e988af7abdb
--- /dev/null
+++ b/srcpkgs/python3-rtree/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-rtree'
+pkgname=python3-rtree
+version=0.9.4
+revision=1
+archs=noarch
+wrksrc="rtree-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel libspatialindex-devel"
+depends="libspatialindex"
+checkdepends="python3-pytest python3-numpy"
+short_desc="Python3 bindings for libspatialindex"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://toblerity.org/rtree/"
+distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
+checksum=d71a90913d0f1ce52c463383b175248f9469f02aea740f3f7579e541e703ea0f
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}
+
+do_check() {
+	python3 -m pytest tests/
+}

From 9c4f864da7782f1b1decbf8898b47533d3070d2e Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH 3/3] python3-trimesh: update to 3.8.1.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d..713c8df64b0 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,20 +1,28 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.7.4
+version=3.8.1
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx"
+depends="python3-numpy python3-scipy python3-networkx python3-shapely python3-lxml python3-rtree"
+checkdepends="python3-pytest python3-scipy python3-shapely python3-lxml python3-rtree"
 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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=20897113f0c111f6b5a805bdeeffbe5ac3e82803c051dee956405ef031eac6a6
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.7.14.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (12 preceding siblings ...)
  2020-08-18 15:58 ` karl-nilsson
@ 2020-08-24  0:34 ` karl-nilsson
  2020-08-24  2:29 ` [PR PATCH] [Updated] python3-trimesh: update to 3.8.1 karl-nilsson
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-08-24  0:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 334 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/23338

python3-trimesh: update to 3.7.14.


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

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

From cf045ba64bf83e9da433b3eec220af05accf7c9a Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 4 Aug 2020 00:39:27 -0400
Subject: [PATCH 1/3] libspatialindex: update to 1.9.3.

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

diff --git a/srcpkgs/libspatialindex/template b/srcpkgs/libspatialindex/template
index c86d95a7321..d1a5cf27e1c 100644
--- a/srcpkgs/libspatialindex/template
+++ b/srcpkgs/libspatialindex/template
@@ -1,6 +1,6 @@
 # Template file for 'libspatialindex'
 pkgname=libspatialindex
-version=1.9.0
+version=1.9.3
 revision=1
 build_style=cmake
 short_desc="Framework that supports robust spatial indexing methods and queries"
@@ -8,7 +8,7 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
 license="MIT"
 homepage="http://libspatialindex.github.io/"
 distfiles="https://github.com/libspatialindex/libspatialindex/archive/${version}.tar.gz"
-checksum=7c8809cd7e827efdc8bd80f786cf2a2d4f25adb92f954d46f7f28ad410bd46e2
+checksum=7b44340a3edc55c11abfc453bb60f148b29f569cef9e1148583e76132e9c7379
 
 post_install() {
 	vlicense COPYING

From 4f7ae825634d604b507bd21585a15b50ac95b85e Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:03:35 -0400
Subject: [PATCH 2/3] New package: python3-rtree-0.9.4

---
 srcpkgs/python3-rtree/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-rtree/template

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
new file mode 100644
index 00000000000..e988af7abdb
--- /dev/null
+++ b/srcpkgs/python3-rtree/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-rtree'
+pkgname=python3-rtree
+version=0.9.4
+revision=1
+archs=noarch
+wrksrc="rtree-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel libspatialindex-devel"
+depends="libspatialindex"
+checkdepends="python3-pytest python3-numpy"
+short_desc="Python3 bindings for libspatialindex"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://toblerity.org/rtree/"
+distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
+checksum=d71a90913d0f1ce52c463383b175248f9469f02aea740f3f7579e541e703ea0f
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}
+
+do_check() {
+	python3 -m pytest tests/
+}

From 573ebf4a7856bbd2dcff5e51258a1c30665018e9 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH 3/3] python3-trimesh: update to 3.8.1.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d..713c8df64b0 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,20 +1,28 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.7.4
+version=3.8.1
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx"
+depends="python3-numpy python3-scipy python3-networkx python3-shapely python3-lxml python3-rtree"
+checkdepends="python3-pytest python3-scipy python3-shapely python3-lxml python3-rtree"
 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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=20897113f0c111f6b5a805bdeeffbe5ac3e82803c051dee956405ef031eac6a6
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.8.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (13 preceding siblings ...)
  2020-08-24  0:34 ` karl-nilsson
@ 2020-08-24  2:29 ` karl-nilsson
  2020-08-24  3:00 ` karl-nilsson
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-08-24  2:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 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/23338

python3-trimesh: update to 3.8.1.


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

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

From cf045ba64bf83e9da433b3eec220af05accf7c9a Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 4 Aug 2020 00:39:27 -0400
Subject: [PATCH 1/5] libspatialindex: update to 1.9.3.

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

diff --git a/srcpkgs/libspatialindex/template b/srcpkgs/libspatialindex/template
index c86d95a7321..d1a5cf27e1c 100644
--- a/srcpkgs/libspatialindex/template
+++ b/srcpkgs/libspatialindex/template
@@ -1,6 +1,6 @@
 # Template file for 'libspatialindex'
 pkgname=libspatialindex
-version=1.9.0
+version=1.9.3
 revision=1
 build_style=cmake
 short_desc="Framework that supports robust spatial indexing methods and queries"
@@ -8,7 +8,7 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
 license="MIT"
 homepage="http://libspatialindex.github.io/"
 distfiles="https://github.com/libspatialindex/libspatialindex/archive/${version}.tar.gz"
-checksum=7c8809cd7e827efdc8bd80f786cf2a2d4f25adb92f954d46f7f28ad410bd46e2
+checksum=7b44340a3edc55c11abfc453bb60f148b29f569cef9e1148583e76132e9c7379
 
 post_install() {
 	vlicense COPYING

From 4f7ae825634d604b507bd21585a15b50ac95b85e Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:03:35 -0400
Subject: [PATCH 2/5] New package: python3-rtree-0.9.4

---
 srcpkgs/python3-rtree/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-rtree/template

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
new file mode 100644
index 00000000000..e988af7abdb
--- /dev/null
+++ b/srcpkgs/python3-rtree/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-rtree'
+pkgname=python3-rtree
+version=0.9.4
+revision=1
+archs=noarch
+wrksrc="rtree-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel libspatialindex-devel"
+depends="libspatialindex"
+checkdepends="python3-pytest python3-numpy"
+short_desc="Python3 bindings for libspatialindex"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://toblerity.org/rtree/"
+distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
+checksum=d71a90913d0f1ce52c463383b175248f9469f02aea740f3f7579e541e703ea0f
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}
+
+do_check() {
+	python3 -m pytest tests/
+}

From 8536443a3f56723d8c5196d7d066b6c3a81f70d2 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 23 Aug 2020 21:20:29 -0400
Subject: [PATCH 3/5] New package: python3-svg.path-4.0.2

---
 srcpkgs/python3-svg.path/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-svg.path/template

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
new file mode 100644
index 00000000000..0354a523582
--- /dev/null
+++ b/srcpkgs/python3-svg.path/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-svg.path'
+pkgname=python3-svg.path
+version=4.0.2
+revision=1
+arch=noarch
+wrksrc="svg.path-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Python3 SVG path command parser"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://github.com/regebro/svg.path"
+distfiles="https://github.com/regebro/svg.path/archive/${version}.tar.gz"
+checksum=60fc147f1734e5beb108b464cdf2418baefa1d03168fdb9733baed84bc040b50

From 5c45ce53e232c32f6856b54d3a352df7c70a64a2 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 23 Aug 2020 22:14:56 -0400
Subject: [PATCH 4/5] New package: python3-pycollada-0.7.1

---
 srcpkgs/python3-pycollada/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pycollada/template

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
new file mode 100644
index 00000000000..84fdba69c4b
--- /dev/null
+++ b/srcpkgs/python3-pycollada/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pycollada'
+pkgname=python3-pycollada
+version=0.7.1
+revision=1
+archs=noarch
+wrksrc="pycollada-${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-dateutil python3-lxml"
+short_desc="Python3 module for creating, editing, and loding COLLADA files"
+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
+
+post_install() {
+	vlicense COPYING
+}

From 5661a11c19a5c10adbb91c37027d9148f9a5e2aa Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH 5/5] python3-trimesh: update to 3.8.1.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d..f2bd66a549b 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,20 +1,28 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.7.4
+version=3.8.1
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx"
+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"
+checkdepends="python3-pytest 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"
 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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=20897113f0c111f6b5a805bdeeffbe5ac3e82803c051dee956405ef031eac6a6
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

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

* Re: [PR PATCH] [Updated] python3-trimesh: update to 3.8.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (14 preceding siblings ...)
  2020-08-24  2:29 ` [PR PATCH] [Updated] python3-trimesh: update to 3.8.1 karl-nilsson
@ 2020-08-24  3:00 ` karl-nilsson
  2020-08-24  3:04 ` karl-nilsson
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-08-24  3:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 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/23338

python3-trimesh: update to 3.8.1.


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

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

From cf045ba64bf83e9da433b3eec220af05accf7c9a Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 4 Aug 2020 00:39:27 -0400
Subject: [PATCH 1/5] libspatialindex: update to 1.9.3.

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

diff --git a/srcpkgs/libspatialindex/template b/srcpkgs/libspatialindex/template
index c86d95a7321..d1a5cf27e1c 100644
--- a/srcpkgs/libspatialindex/template
+++ b/srcpkgs/libspatialindex/template
@@ -1,6 +1,6 @@
 # Template file for 'libspatialindex'
 pkgname=libspatialindex
-version=1.9.0
+version=1.9.3
 revision=1
 build_style=cmake
 short_desc="Framework that supports robust spatial indexing methods and queries"
@@ -8,7 +8,7 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
 license="MIT"
 homepage="http://libspatialindex.github.io/"
 distfiles="https://github.com/libspatialindex/libspatialindex/archive/${version}.tar.gz"
-checksum=7c8809cd7e827efdc8bd80f786cf2a2d4f25adb92f954d46f7f28ad410bd46e2
+checksum=7b44340a3edc55c11abfc453bb60f148b29f569cef9e1148583e76132e9c7379
 
 post_install() {
 	vlicense COPYING

From 4f7ae825634d604b507bd21585a15b50ac95b85e Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:03:35 -0400
Subject: [PATCH 2/5] New package: python3-rtree-0.9.4

---
 srcpkgs/python3-rtree/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-rtree/template

diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template
new file mode 100644
index 00000000000..e988af7abdb
--- /dev/null
+++ b/srcpkgs/python3-rtree/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-rtree'
+pkgname=python3-rtree
+version=0.9.4
+revision=1
+archs=noarch
+wrksrc="rtree-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel libspatialindex-devel"
+depends="libspatialindex"
+checkdepends="python3-pytest python3-numpy"
+short_desc="Python3 bindings for libspatialindex"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://toblerity.org/rtree/"
+distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
+checksum=d71a90913d0f1ce52c463383b175248f9469f02aea740f3f7579e541e703ea0f
+
+post_install() {
+	vlicense LICENSE.txt LICENSE
+}
+
+do_check() {
+	python3 -m pytest tests/
+}

From 8532c7b622fa924c7bde3387f4b800280fce3bc1 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 23 Aug 2020 21:20:29 -0400
Subject: [PATCH 3/5] New package: python3-svg.path-4.0.2

---
 srcpkgs/python3-svg.path/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-svg.path/template

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
new file mode 100644
index 00000000000..473fc38dcc4
--- /dev/null
+++ b/srcpkgs/python3-svg.path/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-svg.path'
+pkgname=python3-svg.path
+version=4.0.2
+revision=1
+archs=noarch
+wrksrc="svg.path-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 SVG path parser"
+maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
+license="MIT"
+homepage="https://github.com/regebro/svg.path"
+distfiles="https://github.com/regebro/svg.path/archive/${version}.tar.gz"
+checksum=60fc147f1734e5beb108b464cdf2418baefa1d03168fdb9733baed84bc040b50
+
+post_install() {
+	vlicense LICENSE.txt
+}

From d667a62e92f2508f8c05b4c3d8ce43751a6c8c7b Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 23 Aug 2020 22:14:56 -0400
Subject: [PATCH 4/5] New package: python3-pycollada-0.7.1

---
 srcpkgs/python3-pycollada/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pycollada/template

diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template
new file mode 100644
index 00000000000..84fdba69c4b
--- /dev/null
+++ b/srcpkgs/python3-pycollada/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pycollada'
+pkgname=python3-pycollada
+version=0.7.1
+revision=1
+archs=noarch
+wrksrc="pycollada-${version}"
+#create_wrksrc=yes
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-dateutil python3-lxml"
+short_desc="Python3 module for creating, editing, and loding COLLADA files"
+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
+
+post_install() {
+	vlicense COPYING
+}

From a74c10703dfbc65d7ecf0616fb98abcb76591a74 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 14 Jun 2020 21:27:45 -0400
Subject: [PATCH 5/5] python3-trimesh: update to 3.8.1.

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

diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template
index 15f6715ce1d..f2bd66a549b 100644
--- a/srcpkgs/python3-trimesh/template
+++ b/srcpkgs/python3-trimesh/template
@@ -1,20 +1,28 @@
 # Template file for 'python3-trimesh'
 pkgname=python3-trimesh
-version=3.7.4
+version=3.8.1
 revision=1
 archs=noarch
 wrksrc="trimesh-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-numpy"
-depends="python3-numpy python3-scipy python3-networkx"
+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"
+checkdepends="python3-pytest 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"
 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=05818e5332337734fb1d0df706a80ea81398641f31274d51fef488cbd988f066
+checksum=20897113f0c111f6b5a805bdeeffbe5ac3e82803c051dee956405ef031eac6a6
 
 post_install() {
 	vlicense LICENSE.md
 }
+
+do_check() {
+	# disable test coverage
+	sed -i 's/pytest-cov//' setup.py
+	sed -i 's/coveralls//' setup.py
+	python3 -m pytest
+}

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

* Re: python3-trimesh: update to 3.8.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (15 preceding siblings ...)
  2020-08-24  3:00 ` karl-nilsson
@ 2020-08-24  3:04 ` karl-nilsson
  2020-08-24  7:10 ` [PR REVIEW] " Piraty
  2020-08-24 10:07 ` [PR PATCH] [Closed]: " Piraty
  18 siblings, 0 replies; 19+ messages in thread
From: karl-nilsson @ 2020-08-24  3:04 UTC (permalink / raw)
  To: ml

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

New comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/23338#issuecomment-678879159

Comment:
@Piraty I was able to package the remaining dependencies, and make check seems to work (albeit with warnings).
Let me know what you think.

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

* Re: [PR REVIEW] python3-trimesh: update to 3.8.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (16 preceding siblings ...)
  2020-08-24  3:04 ` karl-nilsson
@ 2020-08-24  7:10 ` Piraty
  2020-08-24 10:07 ` [PR PATCH] [Closed]: " Piraty
  18 siblings, 0 replies; 19+ messages in thread
From: Piraty @ 2020-08-24  7:10 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23338#discussion_r475383301

Comment:
please remove

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

* Re: [PR PATCH] [Closed]: python3-trimesh: update to 3.8.1.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
                   ` (17 preceding siblings ...)
  2020-08-24  7:10 ` [PR REVIEW] " Piraty
@ 2020-08-24 10:07 ` Piraty
  18 siblings, 0 replies; 19+ messages in thread
From: Piraty @ 2020-08-24 10:07 UTC (permalink / raw)
  To: ml

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

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

python3-trimesh: update to 3.8.1.
https://github.com/void-linux/void-packages/pull/23338

Description:


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

* Re: python3-trimesh: update to 3.7.5.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
@ 2020-07-03 18:55 ` Chocimier
  2020-07-12  8:34 ` Piraty
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: Chocimier @ 2020-07-03 18:55 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23338#issuecomment-653650554

Comment:
> TypeError: don't know how to make test from: <trimesh.exceptions.ExceptionModule object at 0x7f76eb5ce520>

passes for you?

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

end of thread, other threads:[~2020-08-24 10:07 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
2020-07-03 18:55 ` python3-trimesh: update to 3.7.5 Chocimier
2020-07-12  8:34 ` Piraty
2020-07-12 11:27 ` Piraty
2020-07-12 16:25 ` [PR PATCH] [Updated] " karl-nilsson
2020-07-12 18:26 ` karl-nilsson
2020-07-12 18:48 ` python3-trimesh: update to 3.7.9 karl-nilsson
2020-07-30  3:53 ` [PR PATCH] [Updated] " karl-nilsson
2020-07-30  3:55 ` karl-nilsson
2020-08-04  4:40 ` karl-nilsson
2020-08-04 17:25 ` python3-trimesh: update to 3.7.14 karl-nilsson
2020-08-10 23:57 ` Piraty
2020-08-17 23:55 ` [PR PATCH] [Updated] " karl-nilsson
2020-08-18 15:58 ` karl-nilsson
2020-08-24  0:34 ` karl-nilsson
2020-08-24  2:29 ` [PR PATCH] [Updated] python3-trimesh: update to 3.8.1 karl-nilsson
2020-08-24  3:00 ` karl-nilsson
2020-08-24  3:04 ` karl-nilsson
2020-08-24  7:10 ` [PR REVIEW] " Piraty
2020-08-24 10:07 ` [PR PATCH] [Closed]: " Piraty

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).