# Template file for 'python3-h11'
pkgname=python3-h11
version=0.16.0
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Bring-your-own-I/O implementation of HTTP/1.1 (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/python-hyper/h11"
distfiles="https://github.com/python-hyper/h11/archive/v${version}.tar.gz"
checksum=d164114d09552ea887b5c9ed206d5a8e5bc0bf07d33e07a32622f91f102182c2

post_install() {
	vlicense LICENSE.txt
}
