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.5.
Date: Sun, 12 Jul 2020 20:26:51 +0200	[thread overview]
Message-ID: <20200712182651.IN_OtiREYUvWXIMAUH3AYLbTUAvWxKec78L0QTOgX0Y@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.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
+}

  parent reply	other threads:[~2020-07-12 18:26 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 ` Piraty
2020-07-12 11:27 ` Piraty
2020-07-12 16:25 ` [PR PATCH] [Updated] " karl-nilsson
2020-07-12 18:26 ` karl-nilsson [this message]
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

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=20200712182651.IN_OtiREYUvWXIMAUH3AYLbTUAvWxKec78L0QTOgX0Y@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).