# Description: Python CFFI bindings to the Brotli library # URL: https://github.com/python-hyper/brotlicffi # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: brotli python3-cffi python3-wheel name=python3-brotlicffi version=1.2.0.0 release=1 source=(https://pypi.org/packages/source/b/brotlicffi/brotlicffi-$version.tar.gz) build() { cd brotlicffi-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }