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

inherit python-r1 gs-pypi

DESCRIPTION="Modern and powerful asynchronous telegram bot framework."

HOMEPAGE="https://github.com/vd2org/wultiplexor"
LICENSE="Copyright 2015-2024 Vd"
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 orjson ujson"
DEPENDENCIES="aiohttp? ( ~dev-python/aiohttp-3.9.3[${PYTHON_USEDEP}] )
	ujson? ( ~dev-python/ujson-5.9.0[${PYTHON_USEDEP}] )
	orjson? ( ~dev-python/orjson-3.9.15[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"