# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Highly concurrent networking library" HOMEPAGE="https://pypi.org/project/eventlet/ https://github.com/eventlet/eventlet/" SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="python2" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc examples test" 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}] !