From 42057200bd447ebd5539be76f11fe28fc8585b9d Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 23 Feb 2021 12:12:42 -0500 Subject: [PATCH 1/2] python3-svg.path: update to 4.1. --- srcpkgs/python3-svg.path/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template index 8b94cf795b4..c5372b1416a 100644 --- a/srcpkgs/python3-svg.path/template +++ b/srcpkgs/python3-svg.path/template @@ -1,7 +1,7 @@ # Template file for 'python3-svg.path' pkgname=python3-svg.path -version=4.0.2 -revision=2 +version=4.1 +revision=1 wrksrc="svg.path-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,7 +10,7 @@ maintainer="Karl Nilsson " license="MIT" homepage="https://github.com/regebro/svg.path" distfiles="https://github.com/regebro/svg.path/archive/${version}.tar.gz" -checksum=60fc147f1734e5beb108b464cdf2418baefa1d03168fdb9733baed84bc040b50 +checksum=8fe78a5ff8f379c78dac4a3ba623068a8a2af434dace24103a053e06525d400d post_install() { vlicense LICENSE.txt From c0a3b16bb9da4d03158206c841f366c96667e5ff Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 23 Feb 2021 12:40:38 -0500 Subject: [PATCH 2/2] python3-trimesh: update to 3.9.7. Unit tests fail on x86. Upstream issue: https://github.com/mikedh/trimesh/issues/690 --- srcpkgs/python3-trimesh/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template index 4a03839937e..c23cb17455d 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.3 +version=3.9.7 revision=1 wrksrc="trimesh-${version}" build_style=python3-module @@ -10,13 +10,14 @@ 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 " license="MIT" homepage="https://trimsh.org/" distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz" -checksum=54f4f57a5fdbed7d95ddb4b26d34c3c7a2ddf3126833c9352515fb91b03b3eac +checksum=44aaa4363391f68743ce5110cc950c03706ac562cc34f194249c91e1f0cde35d post_install() { vlicense LICENSE.md