summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-04 13:22:03 +0200
committerGravatar Tom Willemse2013-05-04 13:29:14 +0200
commitbc1605995e1d384d923270e0543cb3c993736d49 (patch)
tree491c684acd8b58d399f99c1b876a6ad28f40026d
parentcbbe0f700bfa27a3f196cfecc288249fa0c8de09 (diff)
downloadexoni-flake8.tar.gz
exoni-flake8.zip
Add flake8-2.0flake8
-rw-r--r--packages/dev-python/flake8/flake8-2.0.exheres-021
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/dev-python/flake8/flake8-2.0.exheres-0 b/packages/dev-python/flake8/flake8-2.0.exheres-0
new file mode 100644
index 0000000..97ec9fd
--- /dev/null
+++ b/packages/dev-python/flake8/flake8-2.0.exheres-0
@@ -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]
+"
+