Install this version:
emerge -a =dev-util/cfripper-1.20.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/cfripper-1.20.1
Or alternatively:
emerge --autounmask-write -a =dev-util/cfripper-1.20.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.20.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Analysing CloudFormation templates for security compliance"
HOMEPAGE="https://github.com/Skyscanner/cfripper"
SRC_URI="https://github.com/Skyscanner/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
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/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/typing-inspection[${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
EPYTEST_DESELECT=( tests/rules/test_S3LifecycleConfigurationRule.py::test_no_failures_are_raised )
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
dev-python/annotated-types[] dev-python/boto3[] dev-python/botocore[] dev-python/click[] dev-python/jmespath[] dev-python/pluggy[] dev-python/pycfmodel[] dev-python/pydash[] dev-python/python-dateutil[] dev-python/pyyaml[] dev-python/s3transfer[] dev-python/six[] dev-python/typing-extensions[] dev-python/typing-inspection[] dev-python/urllib3[] dev-util/cfn-template-flip[]
dev-python/setuptools-scm[] test? ( dev-python/moto[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cfripper-1.20.1.gh.tar.gz | 314935 bytes | https://github.com/Skyscanner/cfripper/archive/v1.20.1.tar.gz |