mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-Flask-Dance: Updated for version 7.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8818e7eb26
commit
0c001befe0
2 changed files with 5 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-Flask-Dance
|
||||
|
||||
# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-Flask-Dance
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-7.0.0}
|
||||
VERSION=${VERSION:-7.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -51,20 +51,6 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-Flask-Dance"
|
||||
VERSION="7.0.0"
|
||||
VERSION="7.0.1"
|
||||
HOMEPAGE="https://github.com/singingwolfboy/flask-dance"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-dance/Flask-Dance-7.0.0.tar.gz"
|
||||
MD5SUM="2a0867abe6ebe553d668560ae9476a93"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flask-dance/Flask-Dance-7.0.1.tar.gz"
|
||||
MD5SUM="0d45010ae74fcc5ee28d7756e14bbd46"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Flask requests-oauthlib python3-urlobject"
|
||||
|
|
Loading…
Reference in a new issue