python3-Werkzeug: update to 2.0.1.
This commit is contained in:
parent
2b64049d64
commit
838bb6bc15
2 changed files with 12 additions and 5 deletions
|
@ -1,19 +1,25 @@
|
||||||
# Template file for 'python3-Werkzeug'
|
# Template file for 'python3-Werkzeug'
|
||||||
pkgname=python3-Werkzeug
|
pkgname=python3-Werkzeug
|
||||||
version=1.0.1
|
version=2.0.1
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="
|
checkdepends="python3-pytest python3-hypothesis python3-requests"
|
||||||
python3-pytest python3-hypothesis python3-requests"
|
|
||||||
short_desc="Swiss Army knife of Python web development (Python3)"
|
short_desc="Swiss Army knife of Python web development (Python3)"
|
||||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
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/"
|
||||||
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
||||||
checksum=6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c
|
checksum=1de1db30d010ff1af14a009224ec49ab2329ad2cde454c8a708130642d579c42
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# Tests depend on xprocess and pytest-timeout, which aren't packaged
|
||||||
|
# For some reason, --ignore doesn't work
|
||||||
|
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() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
|
|
1
srcpkgs/python3-Werkzeug/update
Normal file
1
srcpkgs/python3-Werkzeug/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*rc*"
|
Loading…
Reference in a new issue