# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 eutils DESCRIPTION="Python code static checker" HOMEPAGE="https://www.logilab.org/project/pylint https://pypi.org/project/pylint/ https://github.com/pycqa/pylint" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="python2" KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86" IUSE="doc examples test" RDEPEND=" >=dev-python/astroid-1.6.0:python2[${PYTHON_USEDEP}] =dev-python/isort-4.2.5:python2[${PYTHON_USEDEP}] dev-python/mccabe:python2[${PYTHON_USEDEP}] dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}] dev-python/configparser[${PYTHON_USEDEP}] !