# 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="A Python implementation of the Spring Actuator API for popular web frameworks"

HOMEPAGE="https://github.com/SolarEdgeTech/pyctuator"
LICENSE=""
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 db fastapi flask psutil redis tornado"
DEPENDENCIES="psutil? ( <dev-python/psutil-6.0[${PYTHON_USEDEP}] )
	flask? ( <dev-python/flask-3.0.0[${PYTHON_USEDEP}] )
	fastapi? ( dev-python/fastapi[${PYTHON_USEDEP}] )
	fastapi? ( <dev-python/uvicorn-0.24.0[${PYTHON_USEDEP}] )
	db? ( <dev-python/sqlalchemy-3.0.0[${PYTHON_USEDEP}] )
	db? ( <dev-python/pymysql-2.0.0[${PYTHON_USEDEP}] )
	db? ( <dev-python/cryptography-40.0.0[${PYTHON_USEDEP}] )
	redis? ( <dev-python/redis-5.0.0[${PYTHON_USEDEP}] )
	aiohttp? ( <dev-python/aiohttp-4.0.0[${PYTHON_USEDEP}] )
	tornado? ( <dev-python/tornado-7.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"