void-packages/srcpkgs/python3-lz4/template
2021-10-09 08:00:39 -04:00

22 lines
693 B
Bash

# Template file for 'python3-lz4'
pkgname=python3-lz4
version=3.1.3
revision=2
wrksrc="lz4-${version}"
build_style=python3-module
hostmakedepends="pkg-config python3-setuptools_scm python3-pkgconfig"
makedepends="python3-devel liblz4-devel"
depends="python3"
checkdepends="python3-pytest python3-psutil"
short_desc="LZ4 bindings for Python3"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
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
post_install() {
vlicense LICENSE
}