2020-01-05 20:52:58 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2015-11-06 16:26:46 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-11-28 10:06:19 +03:00
|
|
|
EAPI=7
|
2015-11-06 16:26:46 +03:00
|
|
|
|
2020-09-21 13:52:15 +03:00
|
|
|
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
|
2015-11-06 16:26:46 +03:00
|
|
|
|
|
|
|
inherit python-r1
|
|
|
|
|
|
|
|
DESCRIPTION="A virtual for Python greenlet module"
|
|
|
|
SLOT="0"
|
2020-12-21 15:24:17 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
|
2015-11-06 16:26:46 +03:00
|
|
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|
|
|
|
|
|
|
RDEPEND="${PYTHON_DEPS}
|
|
|
|
$(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')"
|