# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="InsightFace Python library for face analysis"
HOMEPAGE="https://github.com/deepinsight/insightface https://pypi.org/project/insightface/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

# onnxruntime is a runtime dep but not packaged in portage
RDEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
	sci-ml/onnx[${PYTHON_USEDEP}]
	media-libs/opencv[python]
	dev-python/tqdm[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	dev-python/scikit-image[${PYTHON_USEDEP}]
"