# 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="An easy-to-use interactive web Dashboard to control your Red bot!"

HOMEPAGE="https://github.com/AAA3A-AAA3A/Red-Web-Dashboard"
LICENSE="AGPL-3"
SRC_URI="https://files.pythonhosted.org/packages/eb/53/3bf46e3e11c74b130abb48d95ce627c1ece50adcf327d3982231cc57c17b/red_web_dashboard-${REALVERSION}.tar.gz"
SOURCEFILE="red_web_dashboard-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="docs style"
DEPENDENCIES="dev-python/flask[${PYTHON_USEDEP}]
	dev-python/waitress[${PYTHON_USEDEP}]
	dev-python/websocket-client[${PYTHON_USEDEP}]
	dev-python/flask-babel[${PYTHON_USEDEP}]
	dev-python/pygments[${PYTHON_USEDEP}]
	dev-python/pyjwt[${PYTHON_USEDEP}]
	dev-python/flask-login[${PYTHON_USEDEP}]
	dev-python/Flask-WTF[${PYTHON_USEDEP}]
	dev-python/wtforms[${PYTHON_USEDEP}]
	dev-python/python-Levenshtein[${PYTHON_USEDEP}]
	dev-python/fernet[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]
	dev-python/rapidfuzz[${PYTHON_USEDEP}]
	dev-python/fuzzywuzzy[${PYTHON_USEDEP}]
	dev-python/aiohttp[${PYTHON_USEDEP}]
	dev-python/django-user-agents[${PYTHON_USEDEP}]
	dev-python/Flask-Bootstrap[${PYTHON_USEDEP}]
	dev-python/markdown[${PYTHON_USEDEP}]
	dev-python/bleach[${PYTHON_USEDEP}]
	dev-python/Flask-Moment[${PYTHON_USEDEP}]
	dev-python/flask-talisman[${PYTHON_USEDEP}]
	dev-python/flask-sitemapper[${PYTHON_USEDEP}]
	style? ( ~dev-python/black-19.10_beta0[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-4.4.0[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-rtd-theme-1.0.0[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-prompt-1.5.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"