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'
|
# Template file for 'python-Werkzeug'
|
||||||
pkgname=python-Werkzeug
|
pkgname=python-Werkzeug
|
||||||
version=0.15.4
|
version=0.16.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="werkzeug"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
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)"
|
short_desc="Swiss Army knife of Python web development (Python2)"
|
||||||
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=a0b915f0815982fb2a09161cb8f31708052d0951c3ba433ccc5e1aa276507ca6
|
checksum=7280924747b5733b246fe23972186c6b348f9ae29724135a6dfc1e53cea433e7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
|
@ -22,7 +23,6 @@ post_install() {
|
||||||
python3-Werkzeug_package() {
|
python3-Werkzeug_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="werkzeug"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue