From c9bd188e068aa75ef3e7e50292074b4fddc45e01 Mon Sep 17 00:00:00 2001 From: Barry J. Grundy Date: Fri, 20 May 2022 05:13:29 +0100 Subject: python/XlsxWriter: Updated for version 3.0.3. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/XlsxWriter/XlsxWriter.SlackBuild | 8 ++++---- python/XlsxWriter/XlsxWriter.info | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/python/XlsxWriter/XlsxWriter.SlackBuild b/python/XlsxWriter/XlsxWriter.SlackBuild index 447303c13e..75b4c986a9 100644 --- a/python/XlsxWriter/XlsxWriter.SlackBuild +++ b/python/XlsxWriter/XlsxWriter.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for XlsxWriter -# Copyright 2019 Barry Grundy +# Copyright 2019-2022 Barry Grundy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,12 +21,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated for version 1.1.2, Feb 2019 +# Updated for version 3.0.3 May 2022 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=XlsxWriter -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +80,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/XlsxWriter/XlsxWriter.info b/python/XlsxWriter/XlsxWriter.info index d6d6603574..a37c269a1b 100644 --- a/python/XlsxWriter/XlsxWriter.info +++ b/python/XlsxWriter/XlsxWriter.info @@ -1,8 +1,8 @@ PRGNAM="XlsxWriter" -VERSION="1.1.2" -HOMEPAGE="https://github.com/jmcnamara/XlsxWriter" -DOWNLOAD="https://files.pythonhosted.org/packages/0c/08/69581af3c4807d2b8bac47251c80343161b9f315a7f91fb703aa865302d9/XlsxWriter-1.1.2.tar.gz" -MD5SUM="d2f055ca42e758ea7543d57526c1a28a" +VERSION="3.0.3" +HOMEPAGE="https://xlsxwriter.readthedocs.io" +DOWNLOAD="https://files.pythonhosted.org/packages/53/04/91ff43803c3e88c32aa272fdbda5859fc3c3b50b0de3a1e439cc57455330/XlsxWriter-3.0.3.tar.gz" +MD5SUM="b08fcc4753c14aa64b9d99219475d91e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3