diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-10-27 13:11:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-28 06:43:31 +0700 |
commit | 124309d8878d26b9966cab490e75a1bb1f87bdb8 (patch) | |
tree | b764d178c988ab1bbf07ba497daf90eccef78ee9 /python/python3-pylint-venv/python3-pylint-venv.SlackBuild | |
parent | 7f58a05f60fa53a2606a012bee0d39c80fadd843 (diff) |
python/python3-pylint-venv: Update for 3.0.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pylint-venv/python3-pylint-venv.SlackBuild')
-rw-r--r-- | python/python3-pylint-venv/python3-pylint-venv.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/python/python3-pylint-venv/python3-pylint-venv.SlackBuild b/python/python3-pylint-venv/python3-pylint-venv.SlackBuild index 2cd70f6bf1..d43dce57c6 100644 --- a/python/python3-pylint-venv/python3-pylint-venv.SlackBuild +++ b/python/python3-pylint-venv/python3-pylint-venv.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pylint-venv -VERSION=${VERSION:-3.0.3} +VERSION=${VERSION:-3.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,20 +49,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 |