python3-quart: update to 0.18.0.

This commit is contained in:
icp 2022-09-02 01:47:02 +05:30 committed by classabbyamp
parent a0b71e497e
commit b091046fd7
2 changed files with 8 additions and 10 deletions

View File

@ -1,21 +1,21 @@
# Template file for 'python3-quart'
pkgname=python3-quart
version=0.17.0
version=0.18.0
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-pep517
make_install_target="Quart-${version}-*-*-*.whl"
make_install_target="quart-${version}-*-*-*.whl"
hostmakedepends="python3-poetry-core"
depends="python3-aiofiles python3-hypercorn python3-click python3-toml
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 unzip $depends"
checkdepends="python3-pytest-asyncio python3-hypothesis python3-mock python3-dotenv unzip $depends"
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=1f879256b09daa4f7e9a141e90746f11103ce1f3a386f9480709e1d982768a9a
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=f462bd0c793c34dff71ba3a9956b809e905072595a17541a991a9574f6bd0762
do_check() {
# Tests require dist-info on the package, which is only in the wheel.

View File

@ -1,2 +0,0 @@
site="${homepage}/-/tags/"
pattern="${pkgname#*-}-\K[\d.]*(?=\.tar)"