blob: 49c26930bdc320ee7ef22d24d3cb881c742128a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-py3dtiles
pkgdesc = Python module to manage 3DTiles format
pkgver = 9.0.0
pkgrel = 2
url = https://gitlab.com/py3dtiles/py3dtiles
arch = any
license = Apache 2.0
makedepends = git
makedepends = python-setuptools
depends = python-earcut
depends = python-lz4
depends = python-numba
depends = python-numpy
depends = python-pyproj
depends = python-pyzmq
depends = python-pygltflib
depends = python-laspy
depends = python-plyfile
depends = python-psycopg2
source = py3dtiles-9.0.0.tar.gz::https://gitlab.com/py3dtiles/py3dtiles/-/archive/v9.0.0/py3dtiles-9.0.0.tar.gz
sha256sums = 3ef8149d82b9fcc58d0af7312d307f8f27f2a765beef7ddf603c094125ef007c
pkgname = python-py3dtiles
|