# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="ssl(+),threads(+)" inherit distutils-r1 flag-o-matic DESCRIPTION="Coroutine-based network library" HOMEPAGE="https://www.gevent.org/ https://pypi.org/project/gevent/ https://github.com/gevent/gevent" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="python2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/libev-4.23:= dev-libs/libuv:= >=net-dns/c-ares-1.12:= >=dev-python/greenlet-0.4.17:python2[${PYTHON_USEDEP}] dev-python/zope-event:python2[${PYTHON_USEDEP}] dev-python/zope-interface:python2[${PYTHON_USEDEP}] virtual/python-greenlet[${PYTHON_USEDEP}] !