# 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} )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="This allows for developing embedded machine learning models using Tensorflow-Lite Micro [wheel]"

HOMEPAGE="https://siliconlabs.github.io/mltk"
LICENSE="SPDX-License-Identifier: Zlib"
SRC_URI="https://files.pythonhosted.org/packages/cp311/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-1712090879-cp311-cp311-manylinux2014_x86_64.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-1712090879-cp311-cp311-manylinux2014_x86_64.whl"
RESTRICT="test"

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

IUSE="full"
DEPENDENCIES="<dev-python/typer-1.0[${PYTHON_USEDEP}]
	dev-python/pytest[${PYTHON_USEDEP}]
	dev-python/pytest-dependency[${PYTHON_USEDEP}]
	dev-python/pytest-html-reporter[${PYTHON_USEDEP}]
	dev-python/cmake[${PYTHON_USEDEP}]
	dev-python/ninja[${PYTHON_USEDEP}]
	dev-python/psutil[${PYTHON_USEDEP}]
	<dev-python/pyaml-22.0[${PYTHON_USEDEP}]
	dev-python/tensorflow[${PYTHON_USEDEP}]
	dev-python/tf-keras[${PYTHON_USEDEP}]
	dev-python/tensorflow-probability[${PYTHON_USEDEP}]
	dev-python/tflite-support[${PYTHON_USEDEP}]
	<dev-python/protobuf-4.0[${PYTHON_USEDEP}]
	<dev-python/scipy-2.0[${PYTHON_USEDEP}]
	<dev-python/matplotlib-4.0[${PYTHON_USEDEP}]
	<dev-python/tqdm-5.0[${PYTHON_USEDEP}]
	<dev-python/pillow-11.0[${PYTHON_USEDEP}]
	dev-python/librosa[${PYTHON_USEDEP}]
	<dev-python/bincopy-18.0[${PYTHON_USEDEP}]
	<dev-python/pyserial-4.0[${PYTHON_USEDEP}]
	dev-python/GPUtil[${PYTHON_USEDEP}]
	dev-python/patool[${PYTHON_USEDEP}]
	<dev-python/prettytable-3.0[${PYTHON_USEDEP}]
	dev-python/msgpack[${PYTHON_USEDEP}]
	full? ( dev-python/opencv-python[${PYTHON_USEDEP}] )
	full? ( dev-python/netron[${PYTHON_USEDEP}] )
	full? ( dev-python/paramiko[${PYTHON_USEDEP}] )
	full? ( dev-python/cryptography[${PYTHON_USEDEP}] )
	full? ( dev-python/tensorboard-plugin-profile[${PYTHON_USEDEP}] )
	full? ( dev-python/onnx[${PYTHON_USEDEP}] )
	full? ( dev-python/onnxruntime[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"