Skip to content

Commit

Permalink
Add dev-python/flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb committed Nov 24, 2012
1 parent 0c7df9d commit 45bed61
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/flake8/Manifest
@@ -0,0 +1 @@
DIST flake8-1.6.tar.gz 41430 SHA256 064e79165cee7ea0d4648029446a45405f3d9a0ae2984e8d7580ca2074dfca01 SHA512 771f657d3e8e6ffbcddaee1f6f8638ccf9bbbc3987cf8f36af79257e6993521db586ae5259df9af9988307d24c4e86e7723e9144bb039860734912a220e72c87 WHIRLPOOL 25d9f5fdabf0b77c66df39128f430a29a74d39acf6179a522fd337ec9faff52514747d10a2ddcf0ea8d31da351e50892421b4ef0d05508da5dc4c8cc3b863fc7
23 changes: 23 additions & 0 deletions dev-python/flake8/flake8-1.6.ebuild
@@ -0,0 +1,23 @@
# Copyright 2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=4
PYTHON_DEPEND="2:2.5 3:3.1"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Code checking using pep8 and pyflakes"
HOMEPAGE="http://pypi.python.org/pypi/flake8
https://bitbucket.org/tarek/flake8"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

DOCS="README CONTRIBUTORS.txt LICENSE"

0 comments on commit 45bed61

Please sign in to comment.