wok-6.x diff python-flask/receipt @ rev 24427
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 12 11:42:56 2022 +0000 (2022-02-12) |
parents | 814362194a8d |
children | d7522d21c4d3 |
line diff
1.1 --- a/python-flask/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-flask/receipt Sat Feb 12 11:42:56 2022 +0000 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 }