# 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="EspecĂ­fico - API first applications with OpenAPI/Swagger and Flask"

HOMEPAGE="https://github.com/athenianco/especifico"
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="aiohttp cli docs flask swagger-ui tests"
DEPENDENCIES="<dev-python/jsonschema-5.0[${PYTHON_USEDEP}]
	<dev-python/pyyaml-7.0[${PYTHON_USEDEP}]
	<dev-python/requests-3.0[${PYTHON_USEDEP}]
	<dev-python/inflection-0.6[${PYTHON_USEDEP}]
	<dev-python/werkzeug-3.0[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
	aiohttp? ( <dev-python/aiohttp-4.0[${PYTHON_USEDEP}] )
	aiohttp? ( dev-python/aiohttp-jinja2[${PYTHON_USEDEP}] )
	aiohttp? ( >=dev-python/markupsafe-0.23[${PYTHON_USEDEP}] )
	cli? ( dev-python/clickclick[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-autoapi-1.8.1[${PYTHON_USEDEP}] )
	flask? ( <dev-python/flask-3.0[${PYTHON_USEDEP}] )
	flask? ( >=dev-python/itsdangerous-0.24[${PYTHON_USEDEP}] )
	swagger-ui? ( dev-python/swagger-ui-bundle[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-aiohttp-1.0.4[${PYTHON_USEDEP}] )
	tests? ( dev-python/aiohttp-remotes[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/decorator-5.1.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-7.2.2[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-cov-4.0.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/testfixtures-7.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"