# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 pypi DESCRIPTION="Add a progress meter to your loops in a second" HOMEPAGE="https://github.com/tqdm/tqdm" LICENSE="MIT" SLOT="python2" KEYWORDS="~alpha amd64 ~arm64 ~hppa ~sparc x86" IUSE="examples" RESTRICT="mirror" RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/toml[${PYTHON_USEDEP}] !