mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-quart: update to 0.18.0.
This commit is contained in:
parent
a0b71e497e
commit
b091046fd7
2 changed files with 8 additions and 10 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'python3-quart'
|
# Template file for 'python3-quart'
|
||||||
pkgname=python3-quart
|
pkgname=python3-quart
|
||||||
version=0.17.0
|
version=0.18.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_install_target="Quart-${version}-*-*-*.whl"
|
make_install_target="quart-${version}-*-*-*.whl"
|
||||||
hostmakedepends="python3-poetry-core"
|
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"
|
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"
|
short_desc="Python asyncio ASGI web framework with Flask API"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.com/pgjones/quart"
|
homepage="https://quart.palletsprojects.com/en/latest/"
|
||||||
changelog="https://gitlab.com/pgjones/quart/-/blob/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/pallets/quart/main/CHANGES.rst"
|
||||||
distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz"
|
distfiles="https://github.com/pallets/quart/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=1f879256b09daa4f7e9a141e90746f11103ce1f3a386f9480709e1d982768a9a
|
checksum=f462bd0c793c34dff71ba3a9956b809e905072595a17541a991a9574f6bd0762
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# Tests require dist-info on the package, which is only in the wheel.
|
# 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…
Add table
Reference in a new issue