# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 git-r3 DESCRIPTION="Analysing CloudFormation templates for security compliance" HOMEPAGE="https://github.com/Skyscanner/cfripper" EGIT_REPO_URI="https://github.com/Skyscanner/${PN}.git" LICENSE="Apache-2.0" SLOT="0" RDEPEND="dev-python/annotated-types[${PYTHON_USEDEP}] dev-python/boto3[${PYTHON_USEDEP}] dev-python/botocore[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] dev-python/jmespath[${PYTHON_USEDEP}] dev-python/pluggy[${PYTHON_USEDEP}] dev-python/pycfmodel[${PYTHON_USEDEP}] dev-python/pydantic[${PYTHON_USEDEP}] dev-python/pydantic-core[${PYTHON_USEDEP}] dev-python/pydash[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/s3transfer[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] dev-util/cfn-template-flip[${PYTHON_USEDEP}]" BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( dev-python/moto[${PYTHON_USEDEP}] )" distutils_enable_tests pytest EPYTEST_IGNORE=( # ModuleNotFoundError: No module named 'pluggy.manager' tests/config/test_pluggy.py # assert error tests/rules/test_WildcardResourceRule.py )