pkgname: 'python-h2' pkgver: '4.4.1' pkgrel: '1' pkgdesc: 'HTTP/2 State-Machine based protocol implementation' url: 'https://hyper.rtfd.org' arch: x86_64 depends: [] makedepends: - git - 'python-wheel' - 'python-installer' - 'python-setuptools' - 'python-hyperframe' - 'python-hpack' source: - 'https://github.com/python-hyper/h2.git' sha256sums: - SKIP build: | cd h2 python -m build --wheel --no-isolation python -m installer --destdir=${PKGDIR} dist/*.whl install -Dm644 LICENSE -t ${PKGDIR}/usr/share/licenses/${pkgname} package: | true