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

EAPI=8

DISTUTILS_SINGLE_IMPL=1
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
#PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{12,13} )

inherit distutils-r1
# pypi does not have the source tarball (yet?)

DESCRIPTION="AI Model Demand Offloading Allocator"
HOMEPAGE="https://github.com/Comfy-Org/comfy-aimdo"
SRC_URI="https://github.com/Comfy-Org/comfy-aimdo/archive/refs/tags/v${PV}.tar.gz"

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

export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}