From 391b7ba9af8b8b2255f1cad9516d3966aa1303a3 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Sun, 9 Feb 2020 18:51:34 -0600 Subject: [PATCH] New package: python3-brotlicffi-1.0.9.2 --- srcpkgs/python3-brotlicffi/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-brotlicffi/template diff --git a/srcpkgs/python3-brotlicffi/template b/srcpkgs/python3-brotlicffi/template new file mode 100644 index 000000000000..6a022d87ab67 --- /dev/null +++ b/srcpkgs/python3-brotlicffi/template @@ -0,0 +1,18 @@ +# Template file for 'python3-brotlicffi' +pkgname=python3-brotlicffi +version=1.0.9.2 +revision=1 +wrksrc="brotlicffi-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-pip" +makedepends="python3-devel python3-wheel brotli-devel" +short_desc="Python binding to the Brotli library" +maintainer="Alex Childs " +license="MIT" +homepage="https://github.com/python-hyper/brotlicffi/" +distfiles="${PYPI_SITE}/b/brotlicffi/brotlicffi-${version}.tar.gz" +checksum=0c248a68129d8fc6a217767406c731e498c3e19a7be05ea0a90c3c86637b7d96 + +post_install() { + vlicense LICENSE +}