void-packages/srcpkgs/python3-hyper-h2/template

19 lines
580 B
Bash

# Template file for 'python3-hyper-h2'
pkgname=python3-hyper-h2
version=4.0.0
revision=1
wrksrc="hyper-h2-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-hpack python3-hyperframe"
short_desc="HTTP/2 State-Machine based protocol implementation(Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/python-hyper/hyper-h2"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ced79b6c3cd967ef6acf405c5e9edfb4069b274799bc261aac7d5d3fec36b011
post_install() {
vlicense LICENSE
}