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

Jelle van der Waa jelle at archlinux.org
Wed Jan 13 20:47:22 UTC 2021


    Date: Wednesday, January 13, 2021 @ 20:47:21
  Author: jelle
Revision: 820733

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 20:47:16 UTC (rev 820732)
+++ PKGBUILD	2021-01-13 20:47:21 UTC (rev 820733)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-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"
-}

Copied: python-trimesh/repos/community-any/PKGBUILD (from rev 820732, python-trimesh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-13 20:47:21 UTC (rev 820733)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-trimesh
+pkgver=3.9.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)
+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=('ef278acf894abff6b64223934d669558a2c0bfaa611607c908810df67597f635d50786b6e18651e30ee70dee88163ec9a624f4d8e13a3a9b171782ee04498bc2')
+
+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"
+}



More information about the arch-commits mailing list