diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-14 14:34:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-15 14:58:29 +0700 |
commit | 5cb47d6bd5fe0af15127e3002504950c4a026dbc (patch) | |
tree | 13be98019ece9cf77ffa3a3701b75540cbf73ab8 /python/flake8/flake8.info | |
parent | eb0ec8e7fa70129f52e548cef120ac74be5413d6 (diff) |
python/flake8: Added (Wrapper tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/flake8/flake8.info')
-rw-r--r-- | python/flake8/flake8.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/flake8/flake8.info b/python/flake8/flake8.info new file mode 100644 index 0000000000000..332a5dc30fb35 --- /dev/null +++ b/python/flake8/flake8.info @@ -0,0 +1,10 @@ +PRGNAM="flake8" +VERSION="2.2.4" +HOMEPAGE="https://gitlab.com/pycqa/flake8" +DOWNLOAD="https://pypi.python.org/packages/source/f/flake8/flake8-2.2.4.tar.gz" +MD5SUM="5f9be8c6184beb94a9bc189b67b38806" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="pep8 pyflakes python-mccabe" +MAINTAINER="Dimitris Zlatanidis" +EMAIL="d.zlatanidis@gmail.com" |