21 lines
734 B
Bash
21 lines
734 B
Bash
# Template file for 'python3-pyzstd'
|
|
pkgname=python3-pyzstd
|
|
version=0.16.2
|
|
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/Rogdham/pyzstd"
|
|
changelog="https://raw.githubusercontent.com/Rogdham/pyzstd/refs/heads/master/CHANGELOG.md"
|
|
distfiles="${PYPI_SITE}/p/pyzstd/pyzstd-${version}.tar.gz"
|
|
checksum=179c1a2ea1565abf09c5f2fd72f9ce7c54b2764cf7369e05c0bfd8f1f67f63d2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|