python/imagesize: Updated for version 1.2.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nikos Giotis 2020-05-22 13:15:18 +01:00 committed by Willy Sudiarto Raharjo
parent ab3248bc4e
commit 646fa77e47
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for imagesize
# Copyright 2017,2018 Nikos Giotis <nikos.giotis@gmail.com>, Athens, GR
# Copyright 2017-2020 Nikos Giotis <nikos.giotis@gmail.com>, Athens, GR
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=imagesize
VERSION=${VERSION:-0.7.1}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@ -71,7 +71,7 @@ find -L . \
python setup.py install --root=$PKG
if $(python3 -c 'import sys' 2>/dev/null); then
if python3 -c 'import sys' 2>/dev/null; then
python3 setup.py install --root=$PKG
fi

View File

@ -1,8 +1,8 @@
PRGNAM="imagesize"
VERSION="0.7.1"
VERSION="1.2.0"
HOMEPAGE="https://github.com/shibukawa/imagesize_py"
DOWNLOAD="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abec07209a58308831c9f292504e826/imagesize-0.7.1.tar.gz"
MD5SUM="976148283286a6ba5f69b0f81aef8052"
DOWNLOAD="https://files.pythonhosted.org/packages/e4/9f/0452b459c8ba97e07c3cd2bd243783936a992006cf4cd1353c314a927028/imagesize-1.2.0.tar.gz"
MD5SUM="3a1e124594183778a8f87e4bcdb6dca9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""