mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
python3-Werkzeug: update to 2.2.2.
This commit is contained in:
parent
3f2e0134d0
commit
b1d7277340
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'python3-Werkzeug'
|
||||
pkgname=python3-Werkzeug
|
||||
version=2.0.3
|
||||
version=2.2.2
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest python3-hypothesis python3-requests"
|
||||
checkdepends="python3-pytest python3-hypothesis python3-requests python3-MarkupSafe"
|
||||
short_desc="Swiss Army knife of Python web development (Python3)"
|
||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://palletsprojects.com/p/werkzeug/"
|
||||
changelog="https://raw.githubusercontent.com/pallets/werkzeug/main/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
||||
checksum=b863f8ff057c522164b6067c9e28b041161b4be5ba4d0daceeaa50a163822d3c
|
||||
checksum=7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f
|
||||
|
||||
do_check() {
|
||||
# Tests depend on xprocess and pytest-timeout, which aren't packaged
|
||||
|
|
Loading…
Add table
Reference in a new issue