# Template file for 'python3-quart'
pkgname=python3-quart
version=0.21.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-aiofiles python3-blinker python3-click python3-Flask
 python3-hypercorn python3-itsdangerous python3-Jinja2 python3-MarkupSafe
 python3-Werkzeug"
checkdepends="python3-pytest-asyncio python3-hypothesis python3-dotenv $depends"
short_desc="Python asyncio ASGI web framework with Flask API"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://quart.palletsprojects.com/en/latest/"
changelog="https://raw.githubusercontent.com/pallets/quart/main/CHANGES.rst"
distfiles="https://github.com/pallets/quart/archive/refs/tags/${version}.tar.gz"
checksum=cea67f4a16c937df96c1669bb46520d1069036602d4bf512350efe9c7a57a903

pre_check() {
	vsed -e '/addopts/d' -i pyproject.toml
}

post_install() {
	vlicense LICENSE.txt
}
