diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-03-24 02:30:30 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:39:48 +0700 |
commit | a16d065ef15e18cb0c4422ac255b30985b81a129 (patch) | |
tree | 7054493e82bfa30299d8f9510fc9d8c4ef245e51 /python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild | |
parent | aeece2a18d76abec4254b8c2b2a701858fa5fc51 (diff) |
python/python3-Flask-SQLAlchemy: Updated for version 3.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild')
-rw-r--r-- | python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild b/python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild index 0708db769e..64f325fdf1 100644 --- a/python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild +++ b/python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-Flask-SQLAlchemy -# 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 @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-Flask-SQLAlchemy SRCNAM=flask_sqlalchemy -VERSION=${VERSION:-3.0.5} +VERSION=${VERSION:-3.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -50,23 +50,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" -elif [ "$ARCH" = "aarch64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG |