23 lines
749 B
Bash
23 lines
749 B
Bash
# Template file for 'python3-pyzstd'
|
|
pkgname=python3-pyzstd
|
|
version=0.15.2
|
|
revision=1
|
|
wrksrc="pyzstd-${version}"
|
|
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=eda9d2874a8f3823eea882125f304620f592693b3af0101c484bfc75726c8c59
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|