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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12,13} )

inherit distutils-r1 pypi

DESCRIPTION="ComfyUI template workflows"
HOMEPAGE="https://github.com/Comfy-Org/workflow_templates"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	=sci-ml/comfyui-workflow-templates-core-0.3.153[${PYTHON_USEDEP}]
	=sci-ml/comfyui-workflow-templates-media-api-0.3.55[${PYTHON_USEDEP}]
	=sci-ml/comfyui-workflow-templates-media-video-0.3.52[${PYTHON_USEDEP}]
	=sci-ml/comfyui-workflow-templates-media-image-0.3.93[${PYTHON_USEDEP}]
	=sci-ml/comfyui-workflow-templates-media-other-0.3.127[${PYTHON_USEDEP}]
"