diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-01-05 02:40:17 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:46 +0700 |
| commit | 0c001befe06b3a354ddb1713e909966a99a88118 (patch) | |
| tree | 8615727facb0e016d154fc31c2836db962efcfae /python/python3-Flask-Dance/python3-Flask-Dance.SlackBuild | |
| parent | 8818e7eb269141f38d06af689863dd7b6a777124 (diff) | |
python/python3-Flask-Dance: Updated for version 7.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-Dance/python3-Flask-Dance.SlackBuild')
| -rw-r--r-- | python/python3-Flask-Dance/python3-Flask-Dance.SlackBuild | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/python/python3-Flask-Dance/python3-Flask-Dance.SlackBuild b/python/python3-Flask-Dance/python3-Flask-Dance.SlackBuild index c761c59c03..c2c53eed36 100644 --- a/python/python3-Flask-Dance/python3-Flask-Dance.SlackBuild +++ b/python/python3-Flask-Dance/python3-Flask-Dance.SlackBuild @@ -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 |
