python3-hypercorn: update to 0.11.2.
This commit is contained in:
parent
0c0110f10e
commit
59a322df63
1 changed files with 11 additions and 2 deletions
|
@ -1,19 +1,28 @@
|
||||||
# Template file for 'python3-hypercorn'
|
# Template file for 'python3-hypercorn'
|
||||||
pkgname=python3-hypercorn
|
pkgname=python3-hypercorn
|
||||||
version=0.11.1
|
version=0.11.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-h11 python3-hyper-h2 python3-priority
|
depends="python3-h11 python3-hyper-h2 python3-priority
|
||||||
python3-toml python3-typing_extensions python3-wsproto"
|
python3-toml python3-typing_extensions python3-wsproto"
|
||||||
|
checkdepends="python3-pytest-asyncio $depends"
|
||||||
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=ce54464ee775d99a5f4c4408f3b52bf31c43057f40543aff386b790ecdc764da
|
checksum=5030666663b3a048f971db9f728a76d4e0075a06e2a1fbed67b5c47cb11e7a5f
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
vsed -i setup.cfg -e '/addopts/d'
|
||||||
|
# Ignored tests depend on packages not offered by Void
|
||||||
|
PYTHONPATH=src python3 -m pytest \
|
||||||
|
--ignore-glob="tests/trio/*" \
|
||||||
|
--ignore=tests/middleware/test_wsgi.py
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue