# 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="FastFlyer — 轻量级API开发框架"

HOMEPAGE="https://github.com/jagerzhang/fastflyer.git"
LICENSE="Apache-2.0"
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=""
DEPENDENCIES="dev-python/fastapi[${PYTHON_USEDEP}]
	>=dev-python/uvicorn-0.14.0[${PYTHON_USEDEP}]
	dev-python/gunicorn[${PYTHON_USEDEP}]
	>=dev-python/httptools-0.1.2[${PYTHON_USEDEP}]
	dev-python/fastkit[${PYTHON_USEDEP}]
	dev-python/opentelemetry-exporter-otlp[${PYTHON_USEDEP}]
	dev-python/opentelemetry-instrumentation-fastapi[${PYTHON_USEDEP}]
	dev-python/opentelemetry-instrumentation-logging[${PYTHON_USEDEP}]
	dev-python/opentelemetry-instrumentation-requests[${PYTHON_USEDEP}]
	dev-python/opentelemetry-instrumentation-httpx[${PYTHON_USEDEP}]
	dev-python/opentelemetry-instrumentation-redis[${PYTHON_USEDEP}]
	dev-python/opentelemetry-instrumentation-kafka-python[${PYTHON_USEDEP}]
	dev-python/opentelemetry-instrumentation-pymysql[${PYTHON_USEDEP}]
	dev-python/opentelemetry-instrumentation-sqlalchemy[${PYTHON_USEDEP}]
	dev-python/opentelemetry-instrumentation-threading[${PYTHON_USEDEP}]
	dev-python/fastapi-mcp[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"