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

Jelle van der Waa jelle at gemini.archlinux.org
Mon Aug 9 20:43:53 UTC 2021


    Date: Monday, August 9, 2021 @ 20:43:53
  Author: jelle
Revision: 997286

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-09 20:43:43 UTC (rev 997285)
+++ PKGBUILD	2021-08-09 20:43:53 UTC (rev 997286)
@@ -1,47 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-trimesh
-pkgver=3.9.23
-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-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=('e96b8666794e404af5a311fda493f92e1f1085f502dc512ffc37c7a68e19452216d4f057ddba36ace586e9f693cf863397bcd5ad25657dede2ff69c582911d7d')
-
-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 997285, python-trimesh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-09 20:43:53 UTC (rev 997286)
@@ -0,0 +1,47 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-trimesh
+pkgver=3.9.26
+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-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=('d3e950e6530880fb612eeecb4fb6eeb63442be1bc5203c5bbec4fac169c05a953fba5d510e50032fce75eadd70fb7fe3667eb96b01197ebbf87396995c8c18f2')
+
+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