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