[arch-commits] Commit in python-trimesh/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed May 26 14:55:54 UTC 2021


    Date: Wednesday, May 26, 2021 @ 14:55:54
  Author: jelle
Revision: 946685

Cleanup of python-setuptools dependency for console scripts

Modified:
  python-trimesh/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-26 14:54:59 UTC (rev 946684)
+++ PKGBUILD	2021-05-26 14:55:54 UTC (rev 946685)
@@ -2,12 +2,12 @@
 
 pkgname=python-trimesh
 pkgver=3.9.14
-pkgrel=1
+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)
+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



More information about the arch-commits mailing list