python-Werkzeug: update to 0.11.15
This commit is contained in:
parent
3f648f3725
commit
a2bc33ae94
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-Werkzeug'
|
||||
pkgname=python-Werkzeug
|
||||
version=0.11.13
|
||||
version=0.11.15
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="werkzeug"
|
||||
hostmakedepends="unzip python-setuptools python3-setuptools"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="The Swiss Army knife of Python web development (Python2)"
|
||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||
homepage="http://werkzeug.pocoo.org"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.zip"
|
||||
checksum=ebf720bc2f0ac7739ee2d6de63da8a323d73d91fddc16f5fadae915ae9e1e690
|
||||
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
||||
checksum=455d7798ac263266dbd38d4841f7534dd35ca9c3da4a8df303f8488f38f3bcc0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue