# 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="To regenerate pytest fixtures and test methods dynamically from OpenAPI spec and Cloudvector APIShark events"

HOMEPAGE=""
LICENSE=""
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=""
DEPENDENCIES="~dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
	~dev-python/autopep8-1.5.4[${PYTHON_USEDEP}]
	dev-python/curlify[${PYTHON_USEDEP}]
	dev-python/cvapianalyser[${PYTHON_USEDEP}]
	dev-python/dictor[${PYTHON_USEDEP}]
	~dev-python/jinja2-3.0.3[${PYTHON_USEDEP}]
	dev-python/nested-lookup[${PYTHON_USEDEP}]
	dev-python/openapispecdiff[${PYTHON_USEDEP}]
	dev-python/pytest-cases[${PYTHON_USEDEP}]
	dev-python/pytest-html[${PYTHON_USEDEP}]
	~dev-python/pytest-metadata-1.11.0[${PYTHON_USEDEP}]
	dev-python/pytest-json[${PYTHON_USEDEP}]
	dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
	~dev-python/pytest-rerunfailures-9.0[${PYTHON_USEDEP}]
	dev-python/pytest-testrail[${PYTHON_USEDEP}]
	~dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
	~dev-python/pytest-5.4.3[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	~dev-python/tqdm-4.46.1[${PYTHON_USEDEP}]
	~dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}]
	~dev-python/validators-0.18.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"