[arch-commits] Commit in python-trimesh/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  python-trimesh/repos/community-any/PKGBUILD
(from rev 774395, python-trimesh/trunk/PKGBUILD)
Deleted:
  python-trimesh/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-13 14:57:17 UTC (rev 774395)
+++ PKGBUILD2020-12-13 14:57:26 UTC (rev 774396)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-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'
-'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-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=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
-
-build() {
-  cd trimesh-${pkgver}
-  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
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 774395, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-13 14:57:26 UTC (rev 774396)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+pkgver=3.8.15
+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;
+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'
+'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-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=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd trimesh-${pkgver}
+  python -m unittest discover tests
+}
+
+package() {
+  cd trimesh-${pkgver}
+  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/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  python-trimesh/repos/community-any/PKGBUILD
(from rev 771048, python-trimesh/trunk/PKGBUILD)
Deleted:
  python-trimesh/repos/community-any/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 47 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 16:01:43 UTC (rev 771048)
+++ PKGBUILD2020-12-06 16:01:48 UTC (rev 771049)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-pkgver=3.8.12
-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;
-license=('MIT')
-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=('6425fc77bf5e75bf13719c9316dd0a292c6606853e03f4578467ac28ddc3298678b7ff5f244de9847c5c0755024f109e5a2df8a617c449236d1e484e64033711')
-
-build() {
-  cd trimesh-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 771048, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 16:01:48 UTC (rev 771049)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+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'
+'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-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=('0ac782340f7f68e9a4f9a0b3fac7724298fd2e42e20375363a99d40ad6b783f5a22d503793b3b4164adeb13f2ab74786eb0b096f178aabb66d35041a1e753764')
+
+build() {
+  cd trimesh-${pkgver}
+  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
+
+  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in python-trimesh/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  python-trimesh/repos/community-any/PKGBUILD
(from rev 737652, python-trimesh/trunk/PKGBUILD)
Deleted:
  python-trimesh/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-31 13:26:11 UTC (rev 737652)
+++ PKGBUILD2020-10-31 13:26:16 UTC (rev 737653)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-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')
-url="https://github.com/mikedh/trimesh;
-license=('MIT')
-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=('c35c39069b3e03a2037811160b813b76cdf8a13cd41ca89cb157bd312992fb16638ab25a0a9930b969105c08c868a6ff0c0612b183003b32aa9249b842db5899')
-
-build() {
-  cd trimesh-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 737652, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-31 13:26:16 UTC (rev 737653)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+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')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+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=('6425fc77bf5e75bf13719c9316dd0a292c6606853e03f4578467ac28ddc3298678b7ff5f244de9847c5c0755024f109e5a2df8a617c449236d1e484e64033711')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd trimesh-${pkgver}
+  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/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  python-trimesh/repos/community-any/PKGBUILD
(from rev 724424, python-trimesh/trunk/PKGBUILD)
Deleted:
  python-trimesh/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-16 11:02:26 UTC (rev 724424)
+++ PKGBUILD2020-10-16 11:02:34 UTC (rev 724425)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-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')
-url="https://github.com/mikedh/trimesh;
-license=('MIT')
-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=('21eb5e0b43c9791b369c76a9962e014d4d7805db715fed5d94a9795332fba53ee8e3eed84cbf165526cbd3a9f1f08af47f8c6a01fea2c653b2cab7bf7674e9df')
-
-build() {
-  cd trimesh-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 724424, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-16 11:02:34 UTC (rev 724425)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+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')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+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=('c35c39069b3e03a2037811160b813b76cdf8a13cd41ca89cb157bd312992fb16638ab25a0a9930b969105c08c868a6ff0c0612b183003b32aa9249b842db5899')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd trimesh-${pkgver}
+  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/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  python-trimesh/repos/community-any/PKGBUILD
(from rev 716704, python-trimesh/trunk/PKGBUILD)
Deleted:
  python-trimesh/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-03 18:01:08 UTC (rev 716704)
+++ PKGBUILD2020-10-03 18:01:16 UTC (rev 716705)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-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')
-url="https://github.com/mikedh/trimesh;
-license=('MIT')
-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=('7af8e1d030fb5d7a3a19131c6ecf237c9fda258b15125327af4240107d552bf1762426a4a9c84eafb7fc8f78844752628dc981350de8c1a4dbb82f2e7039ec9d')
-
-build() {
-  cd trimesh-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 716704, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-03 18:01:16 UTC (rev 716705)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+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')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+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=('21eb5e0b43c9791b369c76a9962e014d4d7805db715fed5d94a9795332fba53ee8e3eed84cbf165526cbd3a9f1f08af47f8c6a01fea2c653b2cab7bf7674e9df')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd trimesh-${pkgver}
+  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/repos/community-any (PKGBUILD PKGBUILD)

2020-09-19 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 19, 2020 @ 13:49:23
  Author: jelle
Revision: 710876

archrelease: copy trunk to community-any

Added:
  python-trimesh/repos/community-any/PKGBUILD
(from rev 710875, python-trimesh/trunk/PKGBUILD)
Deleted:
  python-trimesh/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-19 13:36:06 UTC (rev 710875)
+++ PKGBUILD2020-09-19 13:49:23 UTC (rev 710876)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-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')
-url="https://github.com/mikedh/trimesh;
-license=('MIT')
-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=('61b1a50c374b1fce93d1410224e7fdb680512c064cd76c5122058c4f5bcc771763476f4cbf147b2f50bb8667f7ea879435e8fd1b2ab79483c29287ec9224')
-
-build() {
-  cd trimesh-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 710875, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-19 13:49:23 UTC (rev 710876)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+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')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+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=('7af8e1d030fb5d7a3a19131c6ecf237c9fda258b15125327af4240107d552bf1762426a4a9c84eafb7fc8f78844752628dc981350de8c1a4dbb82f2e7039ec9d')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd trimesh-${pkgver}
+  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/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  python-trimesh/repos/community-any/PKGBUILD
(from rev 686540, python-trimesh/trunk/PKGBUILD)
Deleted:
  python-trimesh/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-21 22:59:41 UTC (rev 686540)
+++ PKGBUILD2020-08-21 22:59:47 UTC (rev 686541)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-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')
-url="https://github.com/mikedh/trimesh;
-license=('MIT')
-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=('8cfe3712c4ee7b1c54759cc64859587448e0ed62509da0b39d9926ac2ad2886355da1c450392c23ae5f3aa8663159d2ba77bd6e8e28bc699d9783527898cf7b2')
-
-build() {
-  cd trimesh-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd trimesh-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 686540, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-21 22:59:47 UTC (rev 686541)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+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')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+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=('61b1a50c374b1fce93d1410224e7fdb680512c064cd76c5122058c4f5bcc771763476f4cbf147b2f50bb8667f7ea879435e8fd1b2ab79483c29287ec9224')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd trimesh-${pkgver}
+  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/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  python-trimesh/repos/community-any/PKGBUILD
(from rev 683916, python-trimesh/trunk/PKGBUILD)
Deleted:
  python-trimesh/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 13:05:56 UTC (rev 683916)
+++ PKGBUILD2020-08-18 13:06:06 UTC (rev 683917)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-trimesh
-pkgver=3.7.13
-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)
-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
-
-  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 683916, 
python-trimesh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 13:06:06 UTC (rev 683917)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-trimesh
+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')
+url="https://github.com/mikedh/trimesh;
+license=('MIT')
+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=('8cfe3712c4ee7b1c54759cc64859587448e0ed62509da0b39d9926ac2ad2886355da1c450392c23ae5f3aa8663159d2ba77bd6e8e28bc699d9783527898cf7b2')
+
+build() {
+  cd trimesh-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd trimesh-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}