python3-hypercorn: update to 0.11.0.

This commit is contained in:
Andrew J. Hesford 2020-09-27 17:09:20 -04:00
parent cf7929af50
commit b26fd573fc

View file

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