# 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="Create ID Discord bots for SciOly studying."

HOMEPAGE="https://github.com/tctree333/SciOly-ID"
LICENSE="GPL-3+"
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="web"
DEPENDENCIES="dev-python/discord-py[${PYTHON_USEDEP}]
	<dev-python/redis-5.0.0[${PYTHON_USEDEP}]
	dev-python/sentry-sdk[${PYTHON_USEDEP}]
	<dev-python/pillow-11.0.0[${PYTHON_USEDEP}]
	dev-python/wikipedia[${PYTHON_USEDEP}]
	<dev-python/gitpython-4.0.0[${PYTHON_USEDEP}]
	<dev-python/hiredis-3.0.0[${PYTHON_USEDEP}]
	<dev-python/pandas-3.0.0[${PYTHON_USEDEP}]
	<dev-python/filelock-3.7.0[${PYTHON_USEDEP}]
	web? ( <dev-python/flask-2.1.0[${PYTHON_USEDEP}] )
	web? ( dev-python/Authlib[${PYTHON_USEDEP}] )
	web? ( dev-python/gunicorn[${PYTHON_USEDEP}] )
	web? ( dev-python/ImageHash[${PYTHON_USEDEP}] )
	web? ( dev-python/celery[${PYTHON_USEDEP}] )
	web? ( <dev-python/blinker-1.5[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"