python3-quart: update to 0.18.0.
This commit is contained in:
parent
a0b71e497e
commit
b091046fd7
@ -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.
|
||||
|
@ -1,2 +0,0 @@
|
||||
site="${homepage}/-/tags/"
|
||||
pattern="${pkgname#*-}-\K[\d.]*(?=\.tar)"
|
Loading…
x
Reference in New Issue
Block a user