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

Jelle van der Waa jelle at archlinux.org
Fri Aug 21 22:59:47 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-08-21 22:59:41 UTC (rev 686540)
+++ PKGBUILD	2020-08-21 22:59:47 UTC (rev 686541)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-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)
+++ PKGBUILD	2020-08-21 22:59:47 UTC (rev 686541)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+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=('61b1a50c374b1fce93d1410224e7fdb680512c064cd76c5122058c4f5bcc7717634762222f4cbf147b2f50bb8667f7ea879435e8fd1b2ab79483c29287ec9224')
+
+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