From cf045ba64bf83e9da433b3eec220af05accf7c9a Mon Sep 17 00:00:00 2001 From: Karl Nilsson 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 " 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 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 " +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 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 " +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 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 " +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 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 " 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 +}