void-packages/srcpkgs/python3-pyzstd/template

22 lines
722 B
Bash

# Template file for 'python3-pyzstd'
pkgname=python3-pyzstd
version=0.16.0
revision=1
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=fd43a0ae38ae15223fb1057729001829c3336e90f4acf04cf12ebdec33346658
post_install() {
vlicense LICENSE
}