vp-build/srcpkgs/python3-h11/template

20 lines
580 B
Bash

# Template file for 'python3-h11'
pkgname=python3-h11
version=0.12.0
revision=2
wrksrc=h11-${version}
build_style=python3-module
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=147a8a1243e55be496823109067f4ebafb449fd3c9dfd7c12526f133547c0138
post_install() {
vlicense LICENSE.txt
}