summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Nikos Giotis <nikos.giotis@gmail.com>2020-05-22 13:15:18 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-05-23 09:31:57 +0700
commit646fa77e47277167de0fbea436a8023eec585c93 (patch)
treedc7851c3a2eff33e78de9e8d5e79e41f72d3827e /python
parentab3248bc4e685a74477c71b8919ae12c427ed3dd (diff)
downloadslackbuilds-646fa77e47277167de0fbea436a8023eec585c93.tar.gz
slackbuilds-646fa77e47277167de0fbea436a8023eec585c93.tar.xz
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>
Diffstat (limited to 'python')
-rw-r--r--python/imagesize/imagesize.SlackBuild6
-rw-r--r--python/imagesize/imagesize.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/imagesize/imagesize.SlackBuild b/python/imagesize/imagesize.SlackBuild
index 4b9a50d00f..57002d5bb6 100644
--- a/python/imagesize/imagesize.SlackBuild
+++ b/python/imagesize/imagesize.SlackBuild
@@ -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
diff --git a/python/imagesize/imagesize.info b/python/imagesize/imagesize.info
index 94712cc75e..0b67e6b779 100644
--- a/python/imagesize/imagesize.info
+++ b/python/imagesize/imagesize.info
@@ -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=""