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

Jelle van der Waa jelle at archlinux.org
Fri Oct 16 11:02:34 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-10-16 11:02:26 UTC (rev 724424)
+++ PKGBUILD	2020-10-16 11:02:34 UTC (rev 724425)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-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)
+++ PKGBUILD	2020-10-16 11:02:34 UTC (rev 724425)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+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"
+}



More information about the arch-commits mailing list