# 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} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Parses and serializes Test Anything Protocol output."

HOMEPAGE="https://oziproject.dev"
LICENSE="MIT AND Apache-2.0 WITH LLVM-exception"
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="ci dist fix lint test"
DEPENDENCIES="ci? ( ~dev-python/tox-4.18[${PYTHON_USEDEP}] )
	ci? ( dev-python/tox-gh[${PYTHON_USEDEP}] )
	fix? ( >=dev-python/black-24.3[${PYTHON_USEDEP}] )
	fix? ( dev-python/ruff[${PYTHON_USEDEP}] )
	fix? ( dev-python/autoflake[${PYTHON_USEDEP}] )
	fix? ( dev-python/isort[${PYTHON_USEDEP}] )
	dist? ( dev-python/python-semantic-release[${PYTHON_USEDEP}] )
	dist? ( dev-python/sigstore[${PYTHON_USEDEP}] )
	dist? ( dev-python/twine[${PYTHON_USEDEP}] )
	dist? ( dev-python/cibuildwheel[${PYTHON_USEDEP}] )
	lint? ( dev-python/bandit[${PYTHON_USEDEP}] )
	lint? ( >=dev-python/black-24.3[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8[${PYTHON_USEDEP}] )
	lint? ( dev-python/isort[${PYTHON_USEDEP}] )
	lint? ( dev-python/mypy[${PYTHON_USEDEP}] )
	lint? ( dev-python/pyright[${PYTHON_USEDEP}] )
	lint? ( dev-python/readme-renderer[${PYTHON_USEDEP}] )
	lint? ( dev-python/Flake8-pyproject[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-annotations[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-broken-line[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-bugbear[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-comprehensions[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-datetimez[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-docstring-checker[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-eradicate[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-fixme[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-leading-blank-lines[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-no-pep420[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-pyi[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-pytest-style[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-quotes[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-tidy-imports[${PYTHON_USEDEP}] )
	lint? ( dev-python/flake8-type-checking[${PYTHON_USEDEP}] )
	test? ( dev-python/coverage[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
	test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-randomly[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-tcpclient[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )
	dev-python/prompt-toolkit[${PYTHON_USEDEP}]
	dev-python/pyparsing[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/types-PyYAML[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"