# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 optfeature pypi DESCRIPTION="Python code static checker" HOMEPAGE="https://www.logilab.org/project/pylint https://pypi.org/project/pylint/ https://github.com/pycqa/pylint" LICENSE="GPL-2" SLOT="python2" KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86" IUSE="doc examples test" RESTRICT="mirror test" # multiple failures 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}] !