From: Michał Górny Date: Mon, 16 Dec 2019 09:51:48 +0000 (+0100) Subject: dev-python/setuptools: Replace python_gen_usedep X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b9923b8999a4b8355607839ace9585bcea1a7155;p=gentoo.git dev-python/setuptools: Replace python_gen_usedep Signed-off-by: Michał Górny --- 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="