From b71d3b74cec7abcb8290f58b5222838859aff9d1 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Sun, 17 Mar 2024 19:59:50 -0700 Subject: python/python3-smart_open: Update for 7.0.1 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-smart_open/python3-smart_open.SlackBuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'python/python3-smart_open/python3-smart_open.SlackBuild') diff --git a/python/python3-smart_open/python3-smart_open.SlackBuild b/python/python3-smart_open/python3-smart_open.SlackBuild index cce7a285d4..7548c61b26 100644 --- a/python/python3-smart_open/python3-smart_open.SlackBuild +++ b/python/python3-smart_open/python3-smart_open.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-smart_open -VERSION=${VERSION:-6.4.0} +VERSION=${VERSION:-7.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,16 +49,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - LIBDIRSUFFIX="64" -else - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG -- cgit v1.2.3