mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/Flask: Updated for version 0.11.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
82bef69f6a
commit
672087c291
4 changed files with 13 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue