blob: 11ba40b23d4a698e6b16a379809f126f3272aba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = python-laspy
pkgdesc = Pythonic interface for .LAS LIDAR files
pkgver = 2.6.1
pkgrel = 1
url = https://github.com/laspy/laspy
changelog = CHANGELOG.md
arch = any
license = BSD-2-Clause
checkdepends = python-pytest
makedepends = git
makedepends = python-myst-parser
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-sphinx
depends = python-numpy
depends = python-rich
depends = python-typer
optdepends = python-lazrs: LAZ and COPC support
optdepends = python-laszip: LAZ support
optdepends = python-pyproj: CRS support
optdepends = python-requests: COPC support over HTTPS
source = git+https://github.com/laspy/laspy#commit=07a5fa4?signed
source = modify_doc_conf.patch
validpgpkeys = 44B238524D21C5064D7081BD5022EF94BE848C51
sha256sums = fb5aa69bc3da7c34ed7f3cbad91d32df929967264cc6662bef48a35926a293c4
sha256sums = 744d0abc53af0b4164021eaf7e6cb97edd15cb7ce21ba39cf2f964bcfccb6bae
pkgname = python-laspy
|