From b9923b8999a4b8355607839ace9585bcea1a7155 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 16 Dec 2019 10:51:48 +0100 Subject: [PATCH] dev-python/setuptools: Replace python_gen_usedep MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/setuptools/setuptools-42.0.2.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/dev-python/setuptools/setuptools-42.0.2.ebuild b/dev-python/setuptools/setuptools-42.0.2.ebuild index 98b924808219..4a4fdf1ae704 100644 --- a/dev-python/setuptools/setuptools-42.0.2.ebuild +++ b/dev-python/setuptools/setuptools-42.0.2.ebuild @@ -27,17 +27,18 @@ RESTRICT="!test? ( test )" # Temporary hack to avoid py38 keywording hell. Please remove when # the test deps all have py38. Also setuptools' test pass with py38, # so you need to hack them all in locally before bumping and test. -TEST_USEDEP=$(python_gen_usedep python2_7 python3_{5,6,7} pypy{,3}) BDEPEND=" app-arch/unzip test? ( - dev-python/mock[${TEST_USEDEP}] - dev-python/pip[${TEST_USEDEP}] - >=dev-python/pytest-3.7.0[${TEST_USEDEP}] - dev-python/pytest-fixture-config[${TEST_USEDEP}] - dev-python/pytest-virtualenv[${TEST_USEDEP}] - dev-python/wheel[${TEST_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pip[${PYTHON_USEDEP}] + >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}] + dev-python/pytest-fixture-config[${PYTHON_USEDEP}] + dev-python/pytest-virtualenv[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + virtual/python-futures[${PYTHON_USEDEP}] + ' python2_7 python3_{5,6,7} pypy{,3}) ) " PDEPEND=" -- 2.26.2