blob: c82d494a1700992d9b1f34a86e671462b1e2fe26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-lzallright
pkgdesc = Python bindings for the LZ library (LZO data compression algorithm)
pkgver = 0.2.6
pkgrel = 1
url = https://github.com/vlaci/lzallright
arch = x86_64
arch = aarch64
license = MIT
checkdepends = python-pytest>=8
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = rust
depends = python>=3.8
options = !lto
source = https://github.com/vlaci/lzallright/archive/refs/tags/v0.2.6.tar.gz
sha256sums = ff3f07fac7fbe9723d44fc8b4203ea876b50c9c95f957a77b0100ec1ceaa6f11
pkgname = python-lzallright
|