summaryrefslogtreecommitdiffstats
path: root/packages/dev-python/flake8/flake8-2.0.exheres-0
blob: 97ec9fdb1a114838bc042d6ec141cb0f1e62bed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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]
"