summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commit9b23f9126785735eb4be9f2a386dc2e0070df8ab (patch)
tree13093ea6ac5596c21970d7b8e09f7774d86f7d76
parent3faea60201f27c10b1c989cdf0ffdc841c246dad (diff)
downloadslackbuilds-9b23f9126785735eb4be9f2a386dc2e0070df8ab.tar.gz
slackbuilds-9b23f9126785735eb4be9f2a386dc2e0070df8ab.tar.xz
python/flake8: Rebuilt for python2-pytest-runner.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/flake8/flake8.SlackBuild2
-rw-r--r--python/flake8/flake8.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/flake8/flake8.SlackBuild b/python/flake8/flake8.SlackBuild
index 35d2fc31e7..e5593b72c1 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 47e635857f..43bae520af 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"