# 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="AI Handler: An engine which wraps certain huggingface models"

HOMEPAGE="https://github.com/Capsize-Games/aihandler"
LICENSE="AGPL-3"
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/einops[${PYTHON_USEDEP}]
	dev-python/ninja[${PYTHON_USEDEP}]
	dev-python/jit[${PYTHON_USEDEP}]
	~dev-python/tqdm-4.65.0[${PYTHON_USEDEP}]
	dev-python/omegaconf[${PYTHON_USEDEP}]
	dev-python/accelerate[${PYTHON_USEDEP}]
	dev-python/controlnet-aux[${PYTHON_USEDEP}]
	dev-python/huggingface-hub[${PYTHON_USEDEP}]
	~dev-python/numpy-1.23.5[${PYTHON_USEDEP}]
	~dev-python/pillow-9.5.0[${PYTHON_USEDEP}]
	~dev-python/pip-23.1.2[${PYTHON_USEDEP}]
	~dev-python/pyqt6-6.4.2[${PYTHON_USEDEP}]
	dev-python/PyQt6-Qt6[${PYTHON_USEDEP}]
	~dev-python/pyqt6-sip-13.4.1[${PYTHON_USEDEP}]
	dev-python/pyqtdarktheme[${PYTHON_USEDEP}]
	dev-python/pyre-extensions[${PYTHON_USEDEP}]
	dev-python/lightning[${PYTHON_USEDEP}]
	~dev-python/requests-2.31.0[${PYTHON_USEDEP}]
	~dev-python/requests-oauthlib-1.3.1[${PYTHON_USEDEP}]
	dev-python/safetensors[${PYTHON_USEDEP}]
	~dev-python/scipy-1.10.1[${PYTHON_USEDEP}]
	dev-python/tensorflow[${PYTHON_USEDEP}]
	dev-python/tokenizers[${PYTHON_USEDEP}]
	~dev-python/charset-normalizer-3.1.0[${PYTHON_USEDEP}]
	dev-python/opencv-python[${PYTHON_USEDEP}]
	~dev-python/setuptools-67.7.2[${PYTHON_USEDEP}]
	~dev-python/typing-extensions-4.5.0[${PYTHON_USEDEP}]
	~dev-python/urllib3-1.26.15[${PYTHON_USEDEP}]
	dev-python/diffusers[${PYTHON_USEDEP}]
	dev-python/transformers[${PYTHON_USEDEP}]
	dev-python/compel[${PYTHON_USEDEP}]
	~dev-python/sympy-1.12.0[${PYTHON_USEDEP}]
	dev-python/regex[${PYTHON_USEDEP}]
	~dev-python/matplotlib-3.7.2[${PYTHON_USEDEP}]
	dev-python/invisible-watermark[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"