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

# Upstream name: comfyui-workflow-templates-media-assets-01
# Renamed: trailing -01 is invalid as Gentoo package name suffix

EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1

MY_PN=comfyui-workflow-templates-media-assets-01
MY_P=comfyui_workflow_templates_media_assets_01-${PV}

DESCRIPTION="ComfyUI workflow templates — shared media assets"
HOMEPAGE="https://pypi.org/project/comfyui-workflow-templates-media-assets-01/"
SRC_URI="https://files.pythonhosted.org/packages/source/c/${MY_PN}/${MY_P}.tar.gz"

S="${WORKDIR}/${MY_P}"

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