# 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="Reviews ansible playbooks, roles and inventories and suggests improvements."

HOMEPAGE="https://ansible-later.geekdocs.de/"
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="ansible ansible-core"
DEPENDENCIES="~dev-python/pyyaml-6.0.2[${PYTHON_USEDEP}]
	ansible-core? ( dev-python/ansible-core[${PYTHON_USEDEP}] )
	ansible? ( dev-python/ansible[${PYTHON_USEDEP}] )
	dev-python/anyconfig[${PYTHON_USEDEP}]
	~dev-python/appdirs-1.4.4[${PYTHON_USEDEP}]
	~dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
	~dev-python/jsonschema-4.23.0[${PYTHON_USEDEP}]
	dev-python/nested-lookup[${PYTHON_USEDEP}]
	~dev-python/pathspec-0.12.1[${PYTHON_USEDEP}]
	~dev-python/python-json-logger-2.0.7[${PYTHON_USEDEP}]
	~dev-python/toolz-1.0.0[${PYTHON_USEDEP}]
	~dev-python/unidiff-0.7.5[${PYTHON_USEDEP}]
	dev-python/yamllint[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"