# 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="Qotto/eventy"

HOMEPAGE="https://gitlab.com/qotto/oss/eventy"
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="aiohttp avro celery confluent-kafka django gunicorn requests sanic"
DEPENDENCIES=">=dev-python/semver-2.0[${PYTHON_USEDEP}]
	>=dev-python/coloredlogs-15.0[${PYTHON_USEDEP}]
	dev-python/contextvars[${PYTHON_USEDEP}]
	avro? ( >=dev-python/pyyaml-5.0[${PYTHON_USEDEP}] )
	avro? ( dev-python/avro-python3[${PYTHON_USEDEP}] )
	celery? ( dev-python/celery[${PYTHON_USEDEP}] )
	sanic? ( dev-python/sanic[${PYTHON_USEDEP}] )
	aiohttp? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] )
	django? ( >=dev-python/django-1.0[${PYTHON_USEDEP}] )
	confluent-kafka? ( dev-python/confluent-kafka[${PYTHON_USEDEP}] )
	requests? ( >=dev-python/requests-2.0[${PYTHON_USEDEP}] )
	gunicorn? ( dev-python/gunicorn[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"