dev-util/cfripper - 9999 (nest)

Search

Install

Install this version:

emerge -a =dev-util/cfripper-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/cfripper-9999

Or alternatively:

emerge --autounmask-write -a =dev-util/cfripper-9999

Package Information

Description:
Analysing CloudFormation templates for security compliance
Homepage:
https://github.com/Skyscanner/cfripper
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# 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}] )"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

dev-python/annotated-types[]
	dev-python/boto3[]
	dev-python/botocore[]
	dev-python/click[]
	dev-python/jmespath[]
	dev-python/pluggy[]
	dev-python/pycfmodel[]
	dev-python/pydantic[]
	dev-python/pydantic-core[]
	dev-python/pydash[]
	dev-python/python-dateutil[]
	dev-python/pyyaml[]
	dev-python/s3transfer[]
	dev-python/six[]
	dev-python/typing-extensions[]
	dev-python/urllib3[]
	dev-util/cfn-template-flip[]

BDEPEND

dev-python/setuptools-scm[]
	test? ( dev-python/moto[] )