# 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="Security oriented static analyser for python code." HOMEPAGE="https://bandit.readthedocs.io/" LICENSE="Apache-2.0" 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="baseline sarif test yaml" DEPENDENCIES=">=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}] >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] dev-python/rich[${PYTHON_USEDEP}] yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] ) baseline? ( >=dev-python/gitpython-3.1.30[${PYTHON_USEDEP}] ) sarif? ( >=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}] ) sarif? ( >=dev-python/jschema-to-python-1.2.3[${PYTHON_USEDEP}] ) test? ( >=dev-python/coverage-4.5.4[${PYTHON_USEDEP}] ) test? ( >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] ) test? ( >=dev-python/flake8-4.0.0[${PYTHON_USEDEP}] ) test? ( >=dev-python/stestr-2.5.0[${PYTHON_USEDEP}] ) test? ( >=dev-python/testscenarios-0.5.0[${PYTHON_USEDEP}] ) test? ( >=dev-python/testtools-2.3.0[${PYTHON_USEDEP}] ) test? ( >=dev-python/beautifulsoup4-4.8.0[${PYTHON_USEDEP}] ) test? ( ~dev-python/pylint-1.9.4[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"