25 lines
900 B
Bash
25 lines
900 B
Bash
# Template file for 'python3-quart'
|
|
pkgname=python3-quart
|
|
version=0.18.4
|
|
revision=3
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3-aiofiles python3-hypercorn python3-click python3-MarkupSafe
|
|
python3-blinker python3-itsdangerous python3-Jinja2 python3-Werkzeug"
|
|
checkdepends="python3-pytest-asyncio python3-hypothesis python3-mock 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=0fc5fe5c32ec94a3a12262afa56c1be143599c2a4fb02bdf7109456b61c87ac2
|
|
|
|
pre_check() {
|
|
vsed -e '/addopts/d' -i pyproject.toml
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|