# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Simple pytest fixtures for Docker and Docker Compose based tests"

HOMEPAGE="https://github.com/avast/pytest-docker"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="docker-compose-v1 tests"
DEPENDENCIES="<dev-python/pytest-10.0[${PYTHON_USEDEP}]
	>=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
	docker-compose-v1? ( dev-python/docker-compose[${PYTHON_USEDEP}] )
	tests? ( <dev-python/requests-3.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/mypy-2.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-pylint[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-pycodestyle[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-mypy[${PYTHON_USEDEP}] )
	tests? ( dev-python/types-requests[${PYTHON_USEDEP}] )
	tests? ( <dev-python/types-setuptools-70.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"