diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-15 22:31:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:52 +0700 |
commit | 9e85088967461078ecb25cd638d23f9688e0be56 (patch) | |
tree | 6b998f21123d7c08015076de476c6caa482859e6 /python/flake8 | |
parent | 6b58522f1fe26436af2e5d65704dc869e366cee3 (diff) |
python/flake8: Updated for version 6.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/flake8')
-rw-r--r-- | python/flake8/flake8.SlackBuild | 11 | ||||
-rw-r--r-- | python/flake8/flake8.info | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild index e5593b72c1ecc..c2daaefc9745e 100644 --- a/python/flake8/flake8.SlackBuild +++ b/python/flake8/flake8.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for flake8 -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=flake8 -VERSION=${VERSION:-3.5.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-6.0.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,10 +79,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 {} \; -# Ignores setuptools version, it works for me -sed -i "s/setuptools >= 30\",/\"/" setup.py - -python2 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/flake8/flake8.info b/python/flake8/flake8.info index 43bae520af7bf..008db09695b4e 100644 --- a/python/flake8/flake8.info +++ b/python/flake8/flake8.info @@ -1,10 +1,10 @@ PRGNAM="flake8" -VERSION="3.5.0" +VERSION="6.0.0" HOMEPAGE="https://gitlab.com/pycqa/flake8" -DOWNLOAD="https://pypi.python.org/packages/1e/ab/7730f6d6cdf73a3b7f98a2fe3b2cdf68e9e760a4a133e083607497d4c3a6/flake8-3.5.0.tar.gz" -MD5SUM="7e5fe39d578a2c2d0962b61b35b8c3fc" +DOWNLOAD="https://files.pythonhosted.org/packages/66/53/3ad4a3b74d609b3b9008a10075c40e7c8909eae60af53623c3888f7a529a/flake8-6.0.0.tar.gz" +MD5SUM="dfb5c116f47553399a781c41a8c9d02b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-pytest-runner pycodestyle pyflakes python2-mccabe ConfigParser" +REQUIRES="pycodestyle python3-pyflakes python3-mccabe" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |