# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Code audit tool for python"

HOMEPAGE="https://github.com/klen/pylama"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="all eradicate mypy pylint radon tests toml vulture"
DEPENDENCIES=">=dev-python/mccabe-0.7.0[${PYTHON_USEDEP}]
	>=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
	dev-python/pydocstyle[${PYTHON_USEDEP}]
	>=dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}]
	all? ( dev-python/pylint[${PYTHON_USEDEP}] )
	all? ( dev-python/eradicate[${PYTHON_USEDEP}] )
	all? ( dev-python/radon[${PYTHON_USEDEP}] )
	all? ( dev-python/mypy[${PYTHON_USEDEP}] )
	all? ( dev-python/vulture[${PYTHON_USEDEP}] )
	eradicate? ( dev-python/eradicate[${PYTHON_USEDEP}] )
	mypy? ( dev-python/mypy[${PYTHON_USEDEP}] )
	pylint? ( dev-python/pylint[${PYTHON_USEDEP}] )
	radon? ( dev-python/radon[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-7.1.2[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-mypy[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/eradicate-2.0.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/radon-5.1.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/mypy[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pylint-2.11.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/pylama-quotes[${PYTHON_USEDEP}] )
	tests? ( dev-python/toml[${PYTHON_USEDEP}] )
	tests? ( dev-python/vulture[${PYTHON_USEDEP}] )
	tests? ( dev-python/types-setuptools[${PYTHON_USEDEP}] )
	tests? ( dev-python/types-toml[${PYTHON_USEDEP}] )
	toml? ( dev-python/toml[${PYTHON_USEDEP}] )
	vulture? ( dev-python/vulture[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"