mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/Flask: Updated for version 2.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a08a031b9e
commit
b68297eb37
2 changed files with 12 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
# Slackware build script for Flask
|
||||
|
||||
# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -22,11 +23,14 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20220512 46and2: Updated version, new maintainer.
|
||||
# - Fix REQUIRES
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=Flask
|
||||
VERSION=${VERSION:-1.1.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="Flask"
|
||||
VERSION="1.1.2"
|
||||
VERSION="2.1.2"
|
||||
HOMEPAGE="http://flask.pocoo.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/4e/0b/cb02268c90e67545a0e3a37ea1ca3d45de3aca43ceb7dbf1712fb5127d5d/Flask-1.1.2.tar.gz"
|
||||
MD5SUM="0da4145d172993cd28a6c619630cc19c"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask/Flask-2.1.2.tar.gz"
|
||||
MD5SUM="93f1832e5be704ef6ff2a4124579cd85"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="werkzeug python3-itsdangerous click"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
REQUIRES="werkzeug python3-itsdangerous click python-importlib_metadata"
|
||||
MAINTAINER="fourtysixandtwo"
|
||||
EMAIL="fourtysixandtwo@sliderr.net"
|
||||
|
|
Loading…
Reference in a new issue