Skip to content

Commit

Permalink
python3-quart: update to 0.13.1.
Browse files Browse the repository at this point in the history
Closes: #24796 [via git-merge-pr]
  • Loading branch information
ahesford committed Sep 10, 2020
1 parent d2f15b4 commit 431f949
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions srcpkgs/python3-quart/template
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# Template file for 'python3-quart'
pkgname=python3-quart
version=0.13.0
version=0.13.1
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
"
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
checksum=8578dd11ccd292916dba020772f54755f6d39bdd3723e26748db72ef614ec2ca

post_install() {
vlicense LICENSE
Expand Down

0 comments on commit 431f949

Please sign in to comment.