Add flake8-2.0
This commit is contained in:
parent
cbbe0f700b
commit
bc1605995e
1 changed files with 21 additions and 0 deletions
21
packages/dev-python/flake8/flake8-2.0.exheres-0
Normal file
21
packages/dev-python/flake8/flake8-2.0.exheres-0
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Copyright 2013 Tom Willemse <tom@ryuslash.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require distutils pypi
|
||||
|
||||
SUMMARY="the modular source code checker: pep8, pyflakes and co"
|
||||
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
dev-python/setuptools
|
||||
build+run:
|
||||
dev-python/pyflakes[>=0.6.1]
|
||||
dev-python/pep8[>=1.4.5]
|
||||
dev-python/mccabe[>=0.2.1]
|
||||
"
|
||||
|
Loading…
Reference in a new issue