diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-10-26 00:20:06 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 13:12:03 +0700 |
commit | afef5ccafa2df9b143a5cbed4fcc1b9941470ad2 (patch) | |
tree | 7a657f48361cc908e391dc1430c413c046f8ccd6 /python/python3-Flask-RESTX/python3-Flask-RESTX.SlackBuild | |
parent | 68f190bfaf67b66f4684b8587678187a86138bdb (diff) |
python/python3-Flask-RESTX: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-RESTX/python3-Flask-RESTX.SlackBuild')
-rw-r--r-- | python/python3-Flask-RESTX/python3-Flask-RESTX.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/python/python3-Flask-RESTX/python3-Flask-RESTX.SlackBuild b/python/python3-Flask-RESTX/python3-Flask-RESTX.SlackBuild index c45510a95a..2561f7e3a1 100644 --- a/python/python3-Flask-RESTX/python3-Flask-RESTX.SlackBuild +++ b/python/python3-Flask-RESTX/python3-Flask-RESTX.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-Flask-RESTX SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,20 +48,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 |