# Description: HTTP/2 State-Machine based protocol implementation
# URL: https://hyper.rtfd.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-hpack python3-hyperframe

name=python3-h2
version=4.2.0
release=1
source=(https://github.com/python-hyper/hyper-h2/archive/v$version/$name-$version.tar.gz)

build() {
  cd h2-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}
