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

21 lines
752 B
Bash

# Template file for 'python3-hypercorn'
pkgname=python3-hypercorn
version=0.11.1
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-h11 python3-hyper-h2 python3-priority
python3-toml python3-typing_extensions python3-wsproto"
short_desc="Python ASGI server based on hyper and inspired by gunicorn"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://gitlab.com/pgjones/hypercorn"
changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst"
distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
checksum=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
post_install() {
vlicense LICENSE
}