blob: 87508e9784a697f79dca339ee768497019547902 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-lazrs
pkgdesc = Python bindings for laz-rs (LAZ compression)
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/laz-rs/laz-rs-python
arch = x86_64
license = MIT
makedepends = maturin
makedepends = python-installer
depends = gcc-libs
depends = glibc
depends = python
source = https://files.pythonhosted.org/packages/source/l/lazrs/lazrs-0.5.0.tar.gz
sha256sums = 793359e94eb436b34877b4305570774f9b1bba34c4671238512b80b60456d9ce
pkgname = python-lazrs
|