void-packages/srcpkgs/python3-lz4/template

23 lines
780 B
Bash

# Template file for 'python3-lz4'
pkgname=python3-lz4
version=4.3.3
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"
short_desc="LZ4 bindings for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
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=01fe674ef2889dbb9899d8a67361e0c4a2c833af5aeb37dd505727cf5d2a131e
post_install() {
vlicense LICENSE
}