diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-10-14 03:09:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:34 +0700 |
commit | 9b23f9126785735eb4be9f2a386dc2e0070df8ab (patch) | |
tree | 13093ea6ac5596c21970d7b8e09f7774d86f7d76 /python/flake8 | |
parent | 3faea60201f27c10b1c989cdf0ffdc841c246dad (diff) |
python/flake8: Rebuilt for python2-pytest-runner.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/flake8')
-rw-r--r-- | python/flake8/flake8.SlackBuild | 2 | ||||
-rw-r--r-- | python/flake8/flake8.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild index 35d2fc31e75b..e5593b72c1ec 100644 --- a/python/flake8/flake8.SlackBuild +++ b/python/flake8/flake8.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=flake8 VERSION=${VERSION:-3.5.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/flake8/flake8.info b/python/flake8/flake8.info index 47e635857f08..43bae520af7b 100644 --- a/python/flake8/flake8.info +++ b/python/flake8/flake8.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/1e/ab/7730f6d6cdf73a3b7f98a2fe3b2cdf6 MD5SUM="7e5fe39d578a2c2d0962b61b35b8c3fc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pytest-runner pycodestyle pyflakes python2-mccabe ConfigParser" +REQUIRES="python2-pytest-runner pycodestyle pyflakes python2-mccabe ConfigParser" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |