# Description: Pure-Python HPACK header compression # URL: https://hyper.rtfd.org/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-hpack version=4.1.0 release=2 source=(https://github.com/python-hyper/hpack/archive/v$version/$name-$version.tar.gz) build() { cd hpack-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }