summaryrefslogtreecommitdiffstats
path: root/python/python3-openpyxl/python3-openpyxl.SlackBuild
diff options
context:
space:
mode:
author Isaac Yu2021-03-26 23:37:53 +0100
committer Willy Sudiarto Raharjo2021-03-27 04:23:15 +0100
commitc6f7660dc07dd6cc7309192916d82b518dea5d63 (patch)
tree25c64038e304af48c2e23931143a85de8cd102ef /python/python3-openpyxl/python3-openpyxl.SlackBuild
parent861fa6acad704c5d9c19caac7430ef6d18178ee3 (diff)
downloadslackbuilds-c6f7660dc07dd6cc7309192916d82b518dea5d63.tar.gz
python/python3-openpyxl: Updated for version 3.0.7.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-openpyxl/python3-openpyxl.SlackBuild')
-rw-r--r--python/python3-openpyxl/python3-openpyxl.SlackBuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/python/python3-openpyxl/python3-openpyxl.SlackBuild b/python/python3-openpyxl/python3-openpyxl.SlackBuild
index 549f270c18..f4eab85eb7 100644
--- a/python/python3-openpyxl/python3-openpyxl.SlackBuild
+++ b/python/python3-openpyxl/python3-openpyxl.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-openpyxl
-# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2020-2021 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-openpyxl
-VERSION=${VERSION:-3.0.3}
-COMMIT=${COMMIT:-ca7b1baf75f2}
+VERSION=${VERSION:-3.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -58,9 +57,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$SRCNAM-$COMMIT
-tar xvf $CWD/$VERSION.tar.bz2
-cd $SRCNAM-$SRCNAM-$COMMIT
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \