From c6f7660dc07dd6cc7309192916d82b518dea5d63 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 26 Mar 2021 22:37:53 +0000 Subject: python/python3-openpyxl: Updated for version 3.0.7. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-openpyxl/python3-openpyxl.SlackBuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'python/python3-openpyxl/python3-openpyxl.SlackBuild') 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 +# Copyright 2020-2021 Isaac Yu # 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 \ -- cgit v1.2.3