# 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="Helpful code for logging in Python"

HOMEPAGE="https://github.com/edf-re/powerflex_logging_utilities_py"
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="nats-and-pydantic nats-and-pydantic2 pydantic pydantic2"
DEPENDENCIES="dev-python/aiodebug[${PYTHON_USEDEP}]
	>=dev-python/python-json-logger-2.0.0[${PYTHON_USEDEP}]
	nats-and-pydantic? ( dev-python/nats-py[${PYTHON_USEDEP}] )
	nats-and-pydantic? ( dev-python/pydantic[${PYTHON_USEDEP}] )
	nats-and-pydantic2? ( dev-python/nats-py[${PYTHON_USEDEP}] )
	nats-and-pydantic2? ( >=dev-python/pydantic-2.0[${PYTHON_USEDEP}] )
	nats-and-pydantic2? ( dev-python/pydantic-settings[${PYTHON_USEDEP}] )
	pydantic? ( >=dev-python/pydantic-1.9[${PYTHON_USEDEP}] )
	pydantic2? ( >=dev-python/pydantic-2.0[${PYTHON_USEDEP}] )
	pydantic2? ( dev-python/pydantic-settings[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"