python3-lz4: update to 4.3.2.
This commit is contained in:
parent
74410d0c83
commit
16b0fdafc0
|
@ -1,9 +1,11 @@
|
|||
# Template file for 'python3-lz4'
|
||||
pkgname=python3-lz4
|
||||
version=3.1.3
|
||||
revision=4
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-setuptools_scm python3-pkgconfig"
|
||||
version=4.3.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# Module lz4.stream is experimental and not built by default
|
||||
make_check_args="--ignore=tests/stream"
|
||||
hostmakedepends="pkg-config python3-setuptools_scm python3-pkgconfig python3-wheel"
|
||||
makedepends="python3-devel liblz4-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest python3-psutil"
|
||||
|
@ -13,7 +15,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://github.com/python-lz4/python-lz4"
|
||||
changelog="https://github.com/python-lz4/python-lz4/releases"
|
||||
distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz"
|
||||
checksum=081ef0a3b5941cb03127f314229a1c78bd70c9c220bb3f4dd80033e707feaa18
|
||||
checksum=e1431d84a9cfb23e6773e72078ce8e65cad6745816d4cbf9ae67da5ea419acda
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue