Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cython/
Date: Wed, 28 Aug 2019 15:38:42
Message-Id: 1567006715.51015641b009333375cd3f8e5c4acd7b8cbbf753.mgorny@gentoo
1 commit: 51015641b009333375cd3f8e5c4acd7b8cbbf753
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 15:36:48 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 15:38:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51015641
7
8 dev-python/cython: Do not depend on numpy for pypy*
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cython/cython-0.29.13.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/cython/cython-0.29.13.ebuild b/dev-python/cython/cython-0.29.13.ebuild
16 index 5af794bfd50..fc895938e37 100644
17 --- a/dev-python/cython/cython-0.29.13.ebuild
18 +++ b/dev-python/cython/cython-0.29.13.ebuild
19 @@ -25,7 +25,10 @@ RDEPEND="
20 DEPEND="${RDEPEND}
21 dev-python/setuptools[${PYTHON_USEDEP}]
22 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
23 - test? ( dev-python/numpy[${PYTHON_USEDEP}] )"
24 + test? (
25 + $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' \
26 + 'python*')
27 + )"
28
29 SITEFILE=50cython-gentoo.el