summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author isaackwy2024-03-18 03:59:50 +0100
committer Willy Sudiarto Raharjo2024-03-19 05:52:28 +0100
commitb71d3b74cec7abcb8290f58b5222838859aff9d1 (patch)
tree1ede4b55cfc28a8413a40ad9aa0e80905c4fe7d1
parent027b307cb01fa9963dfac4cb1b06099b51af3aa9 (diff)
downloadslackbuilds-b71d3b74cec7abcb8290f58b5222838859aff9d1.tar.gz
python/python3-smart_open: Update for 7.0.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-smart_open/python3-smart_open.SlackBuild12
-rw-r--r--python/python3-smart_open/python3-smart_open.info8
2 files changed, 5 insertions, 15 deletions
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
diff --git a/python/python3-smart_open/python3-smart_open.info b/python/python3-smart_open/python3-smart_open.info
index 4b90c02ed7..4f71d587f6 100644
--- a/python/python3-smart_open/python3-smart_open.info
+++ b/python/python3-smart_open/python3-smart_open.info
@@ -1,10 +1,10 @@
PRGNAM="python3-smart_open"
-VERSION="6.4.0"
+VERSION="7.0.1"
HOMEPAGE="https://github.com/RaRe-Technologies/smart_open"
-DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v6.4.0/smart_open-6.4.0.tar.gz"
-MD5SUM="6ed40b5f9d26d98663a8efb65273289a"
+DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v7.0.1/smart_open-7.0.1.tar.gz"
+MD5SUM="955448d27d1c3cea26046fdfbd40bcbd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-boto3"
+REQUIRES="python3-wrapt"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"