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

EAPI=8

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

inherit python-r1 gs-pypi

DESCRIPTION="Extended JWT integration with Sanic"

HOMEPAGE="https://github.com/NovemberOscar/Sanic-JWT-Extended"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/3f/fb/36dc55d74a04bfde38b022fec7744b1687602b9ce425c2604cb530c9a247/Sanic-JWT-Extended-${REALVERSION}.tar.gz"
SOURCEFILE="Sanic-JWT-Extended-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="dev-python/sanic[${PYTHON_USEDEP}]
	<dev-python/pyjwt-2.0.0[${PYTHON_USEDEP}]
	dev-python/flatten-dict[${PYTHON_USEDEP}]
	dev-python/aioredis[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"