2015-02-26 10:36:05 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2015-02-26 10:36:05 +03:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
|
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="asyncio event loop scheduling callbacks in eventlet"
|
2015-08-24 15:02:01 +03:00
|
|
|
HOMEPAGE="https://pypi.python.org/pypi/aioeventlet https://bitbucket.org/haypo/aioeventlet"
|
2015-02-26 10:36:05 +03:00
|
|
|
SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="Apache-2.0"
|
|
|
|
SLOT="0"
|
2015-07-09 13:12:39 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2015-02-26 10:36:05 +03:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="
|
2015-05-04 21:00:32 +03:00
|
|
|
dev-python/eventlet[${PYTHON_USEDEP}]
|
2015-02-26 10:36:05 +03:00
|
|
|
$(python_gen_cond_dep '>=dev-python/asyncio-0.4.1[${PYTHON_USEDEP}]' 'python3_3')
|
|
|
|
$(python_gen_cond_dep '>=dev-python/trollius-0.3[${PYTHON_USEDEP}]' 'python2_7')"
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|