mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-Werkzeug: update to 2.3.7.
This commit is contained in:
parent
dc3396b1be
commit
d495c76e53
1 changed files with 15 additions and 11 deletions
|
@ -1,9 +1,15 @@
|
||||||
# Template file for 'python3-Werkzeug'
|
# Template file for 'python3-Werkzeug'
|
||||||
pkgname=python3-Werkzeug
|
pkgname=python3-Werkzeug
|
||||||
version=2.2.2
|
version=2.3.7
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
# Some tests depend on unpackaged dependencies
|
||||||
|
make_check_args="
|
||||||
|
--ignore=tests/test_debug.py
|
||||||
|
--ignore=tests/middleware/test_http_proxy.py
|
||||||
|
--ignore=tests/test_serving.py
|
||||||
|
"
|
||||||
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3-MarkupSafe"
|
depends="python3-MarkupSafe"
|
||||||
checkdepends="python3-pytest python3-hypothesis python3-requests ${depends}"
|
checkdepends="python3-pytest python3-hypothesis python3-requests ${depends}"
|
||||||
short_desc="Swiss Army knife of Python web development (Python3)"
|
short_desc="Swiss Army knife of Python web development (Python3)"
|
||||||
|
@ -11,14 +17,12 @@ maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||||
license="BSD-3-Clause"
|
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="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
distfiles="https://github.com/pallets/werkzeug/archive/${version}.tar.gz"
|
||||||
checksum=7ea2d48322cc7c0f8b3a215ed73eabd7b5d75d0b50e31ab006286ccff9e00b8f
|
checksum=d9a68679b430e099b668a61130f1eb6e6768ac663a8667745ad637955ca1dd9d
|
||||||
|
|
||||||
do_check() {
|
pre_check() {
|
||||||
# Tests depend on xprocess and pytest-timeout, which aren't packaged
|
# For some reason, --ignore doesn't work on this file
|
||||||
# For some reason, --ignore doesn't work
|
rm -f tests/conftest.py
|
||||||
rm -f tests/conftest.py tests/test_debug.py tests/test_serving.py
|
|
||||||
PYTHONPATH=src python3 -m pytest tests -k 'not test_http_proxy'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue