mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/XlsxWriter: Updated for version 1.0.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
849417284c
commit
13abdb6716
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for XlsxWriter
|
||||
# Copyright 2016 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# Copyright 2019 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,10 +21,10 @@
|
|||
# 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.0.2, March 2018
|
||||
# Updated for version 1.0.8, Jan 2019
|
||||
|
||||
PRGNAM=XlsxWriter
|
||||
VERSION=${VERSION:-1.0.2}
|
||||
VERSION=${VERSION:-1.0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="XlsxWriter"
|
||||
VERSION="1.0.2"
|
||||
VERSION="1.0.8"
|
||||
HOMEPAGE="https://github.com/jmcnamara/XlsxWriter"
|
||||
DOWNLOAD="https://pypi.python.org/packages/e4/63/e53deacc293c7fadf95b840471f4bd56573d084af993e6aeeee2d5f1bd32/XlsxWriter-1.0.2.tar.gz"
|
||||
MD5SUM="586f97beeb458c5707794882125330d2"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/ea/44/c704d7d8b4ce719faf5a59be621507dc4f68d00d25085c393f5839be83b2/XlsxWriter-1.0.8.tar.gz"
|
||||
MD5SUM="ce0bf6e6d54765217c646568cba59145"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue