Github messages for voidlinux
 help / color / mirror / Atom feed
From: karl-nilsson <karl-nilsson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-trimesh: update to 3.7.14.
Date: Tue, 18 Aug 2020 01:55:54 +0200	[thread overview]
Message-ID: <20200817235554.tLP9UdX3fi5rJqE6ZHOiwixP70GPmk6NZeJ_t-aswLc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2020-08-17 23:55 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23338@inbox.vuxu.org>
2020-07-12  8:34 ` python3-trimesh: update to 3.7.5 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 ` karl-nilsson [this message]
2020-08-18 15:58 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200817235554.tLP9UdX3fi5rJqE6ZHOiwixP70GPmk6NZeJ_t-aswLc@z \
    --to=karl-nilsson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).