# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="3.0.0b2"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Graphene Tornado integration"

HOMEPAGE="https://github.com/graphql-python/graphene-tornado"
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="apollo-engine-reporting opencensus test"
DEPENDENCIES=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]
	dev-python/graphene[${PYTHON_USEDEP}]
	>=dev-python/jinja2-2.10.1[${PYTHON_USEDEP}]
	<dev-python/tornado-7.0[${PYTHON_USEDEP}]
	dev-python/werkzeug[${PYTHON_USEDEP}]
	dev-python/typing-extensions[${PYTHON_USEDEP}]
	apollo-engine-reporting? ( dev-python/json-stable-stringify-python[${PYTHON_USEDEP}] )
	apollo-engine-reporting? ( >=dev-python/protobuf-3.7.1[${PYTHON_USEDEP}] )
	apollo-engine-reporting? ( dev-python/tornado-retry-client[${PYTHON_USEDEP}] )
	opencensus? ( dev-python/opencensus[${PYTHON_USEDEP}] )
	test? ( dev-python/coveralls[${PYTHON_USEDEP}] )
	test? ( dev-python/mock[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-4.4.1[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-cov-2.6.1[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-tornado[${PYTHON_USEDEP}] )
	test? ( dev-python/tox[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"