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>
This commit is contained in:
Isaac Yu 2021-03-26 22:37:53 +00:00 committed by Willy Sudiarto Raharjo
parent 861fa6acad
commit c6f7660dc0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 9 additions and 10 deletions

View File

@ -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 \

View File

@ -1,10 +1,10 @@
PRGNAM="python3-openpyxl"
VERSION="3.0.3"
VERSION="3.0.7"
HOMEPAGE="https://openpyxl.readthedocs.org/"
DOWNLOAD="https://bitbucket.org/openpyxl/openpyxl/get/3.0.3.tar.bz2"
MD5SUM="8e1cd4bc3045f866e8890cd782f1af64"
DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.0.7/openpyxl-3.0.7.tar.bz2"
MD5SUM="7bf1b7dee9fbdc31b8128aa522f11f41"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdcal et_xmlfile"
REQUIRES="et_xmlfile"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"