[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

2020-12-13 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 13, 2020 @ 14:57:17
  Author: jelle
Revision: 774395

Make package reproducible

Modified:
  python-trimesh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 14:56:58 UTC (rev 774394)
+++ PKGBUILD2020-12-13 14:57:17 UTC (rev 774395)
@@ -2,7 +2,7 @@
 
 pkgname=python-trimesh
 pkgver=3.8.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
 url="https://github.com/mikedh/trimesh;
@@ -41,7 +41,7 @@
 
 package() {
   cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --optimize=1 
--skip-build
 
   install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

2020-12-06 Thread Jelle van der Waa via arch-commits
Date: Sunday, December 6, 2020 @ 16:01:43
  Author: jelle
Revision: 771048

upgpkg: python-trimesh 3.8.15-1

Modified:
  python-trimesh/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 15:55:02 UTC (rev 771047)
+++ PKGBUILD2020-12-06 16:01:43 UTC (rev 771048)
@@ -1,13 +1,17 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-trimesh
-pkgver=3.8.12
-pkgrel=2
+pkgver=3.8.15
+pkgrel=1
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
 url="https://github.com/mikedh/trimesh;
 license=('MIT')
 depends=(python python-setuptools python-numpy)
+checkdepends=(python-scipy python-networkx python-rtree python-lxml
+  python-shapely python-pillow python-sympy python-requests
+  python-msgpack python-pyglet python-jsonschema
+  python-svg.path python-collada)
 optdepends=('python-networkx: graph operations'
 'python-pyglet: preview windows'
 'python-rtree: vector path handling'
@@ -19,9 +23,11 @@
 'python-msgpack: serialize into msgpack'
 'python-lxml: handle XML better and faster than built- in XML'
 'python-sympy: do analytical math'
-'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
+'python-svg.path: handle SVG format path strings'
+'python-xxhash: hash ndarrays faster than built-in MD5/CRC'
+'python-collada: parse collada/dae/zae files')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('6425fc77bf5e75bf13719c9316dd0a292c6606853e03f4578467ac28ddc3298678b7ff5f244de9847c5c0755024f109e5a2df8a617c449236d1e484e64033711')
+sha512sums=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
 
 build() {
   cd trimesh-${pkgver}
@@ -28,6 +34,11 @@
   python setup.py build
 }
 
+check() {
+  cd trimesh-${pkgver}
+  python -m unittest discover tests
+}
+
 package() {
   cd trimesh-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build


[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

2020-10-31 Thread Jelle van der Waa via arch-commits
Date: Saturday, October 31, 2020 @ 13:26:11
  Author: jelle
Revision: 737652

upgpkg: python-trimesh 3.8.12-1

Modified:
  python-trimesh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-31 13:24:17 UTC (rev 737651)
+++ PKGBUILD2020-10-31 13:26:11 UTC (rev 737652)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-trimesh
-pkgver=3.8.11
+pkgver=3.8.12
 pkgrel=1
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
@@ -21,7 +21,7 @@
 'python-sympy: do analytical math'
 'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('c35c39069b3e03a2037811160b813b76cdf8a13cd41ca89cb157bd312992fb16638ab25a0a9930b969105c08c868a6ff0c0612b183003b32aa9249b842db5899')
+sha512sums=('6425fc77bf5e75bf13719c9316dd0a292c6606853e03f4578467ac28ddc3298678b7ff5f244de9847c5c0755024f109e5a2df8a617c449236d1e484e64033711')
 
 build() {
   cd trimesh-${pkgver}


[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

2020-10-16 Thread Jelle van der Waa via arch-commits
Date: Friday, October 16, 2020 @ 11:02:26
  Author: jelle
Revision: 724424

upgpkg: python-trimesh 3.8.11-1

Modified:
  python-trimesh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 11:01:38 UTC (rev 724423)
+++ PKGBUILD2020-10-16 11:02:26 UTC (rev 724424)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-trimesh
-pkgver=3.8.10
+pkgver=3.8.11
 pkgrel=1
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
@@ -21,7 +21,7 @@
 'python-sympy: do analytical math'
 'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('21eb5e0b43c9791b369c76a9962e014d4d7805db715fed5d94a9795332fba53ee8e3eed84cbf165526cbd3a9f1f08af47f8c6a01fea2c653b2cab7bf7674e9df')
+sha512sums=('c35c39069b3e03a2037811160b813b76cdf8a13cd41ca89cb157bd312992fb16638ab25a0a9930b969105c08c868a6ff0c0612b183003b32aa9249b842db5899')
 
 build() {
   cd trimesh-${pkgver}


[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

2020-10-03 Thread Jelle van der Waa via arch-commits
Date: Saturday, October 3, 2020 @ 18:01:08
  Author: jelle
Revision: 716703

upgpkg: python-trimesh 3.8.10-1

Modified:
  python-trimesh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-03 18:00:56 UTC (rev 716702)
+++ PKGBUILD2020-10-03 18:01:08 UTC (rev 716703)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-trimesh
-pkgver=3.8.8
+pkgver=3.8.10
 pkgrel=1
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
@@ -21,7 +21,7 @@
 'python-sympy: do analytical math'
 'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('7af8e1d030fb5d7a3a19131c6ecf237c9fda258b15125327af4240107d552bf1762426a4a9c84eafb7fc8f78844752628dc981350de8c1a4dbb82f2e7039ec9d')
+sha512sums=('21eb5e0b43c9791b369c76a9962e014d4d7805db715fed5d94a9795332fba53ee8e3eed84cbf165526cbd3a9f1f08af47f8c6a01fea2c653b2cab7bf7674e9df')
 
 build() {
   cd trimesh-${pkgver}


[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

2020-09-19 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 19, 2020 @ 13:36:06
  Author: jelle
Revision: 710875

upgpkg: python-trimesh 3.8.8-1

Modified:
  python-trimesh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-19 13:20:35 UTC (rev 710874)
+++ PKGBUILD2020-09-19 13:36:06 UTC (rev 710875)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-trimesh
-pkgver=3.8.1
+pkgver=3.8.8
 pkgrel=1
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
@@ -21,7 +21,7 @@
 'python-sympy: do analytical math'
 'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('61b1a50c374b1fce93d1410224e7fdb680512c064cd76c5122058c4f5bcc771763476f4cbf147b2f50bb8667f7ea879435e8fd1b2ab79483c29287ec9224')
+sha512sums=('7af8e1d030fb5d7a3a19131c6ecf237c9fda258b15125327af4240107d552bf1762426a4a9c84eafb7fc8f78844752628dc981350de8c1a4dbb82f2e7039ec9d')
 
 build() {
   cd trimesh-${pkgver}


[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

2020-08-21 Thread Jelle van der Waa via arch-commits
Date: Friday, August 21, 2020 @ 22:59:41
  Author: jelle
Revision: 686540

upgpkg: python-trimesh 3.8.1-1

Modified:
  python-trimesh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-21 22:48:23 UTC (rev 686539)
+++ PKGBUILD2020-08-21 22:59:41 UTC (rev 686540)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-trimesh
-pkgver=3.7.14
+pkgver=3.8.1
 pkgrel=1
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
@@ -21,7 +21,7 @@
 'python-sympy: do analytical math'
 'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('8cfe3712c4ee7b1c54759cc64859587448e0ed62509da0b39d9926ac2ad2886355da1c450392c23ae5f3aa8663159d2ba77bd6e8e28bc699d9783527898cf7b2')
+sha512sums=('61b1a50c374b1fce93d1410224e7fdb680512c064cd76c5122058c4f5bcc771763476f4cbf147b2f50bb8667f7ea879435e8fd1b2ab79483c29287ec9224')
 
 build() {
   cd trimesh-${pkgver}


[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

2020-08-18 Thread Jelle van der Waa via arch-commits
Date: Tuesday, August 18, 2020 @ 13:05:56
  Author: jelle
Revision: 683916

upgpkg: python-trimesh 3.7.14-1

Modified:
  python-trimesh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 13:05:28 UTC (rev 683915)
+++ PKGBUILD2020-08-18 13:05:56 UTC (rev 683916)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-trimesh
-pkgver=3.7.13
+pkgver=3.7.14
 pkgrel=1
 pkgdesc='Trimesh is a pure Python library for loading and using triangular 
meshes with an emphasis on watertight surfaces'
 arch=('any')
@@ -21,7 +21,7 @@
 'python-sympy: do analytical math'
 'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
-sha512sums=('0f0e2b601828f2058ee478f4afb380646cfb7c92dc0b395d42b40e2641726b7fabad134fbccd7219d63a8384da9dd2d5984ad15ddd68656e851c8bc56a8e07f6')
+sha512sums=('8cfe3712c4ee7b1c54759cc64859587448e0ed62509da0b39d9926ac2ad2886355da1c450392c23ae5f3aa8663159d2ba77bd6e8e28bc699d9783527898cf7b2')
 
 build() {
   cd trimesh-${pkgver}


[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

2020-07-26 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 26, 2020 @ 19:01:17
  Author: jelle
Revision: 665375

New dependency of cura

Modified:
  python-trimesh/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 18:53:34 UTC (rev 665374)
+++ PKGBUILD2020-07-26 19:01:17 UTC (rev 665375)
@@ -7,17 +7,30 @@
 arch=('any')
 url="https://github.com/mikedh/trimesh;
 license=('MIT')
-depends=('python' 'python-setuptools' 'python-lxml' 'python-pillow' 
'python-rtee' 'python-jsonschema'
- 'python-shapely' 'python-pyglet 'python-xxhash')
+depends=(python python-setuptools python-numpy)
+optdepends=('python-networkx: graph operations'
+'python-pyglet: preview windows'
+'python-rtree: vector path handling'
+'python-scipy: convex hulls'
+'python-shapely: vector path handling'
+'python-pillow: load images'
+'python-jsonschema: validate JSON schemas like GLTF'
+'python-requests: network requests'
+'python-msgpack: serialize into msgpack'
+'python-lxml: handle XML better and faster than built- in XML'
+'python-sympy: do analytical math'
+'python-xxhash: hash ndarrays faster than built-in MD5/CRC')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
+sha512sums=('0f0e2b601828f2058ee478f4afb380646cfb7c92dc0b395d42b40e2641726b7fabad134fbccd7219d63a8384da9dd2d5984ad15ddd68656e851c8bc56a8e07f6')
 
 build() {
+  cd trimesh-${pkgver}
   python setup.py build
 }
 
 package() {
+  cd trimesh-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
 
-package() {
+  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
 }