# HG changeset patch # User Hans-G?nter Theisgen # Date 1586101427 -3600 # Node ID a3edc4e00723f1d70aa70c5ad23dacdc797b12a2 # Parent 3601009ad7bd1c9f5754f619560e180a5fd82201 updated python-flask (1.0.2 -> 1.1.2) diff -r 3601009ad7bd -r a3edc4e00723 python-flask/receipt --- a/python-flask/receipt Sun Apr 05 16:36:49 2020 +0100 +++ b/python-flask/receipt Sun Apr 05 16:43:47 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-flask" -SOURCE="Flask" -VERSION="1.0.2" +VERSION="1.1.2" CATEGORY="development" -SHORT_DESC="A simple framework for building complex web applications" +SHORT_DESC="A simple framework for building complex web applications." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" -WEB_SITE="http://flask.pocoo.org/" +WEB_SITE="https://palletsprojects.com/p/flask/" + +SOURCE="Flask" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/4b/12/c1fbf4971fda0e4de05565694c9f0c92646223cff53f15b6eb248a310a62/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/F/$SOURCE/$TARBALL" DEPENDS="python-click python-itsdangerous" -BUILD_DEPENDS="python-setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cp -a $install/usr $fs }