Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/
Date: Sun, 22 Aug 2021 15:14:30
Message-Id: 1629645232.26310a3393113f900b0fea0e2c5f32e4b94c068d.sam@gentoo
1 commit: 26310a3393113f900b0fea0e2c5f32e4b94c068d
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Aug 22 07:04:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 15:13:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26310a33
7
8 dev-python/numpy: fix required cython version
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/numpy/numpy-1.21.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/numpy/numpy-1.21.2.ebuild b/dev-python/numpy/numpy-1.21.2.ebuild
17 index bb422eee336..d30062bfecb 100644
18 --- a/dev-python/numpy/numpy-1.21.2.ebuild
19 +++ b/dev-python/numpy/numpy-1.21.2.ebuild
20 @@ -34,7 +34,7 @@ RDEPEND="
21 BDEPEND="
22 ${RDEPEND}
23 app-arch/unzip
24 - >=dev-python/cython-0.29.21[${PYTHON_USEDEP}]
25 + >=dev-python/cython-0.29.24[${PYTHON_USEDEP}]
26 lapack? ( virtual/pkgconfig )
27 test? (
28 >=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]