From 6706ef432021c609dcf7df511ec6f7b1d2fd46cc Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Fri, 31 Dec 2021 11:01:00 +1100 Subject: [PATCH] New package: python3-zstandard-0.15.0 --- srcpkgs/python3-zstandard/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python3-zstandard/template diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template new file mode 100644 index 000000000000..116839ff76fe --- /dev/null +++ b/srcpkgs/python3-zstandard/template @@ -0,0 +1,22 @@ +# Template file for 'python3-zstandard' +pkgname=python3-zstandard +version=0.15.0 +revision=1 +wrksrc="python-zstandard-${version}" +build_style=python3-module +# TODO: build error +# make_build_args="--system-zstd" +hostmakedepends="python3-setuptools" +makedepends="python3-devel libzstd-devel" +depends="python3" +checkdepends="python3-hypothesis" +short_desc="Python bindings to the Zstandard (zstd) compression library" +maintainer="Evgeny Ermakov " +license="BSD-3-Clause" +homepage="https://github.com/indygreg/python-zstandard" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=5d5a2908e329d599933e3a6d3437506a7141bffbfdca98d8734fc9f1d5314bde + +post_install() { + vlicense LICENSE +}