diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-02-24 18:04:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-02 07:40:26 +0700 |
commit | 6560bc1294f0692ad32c50e6f89d2d61a0458b94 (patch) | |
tree | f5efc860216a70bb07711c86db66dee03b5a07fd /python/pySmartDL | |
parent | 0946b791417d0c81368db9222d10573d66bd5ea0 (diff) |
python/pySmartDL: Updated for version 1.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pySmartDL')
-rw-r--r-- | python/pySmartDL/pySmartDL.SlackBuild | 6 | ||||
-rw-r--r-- | python/pySmartDL/pySmartDL.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/pySmartDL/pySmartDL.SlackBuild b/python/pySmartDL/pySmartDL.SlackBuild index 9be9b13457df..0ba9ce410c09 100644 --- a/python/pySmartDL/pySmartDL.SlackBuild +++ b/python/pySmartDL/pySmartDL.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pySmartDL -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # 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=pySmartDL -VERSION=${VERSION:-1.2.4} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,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 -print0 | xargs -0 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/pySmartDL/pySmartDL.info b/python/pySmartDL/pySmartDL.info index 58d3b061f3df..028ff4fa28d9 100644 --- a/python/pySmartDL/pySmartDL.info +++ b/python/pySmartDL/pySmartDL.info @@ -1,10 +1,10 @@ PRGNAM="pySmartDL" -VERSION="1.2.4" +VERSION="1.3.1" HOMEPAGE="https://pypi.python.org/pypi/pySmartDL/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pySmartDL/pySmartDL-1.2.4.tar.gz" -MD5SUM="4935dab07663b2f78ead0544af11bf2b" +DOWNLOAD="https://files.pythonhosted.org/packages/1b/7e/233898a471054dbf3846d24d9c3dc5c56700688ca79c9ebc626e6369f55c/pySmartDL-1.3.1.tar.gz" +MD5SUM="65fe700a7f5c391b18ff621eab969aa5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="futures" +REQUIRES="python3" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |