python3-hypercorn: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:17:03 -04:00
parent a356794849
commit 010fe9a9ca

View file

@ -1,11 +1,11 @@
# Template file for 'python3-hypercorn'
pkgname=python3-hypercorn
version=0.11.2
revision=1
revision=2
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-h11 python3-hyper-h2 python3-priority
depends="python3-h11 python3-h2 python3-priority
python3-toml python3-typing_extensions python3-wsproto"
checkdepends="python3-pytest-asyncio $depends"
short_desc="Python ASGI server based on hyper and inspired by gunicorn"