void-packages/srcpkgs/python3-hypercorn/template

24 lines
768 B
Bash
Raw Normal View History

2020-05-26 16:12:43 +00:00
# Template file for 'python3-hypercorn'
pkgname=python3-hypercorn
2020-06-10 12:58:30 +00:00
version=0.10.1
2020-05-26 16:12:43 +00:00
revision=1
archs=noarch
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"
2020-06-10 12:58:30 +00:00
checksum=e73b65b1bd77a42d770cb305ff6dcd8963cda1baca2de4d3e5300dc204d0c855
2020-05-26 16:12:43 +00:00
post_install() {
vlicense LICENSE
}