From 64b437832a0a17330389789b2ae33a519fe46354 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Mar 2020 10:57:39 +0100 Subject: [PATCH] dev-python/falcon: Drop py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/falcon/falcon-1.3.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}] -- 2.26.2