mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 11:33:12 +02:00
python3-Werkzeug: update to 3.1.3.
This commit is contained in:
parent
ed3c7067a6
commit
5d694b6b5d
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-Werkzeug'
|
# Template file for 'python3-Werkzeug'
|
||||||
pkgname=python3-Werkzeug
|
pkgname=python3-Werkzeug
|
||||||
version=3.0.1
|
version=3.1.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# Some tests depend on unpackaged dependencies
|
# Some tests depend on unpackaged dependencies
|
||||||
make_check_args="
|
make_check_args="
|
||||||
|
@ -18,7 +18,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://palletsprojects.com/p/werkzeug/"
|
homepage="https://palletsprojects.com/p/werkzeug/"
|
||||||
changelog="https://raw.githubusercontent.com/pallets/werkzeug/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/pallets/werkzeug/main/CHANGES.rst"
|
||||||
distfiles="https://github.com/pallets/werkzeug/archive/${version}.tar.gz"
|
distfiles="https://github.com/pallets/werkzeug/archive/${version}.tar.gz"
|
||||||
checksum=d5aed0e7fe61a83cf385c94f7cf7f6c43a7affa7f81ef7b07bd632834756f4dc
|
checksum=bee857f4423d7ebf0d6d8bf76c90c70470cc5acecd1187e9484f6dc899487d6d
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# For some reason, --ignore doesn't work on this file
|
# For some reason, --ignore doesn't work on this file
|
||||||
|
@ -26,5 +26,5 @@ pre_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue