# 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="Fully featured framework for fast, easy and documented API development with Sanic"

HOMEPAGE="https://github.com/ashleysommer/sanic-restplus"
LICENSE="MIT"
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="doc test"
DEPENDENCIES=">=dev-python/aniso8601-0.82[${PYTHON_USEDEP}]
	dev-python/jsonschema[${PYTHON_USEDEP}]
	dev-python/methodtools[${PYTHON_USEDEP}]
	>=dev-python/setuptools-40.8[${PYTHON_USEDEP}]
	dev-python/sanic[${PYTHON_USEDEP}]
	dev-python/sanic-jinja2[${PYTHON_USEDEP}]
	dev-python/sanic-plugin-toolkit[${PYTHON_USEDEP}]
	doc? ( ~dev-python/alabaster-0.7.12[${PYTHON_USEDEP}] )
	doc? ( ~dev-python/sphinx-2.1.2[${PYTHON_USEDEP}] )
	doc? ( ~dev-python/sphinx-issues-1.2.0[${PYTHON_USEDEP}] )
	test? ( dev-python/blinker[${PYTHON_USEDEP}] )
	test? ( ~dev-python/mock-2.0.0[${PYTHON_USEDEP}] )
	test? ( <dev-python/pytest-4.6.0[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-benchmark[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-cov-2.7.1[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-faker[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-mock-1.10.4[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-profiling[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-sugar-0.9.2[${PYTHON_USEDEP}] )
	test? ( dev-python/sanic-testing[${PYTHON_USEDEP}] )
	test? ( dev-python/tzlocal[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"