diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-19 13:30:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-20 17:58:59 +0700 |
commit | fdaa0b9c8741cb20e1cfbfa9ab1389cbb3e4d118 (patch) | |
tree | cd4d531b422391f4275481afb83e9bbf38abf2ba /python/flake8/flake8.SlackBuild | |
parent | c0ec02b1849ba5097efa1cce0f3b751a4287a55b (diff) | |
download | slackbuilds-fdaa0b9c8741cb20e1cfbfa9ab1389cbb3e4d118.tar.gz |
python/flakes8: Updated for version 3.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/flake8/flake8.SlackBuild')
-rw-r--r-- | python/flake8/flake8.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild index 6fcb85e3be..6a9b7bfd70 100644 --- a/python/flake8/flake8.SlackBuild +++ b/python/flake8/flake8.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for flake8 -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 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=flake8 -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,9 @@ 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 {} \; +# Ignores setuptools version, it works for me +sed -i "s/setuptools >= 30\",/\"/" setup.py + python setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |