* update python-lz4 to 4.3.3-3

This commit is contained in:
Alexander Baldeck 2024-12-04 17:25:49 +01:00
parent facfd12830
commit f19bbb5dbb
3 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,23 @@
pkgbase = python-lz4
pkgdesc = LZ4 bindings for Python
pkgver = 4.3.3
pkgrel = 3
url = https://github.com/python-lz4/python-lz4
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = BSD
checkdepends = python-pytest
checkdepends = python-psutil
makedepends = python-build
makedepends = python-installer
makedepends = python-pkgconfig
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
source = https://pypi.org/packages/source/l/lz4/lz4-4.3.3.tar.gz
sha512sums = 9bdacf6766cca5d1c59f0a0f795910da104ce51d4c43057c4c07fed98765881a702604d60d22a10dea937c4d683e3fcf07c26a6c7a7b5a15b45759fcedb55900
pkgname = python-lz4

View File

@ -0,0 +1,3 @@
[python-lz4]
source = "pypi"
pypi = "lz4"

View File

@ -10,7 +10,7 @@
pkgname=python-lz4
_pkgname=lz4
pkgver=4.3.3
pkgrel=2
pkgrel=3
pkgdesc="LZ4 bindings for Python"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('BSD')