2017-02-13 11:20:00 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2013-06-01 01:58:21 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2013-06-01 01:58:21 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
2017-02-13 11:20:00 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
2013-06-01 01:58:21 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
2016-02-10 08:37:52 +03:00
|
|
|
DESCRIPTION="A plugin for flake8"
|
2013-06-01 01:58:21 +04:00
|
|
|
HOMEPAGE="https://github.com/flintwork/mccabe"
|
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
2015-11-18 17:54:56 +03:00
|
|
|
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
|
2013-06-01 01:58:21 +04:00
|
|
|
IUSE=""
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
|
2016-02-10 08:37:52 +03:00
|
|
|
RDEPEND="
|
|
|
|
>=dev-python/pep8-1.4.3[${PYTHON_USEDEP}]
|
2013-06-01 01:58:21 +04:00
|
|
|
dev-python/flake8[${PYTHON_USEDEP}]"
|
2014-06-08 16:29:31 +04:00
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|