void-packages/srcpkgs/python3-hyperframe/template
2020-10-10 10:22:31 -04:00

19 lines
555 B
Bash

# Template file for 'python3-hyperframe'
pkgname=python3-hyperframe
version=5.2.0
revision=4
wrksrc=hyperframe-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Pure-Python HTTP/2 framing (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://python-hyper.org/hyperframe/"
distfiles="https://github.com/python-hyper/hyperframe/archive/v${version}.tar.gz"
checksum=cd69754e1a7dc16ac5b9c128ffcbb54b7598853bd54ed24a94df29a58eb541ec
post_install() {
vlicense LICENSE
}