dev-python/testcontainers - 4.15.0 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/testcontainers-4.15.0

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

autounmask =dev-python/testcontainers-4.15.0

Or alternatively:

emerge --autounmask-write -a =dev-python/testcontainers-4.15.0

Package Information

Description:
Python library for throwaway instances of anything that can run in a Docker container
Homepage:
https://github.com/testcontainers/testcontainers-python https://pypi.org/project/testcontainers/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
4.15.0 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=hatchling
PYTHON_COMPAT=( python3_{10..15} )

PYPI_VERIFY_REPO="https://github.com/testcontainers/testcontainers-python"

inherit distutils-r1 pypi

DESCRIPTION="Python library for throwaway instances of anything that can run in a Docker container"
HOMEPAGE="
	https://github.com/testcontainers/testcontainers-python
	https://pypi.org/project/testcontainers/
"

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

RDEPEND="dev-python/docker[${PYTHON_USEDEP}]
	dev-python/python-dotenv[${PYTHON_USEDEP}]
	dev-python/typing-extensions[${PYTHON_USEDEP}]
	dev-python/urllib3[${PYTHON_USEDEP}]
	dev-python/wrapt[${PYTHON_USEDEP}]"

Inherited Eclasses

Dependencies

RDEPEND

dev-python/docker[]
	dev-python/python-dotenv[]
	dev-python/typing-extensions[]
	dev-python/urllib3[]
	dev-python/wrapt[]