# 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="A tool that executes a suite of static analysis tools upon a Python project."

HOMEPAGE="https://github.com/jayclassless/tidypy"
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=""
DEPENDENCIES="<dev-python/click-9.0[${PYTHON_USEDEP}]
	<dev-python/tqdm-5.0[${PYTHON_USEDEP}]
	dev-python/toml[${PYTHON_USEDEP}]
	<dev-python/pyyaml-7.0[${PYTHON_USEDEP}]
	<dev-python/requests-3.0[${PYTHON_USEDEP}]
	dev-python/basicserial[${PYTHON_USEDEP}]
	<dev-python/pycodestyle-2.9[${PYTHON_USEDEP}]
	dev-python/pep8-naming[${PYTHON_USEDEP}]
	dev-python/pyroma[${PYTHON_USEDEP}]
	dev-python/vulture[${PYTHON_USEDEP}]
	<dev-python/bandit-2.0[${PYTHON_USEDEP}]
	<dev-python/pyflakes-2.5[${PYTHON_USEDEP}]
	<dev-python/mccabe-0.7[${PYTHON_USEDEP}]
	dev-python/demjson3[${PYTHON_USEDEP}]
	dev-python/yamllint[${PYTHON_USEDEP}]
	<dev-python/restructuredtext-lint-2.0[${PYTHON_USEDEP}]
	dev-python/dennis[${PYTHON_USEDEP}]
	dev-python/check-manifest[${PYTHON_USEDEP}]
	dev-python/pydiatra[${PYTHON_USEDEP}]
	dev-python/detect-secrets[${PYTHON_USEDEP}]
	<dev-python/eradicate-3.0[${PYTHON_USEDEP}]
	dev-python/dlint[${PYTHON_USEDEP}]
	<dev-python/pylint-2.12[${PYTHON_USEDEP}]
	dev-python/pydocstyle[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"