python/Flask: Updated for version 0.11.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-05-29 17:21:42 +03:00 committed by Willy Sudiarto Raharjo
parent 82bef69f6a
commit 672087c291
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 13 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Flask
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Flask
VERSION=${VERSION:-0.10.1}
VERSION=${VERSION:-0.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG

View file

@ -1,11 +1,10 @@
PRGNAM="Flask"
VERSION="0.10.1"
VERSION="0.11"
HOMEPAGE="http://flask.pocoo.org/"
DOWNLOAD="https://pypi.python.org/packages/source/F/Flask/Flask-0.10.1.tar.gz"
MD5SUM="378670fe456957eb3c27ddaef60b2b24"
DOWNLOAD="https://pypi.python.org/packages/dc/ca/c0ed9cc90c079085c698e284b672edbc1ffd6866b1830574095cbc5b7752/Flask-0.11.tar.gz"
MD5SUM="89fbdcb04b7b96c5b24625ae299cf48b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="werkzeug Jinja2 itsdangerous"
REQUIRES="werkzeug Jinja2 itsdangerous click"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"

View file

@ -1,3 +1,3 @@
Flask is a microframework for Python based on Werkzeug
and Jinja2. It's intended for getting started very quickly
and Jinja2. It's intended for getting started very quickly
and was developed with best intentions in mind.

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
Flask: Flask (Microframework based on Werkzeug, Jinja2 and good intentions)
Flask: Flask (Microframework for Python)
Flask:
Flask: Flask is a microframework for Python based on Werkzeug, Jinja 2
Flask: and good intentions.
Flask:
Flask:
Flask:
Flask:
Flask:
Flask: Homepage: http://flask.pocoo.org/
Flask:
Flask:
Flask:
Flask:
Flask: