diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-10-25 17:28:58 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 13:12:02 +0700 |
commit | af554744baa1156b5b534972dafa875c05380095 (patch) | |
tree | 712d3a618d199561a6a5c4246fb598ec0e1a488c /python/python3-psutil/python3-psutil.SlackBuild | |
parent | 15b285b328912f8905cbccc3fffbdd85acafa98b (diff) |
python/python3-psutil: Updated for version 5.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-psutil/python3-psutil.SlackBuild')
-rw-r--r-- | python/python3-psutil/python3-psutil.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/python/python3-psutil/python3-psutil.SlackBuild b/python/python3-psutil/python3-psutil.SlackBuild index b543f5311d..8e2100b31a 100644 --- a/python/python3-psutil/python3-psutil.SlackBuild +++ b/python/python3-psutil/python3-psutil.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-psutil SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-5.9.5} +VERSION=${VERSION:-5.9.6} 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 |