24 lines
759 B
Bash
24 lines
759 B
Bash
# Template file for 'python3-quart'
|
|
pkgname=python3-quart
|
|
version=0.13.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="
|
|
python3-aiofiles python3-hypercorn python3-click
|
|
python3-blinker python3-itsdangerous python3-Jinja2 python3-Werkzeug
|
|
"
|
|
short_desc="Python asyncio ASGI web framework with Flask API"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://gitlab.com/pgjones/quart"
|
|
changelog="https://gitlab.com/pgjones/quart/-/blob/master/CHANGELOG.rst"
|
|
distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
|
|
checksum=2588556e41791adc81785e0df0b5b22979772ad44829fa7787453fe3ea0a69ce
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|