mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-quart: update to 0.20.0.
This commit is contained in:
parent
2de7dd6dfe
commit
c54c67a30f
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-quart'
|
# Template file for 'python3-quart'
|
||||||
pkgname=python3-quart
|
pkgname=python3-quart
|
||||||
version=0.19.9
|
version=0.20.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3-aiofiles python3-blinker python3-click python3-Flask
|
depends="python3-aiofiles python3-blinker python3-click python3-Flask
|
||||||
python3-hypercorn python3-itsdangerous python3-Jinja2 python3-MarkupSafe
|
python3-hypercorn python3-itsdangerous python3-Jinja2 python3-MarkupSafe
|
||||||
python3-Werkzeug"
|
python3-Werkzeug"
|
||||||
|
@ -14,12 +14,12 @@ license="MIT"
|
||||||
homepage="https://quart.palletsprojects.com/en/latest/"
|
homepage="https://quart.palletsprojects.com/en/latest/"
|
||||||
changelog="https://raw.githubusercontent.com/pallets/quart/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/pallets/quart/main/CHANGES.rst"
|
||||||
distfiles="https://github.com/pallets/quart/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/pallets/quart/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=309df8ce6aca080fbb3a03b973fac8a28e78e95dd7e0df7e87279b6ea4fc2545
|
checksum=1ef48fad64de2b6905139391b72c2b05b6b938335cf6c50556b13cd8defae253
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
vsed -e '/addopts/d' -i pyproject.toml
|
vsed -e '/addopts/d' -i pyproject.toml
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue