# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="Real-time monitor and web admin for Celery distributed task queue" HOMEPAGE=" https://github.com/mher/flower https://pypi.org/project/flower/ " LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=dev-python/celery-5.0.5[${PYTHON_USEDEP}] >=dev-python/tornado-5.0.0[${PYTHON_USEDEP}]