Install this version:
emerge -a =dev-util/taskcat-0.9.58
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/taskcat-0.9.58
Or alternatively:
emerge --autounmask-write -a =dev-util/taskcat-0.9.58
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.58 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 edo
DESCRIPTION="An OpenSource Cloudformation Deployment Framework"
HOMEPAGE="https://github.com/aws-ia/taskcat"
SRC_URI="https://github.com/aws-ia/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/boto3[${PYTHON_USEDEP}]
dev-python/botocore[${PYTHON_USEDEP}]
dev-python/cfn-lint[${PYTHON_USEDEP}]
dev-python/dataclasses-jsonschema[${PYTHON_USEDEP}]
dev-python/docker[${PYTHON_USEDEP}]
dev-python/dulwich[${PYTHON_USEDEP}]
dev-python/gitpython[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/markupsafe[${PYTHON_USEDEP}]
dev-python/pathspec[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/reprint[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/yattag[${PYTHON_USEDEP}]"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_prepare_all() {
if use test ; then
edo git init -q
edo git config user.email "you@example.com"
edo git config user.name "Your Name"
edo git remote add "origin" https://github.com/aws-ia/taskcat.git
fi
distutils-r1_python_prepare_all
}
dev-python/boto3[] dev-python/botocore[] dev-python/cfn-lint[] dev-python/dataclasses-jsonschema[] dev-python/docker[] dev-python/dulwich[] dev-python/gitpython[] dev-python/jinja2[] dev-python/jsonschema[] dev-python/markupsafe[] dev-python/pathspec[] dev-python/pyyaml[] dev-python/requests[] dev-python/reprint[] dev-python/tabulate[] dev-python/urllib3[] dev-python/yattag[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | taskcat-0.9.58.gh.tar.gz | 808700 bytes | https://github.com/aws-ia/taskcat/archive/0.9.58.tar.gz |