From: Michał Górny Date: Tue, 17 Mar 2020 09:57:39 +0000 (+0100) Subject: dev-python/falcon: Drop py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64b437832a0a17330389789b2ae33a519fe46354;p=gentoo.git dev-python/falcon: Drop py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/falcon/falcon-1.3.0.ebuild b/dev-python/falcon/falcon-1.3.0.ebuild index 33bc228d74a2..9806360ed00c 100644 --- a/dev-python/falcon/falcon-1.3.0.ebuild +++ b/dev-python/falcon/falcon-1.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 # Python 2.6 is supported, but depends on ordereddict, which has been in # improvise for months and is a minimal package. If needed # please let me know. PyPy also works -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 @@ -22,12 +22,12 @@ RESTRICT="!test? ( test )" RDEPEND="dev-python/six[${PYTHON_USEDEP}] dev-python/mimeparse[${PYTHON_USEDEP}] - cython? ( dev-python/cython[$(python_gen_usedep python{2_7,3_3})] )" + cython? ( dev-python/cython[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - dev-python/cython[$(python_gen_usedep python{2_7,3_3})] + dev-python/cython[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]