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.9.
Date: Thu, 30 Jul 2020 05:55:39 +0200	[thread overview]
Message-ID: <20200730035539.XWymfDn4sE3CTAYxGMVyBEgvfEw3MoIfBek2egVbpBs@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: 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/
+}

  parent reply	other threads:[~2020-07-30  3: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 [this message]
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

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=20200730035539.XWymfDn4sE3CTAYxGMVyBEgvfEw3MoIfBek2egVbpBs@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).