# 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="AsyncIO-based high level Python framework Riot Games API framework that encourages rapid development and clean, pragmatic design."

HOMEPAGE="https://github.com/iann838/Pyot"
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="diskcache mongodb redis test"
DEPENDENCIES="dev-python/wheel[${PYTHON_USEDEP}]
	>=dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]
	>=dev-python/aiohttp-3.8[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
	dev-python/lor-deckcodes[${PYTHON_USEDEP}]
	diskcache? ( >=dev-python/diskcache-5.1[${PYTHON_USEDEP}] )
	diskcache? ( >=dev-python/asgiref-3.2[${PYTHON_USEDEP}] )
	mongodb? ( dev-python/motor[${PYTHON_USEDEP}] )
	redis? ( >=dev-python/redis-4.5.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/typeguard-2.13[${PYTHON_USEDEP}] )
	test? ( >=dev-python/redis-4.5.0[${PYTHON_USEDEP}] )
	test? ( dev-python/motor[${PYTHON_USEDEP}] )
	test? ( >=dev-python/diskcache-5.1[${PYTHON_USEDEP}] )
	test? ( >=dev-python/asgiref-3.2[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"