# 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_12,3_13,3_14} )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Seldon Core client and microservice wrapper [wheel]"

HOMEPAGE="https://github.com/SeldonIO/seldon-core"
LICENSE="Business Source License 1.1"
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

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

IUSE="all tensorflow"
DEPENDENCIES=">=dev-python/flask-3.1.2[${PYTHON_USEDEP}]
	>=dev-python/jsonschema-4.25.1[${PYTHON_USEDEP}]
	>=dev-python/flask-cors-6.0.1[${PYTHON_USEDEP}]
	>=dev-python/requests-2.32.5[${PYTHON_USEDEP}]
	<dev-python/numpy-2.0.0[${PYTHON_USEDEP}]
	~dev-python/protobuf-5.29.5[${PYTHON_USEDEP}]
	>=dev-python/grpcio-1.76.0[${PYTHON_USEDEP}]
	dev-python/Flask-OpenTracing[${PYTHON_USEDEP}]
	dev-python/opentracing[${PYTHON_USEDEP}]
	dev-python/jaeger-client[${PYTHON_USEDEP}]
	dev-python/grpcio-opentracing[${PYTHON_USEDEP}]
	dev-python/grpcio-reflection[${PYTHON_USEDEP}]
	dev-python/gunicorn[${PYTHON_USEDEP}]
	>=dev-python/setuptools-80.9.0[${PYTHON_USEDEP}]
	>=dev-python/prometheus-client-0.23.1[${PYTHON_USEDEP}]
	>=dev-python/werkzeug-3.1.4[${PYTHON_USEDEP}]
	>=dev-python/cryptography-46.0.3[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-6.0.3[${PYTHON_USEDEP}]
	>=dev-python/click-8.3.0[${PYTHON_USEDEP}]
	>=dev-python/urllib3-2.6.0[${PYTHON_USEDEP}]
	~dev-python/flatbuffers-25.9.23[${PYTHON_USEDEP}]
	tensorflow? ( dev-python/tensorflow[${PYTHON_USEDEP}] )
	all? ( dev-python/tensorflow[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"