dev-python/moto - 5.2.3 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/moto-5.2.3

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

autounmask =dev-python/moto-5.2.3

Or alternatively:

emerge --autounmask-write -a =dev-python/moto-5.2.3

Package Information

Description:
A library that allows you to easily mock out tests based on AWS infrastructure
Homepage:
https://github.com/getmoto/moto https://pypi.org/project/moto/ https://docs.getmoto.org/en/latest/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
5.2.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..15} )

PYPI_VERIFY_REPO="https://github.com/getmoto/moto"

inherit distutils-r1 pypi

DESCRIPTION="A library that allows you to easily mock out tests based on AWS infrastructure"
HOMEPAGE="
	https://github.com/getmoto/moto
	https://pypi.org/project/moto/
	https://docs.getmoto.org/en/latest/
"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

# Upstream also blocks botocore 1.35.45/1.35.46, werkzeug 2.2.0/2.2.1 and
# responses 0.25.5. None of those have ever been in the tree, so the blockers
# can never match anything.
RDEPEND=">=dev-python/boto3-1.9.201[${PYTHON_USEDEP}]
	>=dev-python/botocore-1.20.88[${PYTHON_USEDEP}]
	>=dev-python/cryptography-35.0.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.5[${PYTHON_USEDEP}]
	dev-python/xmltodict[${PYTHON_USEDEP}]
	>=dev-python/werkzeug-0.5[${PYTHON_USEDEP}]
	>=dev-python/responses-0.15.0[${PYTHON_USEDEP}]"

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/boto3-1.9.201[]
	>=dev-python/botocore-1.20.88[]
	>=dev-python/cryptography-35.0.0[]
	>=dev-python/requests-2.5[]
	dev-python/xmltodict[]
	>=dev-python/werkzeug-0.5[]
	>=dev-python/responses-0.15.0[]