python-Werkzeug: update to 0.15.0.
This commit is contained in:
parent
8928a59d8c
commit
75b1536afe
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-Werkzeug'
|
||||
pkgname=python-Werkzeug
|
||||
version=0.14.1
|
||||
version=0.15.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
|
@ -8,15 +8,15 @@ build_style=python-module
|
|||
pycompile_module="werkzeug"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="The Swiss Army knife of Python web development (Python2)"
|
||||
short_desc="Swiss Army knife of Python web development (Python2)"
|
||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||
homepage="http://werkzeug.pocoo.org"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://palletsprojects.com/p/werkzeug/"
|
||||
distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
|
||||
checksum=c3fd7a7d41976d9f44db327260e263132466836cef6f91512889ed60ad26557c
|
||||
checksum=590abe38f8be026d78457fe3b5200895b3543e58ac3fc1dd792c6333ea11af64
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
|
||||
python3-Werkzeug_package() {
|
||||
|
@ -26,6 +26,6 @@ python3-Werkzeug_package() {
|
|||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue