wok-6.x rev 23583
updated python-werkzeug (0.15.2 -> 1.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 14:03:09 2020 +0100 (2020-04-07) |
parents | a0da61d3dffb |
children | 2de18cf22f08 |
files | python-werkzeug/receipt |
line diff
1.1 --- a/python-werkzeug/receipt Tue Apr 07 13:58:56 2020 +0100 1.2 +++ b/python-werkzeug/receipt Tue Apr 07 14:03:09 2020 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-werkzeug" 1.7 -VERSION="0.15.2" 1.8 +VERSION="1.0.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="WSGI utility modules" 1.11 +SHORT_DESC="WSGI utility modules." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pypi.org/project/Werkzeug/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://werkzeug.pocoo.org/" 1.18 WGET_URL="https://github.com/pallets/werkzeug/archive/$VERSION.tar.gz" 1.19 1.20 DEPENDS="python" 1.21 -BUILD_DEPENDS="python-dev python-setuptools" 1.22 +BUILD_DEPENDS="python python-dev python-setuptools" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -22,5 +23,5 @@ 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - cp -a $install/usr $fs 1.31 + cp -a $install/usr $fs 1.32 }