[arch-commits] Commit in (4 files)
Jelle van der Waa
jelle at archlinux.org
Sun Jul 26 14:16:33 UTC 2020
Date: Sunday, July 26, 2020 @ 14:16:33
Author: jelle
Revision: 665351
new cura dependency
Added:
python-trimesh/
python-trimesh/repos/
python-trimesh/trunk/
python-trimesh/trunk/PKGBUILD
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Added: python-trimesh/trunk/PKGBUILD
===================================================================
--- python-trimesh/trunk/PKGBUILD (rev 0)
+++ python-trimesh/trunk/PKGBUILD 2020-07-26 14:16:33 UTC (rev 665351)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-trimesh
+pkgver=3.7.13
+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-lxml' 'python-pillow' 'python-rtee' 'python-jsonschema'
+ 'python-shapely' 'python-pyglet 'python-xxhash')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz)
+
+build() {
+ python setup.py build
+}
+
+package() {
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package() {
+}
More information about the arch-commits
mailing list