python-Werkzeug: update to 0.16.0.
This commit is contained in:
parent
c3478598c3
commit
48b1d3f3bf
1 changed files with 5 additions and 5 deletions
|
@ -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 <pulux@pf4sh.de>"
|
||||
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*
|
||||
|
|
Loading…
Reference in a new issue