# 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="Highly concurrent networking library" HOMEPAGE="https://pypi.org/project/eventlet/ https://github.com/eventlet/eventlet/" LICENSE="MIT" SLOT="python2" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc examples test" RESTRICT="mirror" RDEPEND=" >=dev-python/dnspython-1.15.0:python2[${PYTHON_USEDEP}] virtual/python-enum34[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3:python2[${PYTHON_USEDEP}] >=dev-python/monotonic-1.4[${PYTHON_USEDEP}] >=dev-python/six-1.10.0:python2[${PYTHON_USEDEP}] !