void-packages/srcpkgs/python3-pyzstd/template

22 lines
722 B
Bash

# Template file for 'python3-pyzstd'
pkgname=python3-pyzstd
version=0.15.3
revision=2
build_style=python3-module
make_build_args="--dynamic-link-zstd"
hostmakedepends="python3-setuptools"
makedepends="python3-devel libzstd-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python bindings to zstd, API is similar to bz2/lzma/zlib module"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="BSD-3-Clause"
homepage="https://github.com/animalize/pyzstd"
changelog="https://raw.githubusercontent.com/animalize/pyzstd/dev/README.rst"
distfiles="${PYPI_SITE}/p/pyzstd/pyzstd-${version}.tar.gz"
checksum=ac4edab5d3955343e8f7f287e62cd2882907d46bcba4b406a1e9f84aa2887472
post_install() {
vlicense LICENSE
}