wok-current rev 23482
updated python-flask (1.0.2 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 16:43:47 2020 +0100 (2020-04-05) |
parents | 3601009ad7bd |
children | 10810f1a64c4 |
files | python-flask/receipt |
line diff
1.1 --- a/python-flask/receipt Sun Apr 05 16:36:49 2020 +0100 1.2 +++ b/python-flask/receipt Sun Apr 05 16:43:47 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-flask" 1.7 -SOURCE="Flask" 1.8 -VERSION="1.0.2" 1.9 +VERSION="1.1.2" 1.10 CATEGORY="development" 1.11 -SHORT_DESC="A simple framework for building complex web applications" 1.12 +SHORT_DESC="A simple framework for building complex web applications." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="BSD" 1.15 -WEB_SITE="http://flask.pocoo.org/" 1.16 +WEB_SITE="https://palletsprojects.com/p/flask/" 1.17 + 1.18 +SOURCE="Flask" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 -WGET_URL="https://files.pythonhosted.org/packages/4b/12/c1fbf4971fda0e4de05565694c9f0c92646223cff53f15b6eb248a310a62/$TARBALL" 1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/F/$SOURCE/$TARBALL" 1.22 1.23 DEPENDS="python-click python-itsdangerous" 1.24 -BUILD_DEPENDS="python-setuptools" 1.25 +BUILD_DEPENDS="python python-setuptools" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 @@ -23,5 +24,5 @@ 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - cp -a $install/usr $fs/ 1.34 + cp -a $install/usr $fs 1.35 }