# 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="Flask REST framework for role-based access"

HOMEPAGE="https://github.com/instantlinux/apicrud"
LICENSE="Apache License Version 2.0"
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=""
DEPENDENCIES=">=dev-python/alembic-1.11.2[${PYTHON_USEDEP}]
	dev-python/Authlib[${PYTHON_USEDEP}]
	>=dev-python/babel-2.12.1[${PYTHON_USEDEP}]
	>=dev-python/b2sdk-1.22.1[${PYTHON_USEDEP}]
	>=dev-python/boto3-1.26.132[${PYTHON_USEDEP}]
	>=dev-python/botocore-1.29.132[${PYTHON_USEDEP}]
	>=dev-python/cachetools-5.3.1[${PYTHON_USEDEP}]
	dev-python/connexion[${PYTHON_USEDEP}]
	dev-python/connexion[${PYTHON_USEDEP}]
	>=dev-python/cryptography-41.0.3[${PYTHON_USEDEP}]
	<dev-python/flask-3.0.0[${PYTHON_USEDEP}]
	<dev-python/flask-babel-3.0.0[${PYTHON_USEDEP}]
	>=dev-python/flask-cors-4.0.0[${PYTHON_USEDEP}]
	dev-python/geocoder[${PYTHON_USEDEP}]
	>=dev-python/itsdangerous-2.1.2[${PYTHON_USEDEP}]
	>=dev-python/ldap3-2.9.1[${PYTHON_USEDEP}]
	>=dev-python/pyjwt-2.8.0[${PYTHON_USEDEP}]
	>=dev-python/passlib-1.7.4[${PYTHON_USEDEP}]
	dev-python/pycryptodomex[${PYTHON_USEDEP}]
	>=dev-python/pymysql-1.1.0[${PYTHON_USEDEP}]
	>=dev-python/pyotp-2.9.0[${PYTHON_USEDEP}]
	>=dev-python/pytz-2023.3[${PYTHON_USEDEP}]
	>=dev-python/redis-4.6.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
	<dev-python/sqlalchemy-1.4.0[${PYTHON_USEDEP}]
	dev-python/SQLAlchemy-Utils[${PYTHON_USEDEP}]
	dev-python/swagger-ui-bundle[${PYTHON_USEDEP}]
	>=dev-python/urllib3-1.26.16[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"