# 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-CeleryExt is a simple integration layer between Celery and Flask.\""

HOMEPAGE="https://github.com/inveniosoftware/flask-celeryext"
LICENSE="BSD"
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="tests"
DEPENDENCIES=">=dev-python/flask-2.2.0[${PYTHON_USEDEP}]
	dev-python/celery[${PYTHON_USEDEP}]
	tests? ( dev-python/check-manifest[${PYTHON_USEDEP}] )
	tests? ( <dev-python/coverage-6.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/Docker-Services-CLI[${PYTHON_USEDEP}] )
	tests? ( dev-python/msgpack-python[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-flask-1.2.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-isort[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-black[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-pydocstyle[${PYTHON_USEDEP}] )
	tests? ( <dev-python/pytest-7.2.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/redis-4.1.4[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/sphinx-4.2.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"