python/flake8: Updated for version 2.6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
3879f1eb84
commit
643b8507a4
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for flake8
|
# Slackware build script for flake8
|
||||||
|
|
||||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=flake8
|
PRGNAM=flake8
|
||||||
VERSION=${VERSION:-2.3.0}
|
VERSION=${VERSION:-2.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="flake8"
|
PRGNAM="flake8"
|
||||||
VERSION="2.3.0"
|
VERSION="2.6.0"
|
||||||
HOMEPAGE="https://gitlab.com/pycqa/flake8"
|
HOMEPAGE="https://gitlab.com/pycqa/flake8"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/f/flake8/flake8-2.3.0.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/f4/c7/1c5bb63914354b2e4eb1d84634b96af8fad64278d84a30aa9bffbcf2e67d/flake8-2.6.0.tar.gz"
|
||||||
MD5SUM="488d6166f6b9ef9fe9d433b95e77dc07"
|
MD5SUM="f00378a3e9b7ab398b05f70befa112cd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pep8 pyflakes python-mccabe"
|
REQUIRES="pycodestyle pyflakes python-mccabe"
|
||||||
MAINTAINER="Dimitris Zlatanidis"
|
MAINTAINER="Dimitris Zlatanidis"
|
||||||
EMAIL="d.zlatanidis@gmail.com"
|
EMAIL="d.zlatanidis@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue