diff --git a/srcpkgs/python-Werkzeug/template b/srcpkgs/python-Werkzeug/template index 1ca303822e8..ba9e7fd0e2b 100644 --- a/srcpkgs/python-Werkzeug/template +++ b/srcpkgs/python-Werkzeug/template @@ -1,19 +1,20 @@ # Template file for 'python-Werkzeug' pkgname=python-Werkzeug -version=0.15.4 -revision=2 +version=0.16.0 +revision=1 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module -pycompile_module="werkzeug" hostmakedepends="python-setuptools python3-setuptools" depends="python" +checkdepends="python-pytest python-hypothesis python-requests + python3-pytest python3-hypothesis python3-requests" short_desc="Swiss Army knife of Python web development (Python2)" maintainer="Markus Berger " license="BSD-3-Clause" homepage="https://palletsprojects.com/p/werkzeug/" distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz" -checksum=a0b915f0815982fb2a09161cb8f31708052d0951c3ba433ccc5e1aa276507ca6 +checksum=7280924747b5733b246fe23972186c6b348f9ae29724135a6dfc1e53cea433e7 post_install() { vlicense LICENSE.rst @@ -22,7 +23,6 @@ post_install() { python3-Werkzeug_package() { archs=noarch depends="python3" - pycompile_module="werkzeug" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3*