# 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="A rich, fast, performant and easy to use application framework to build apps using Flask on top of it."

HOMEPAGE="https://github.com/mononobi/pyrin"
LICENSE="BSD"
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="celery docs memcached redis sentry tests"
DEPENDENCIES="~dev-python/aniso8601-9.0.1[${PYTHON_USEDEP}]
	~dev-python/bcrypt-3.2.0[${PYTHON_USEDEP}]
	~dev-python/pytz-2023.3[${PYTHON_USEDEP}]
	~dev-python/flask-2.0.2[${PYTHON_USEDEP}]
	~dev-python/pyjwt-2.2.0[${PYTHON_USEDEP}]
	~dev-python/sqlalchemy-1.4.20[${PYTHON_USEDEP}]
	~dev-python/colorama-0.4.4[${PYTHON_USEDEP}]
	~dev-python/python-dotenv-0.18.0[${PYTHON_USEDEP}]
	~dev-python/cryptography-3.4.7[${PYTHON_USEDEP}]
	~dev-python/flask-babel-2.0.0[${PYTHON_USEDEP}]
	~dev-python/babel-2.9.1[${PYTHON_USEDEP}]
	~dev-python/alembic-1.6.5[${PYTHON_USEDEP}]
	dev-python/fire[${PYTHON_USEDEP}]
	~dev-python/sqlparse-0.4.2[${PYTHON_USEDEP}]
	dev-python/titlecase[${PYTHON_USEDEP}]
	~dev-python/flasgger-0.9.5[${PYTHON_USEDEP}]
	celery? ( dev-python/celery[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinxcontrib-log-cabinet[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-issues[${PYTHON_USEDEP}] )
	memcached? ( dev-python/pymemcache[${PYTHON_USEDEP}] )
	redis? ( ~dev-python/redis-3.5.3[${PYTHON_USEDEP}] )
	sentry? ( dev-python/sentry-sdk[${PYTHON_USEDEP}] )
	sentry? ( ~dev-python/blinker-1.4[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/aniso8601-9.0.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/bcrypt-3.2.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytz-2023.3[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/flask-2.0.2[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pyjwt-2.2.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/sqlalchemy-1.4.20[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/colorama-0.4.4[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/python-dotenv-0.18.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/cryptography-3.4.7[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/flask-babel-2.0.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/babel-2.9.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/alembic-1.6.5[${PYTHON_USEDEP}] )
	tests? ( dev-python/fire[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/sqlparse-0.4.2[${PYTHON_USEDEP}] )
	tests? ( dev-python/titlecase[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/flasgger-0.9.5[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-6.2.4[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-cov-2.12.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pygments-2.9.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"