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/lxml/
Date: Wed, 29 Jan 2020 15:01:28
Message-Id: 1580309926.5f58bab4f7c0b17b8750eca39f20cf2f0788292d.mgorny@gentoo
1 commit: 5f58bab4f7c0b17b8750eca39f20cf2f0788292d
2 Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 29 13:45:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 14:58:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f58bab4
7
8 dev-python/lxml: pull cython[pypy3]
9
10 Building lxml with pypy3 compatibility requires the pypy3 version of cython.
11
12 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/14497
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 dev-python/lxml/lxml-4.4.2.ebuild | 2 +-
17 dev-python/lxml/lxml-4.4.3.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-python/lxml/lxml-4.4.2.ebuild b/dev-python/lxml/lxml-4.4.2.ebuild
21 index 494b32823d6..a1977b72205 100644
22 --- a/dev-python/lxml/lxml-4.4.2.ebuild
23 +++ b/dev-python/lxml/lxml-4.4.2.ebuild
24 @@ -24,7 +24,7 @@ RDEPEND="
25 DEPEND="${RDEPEND}"
26 BDEPEND="
27 virtual/pkgconfig
28 - $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*')
29 + dev-python/cython[${PYTHON_USEDEP}]
30 dev-python/setuptools[${PYTHON_USEDEP}]
31 test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
32 "
33
34 diff --git a/dev-python/lxml/lxml-4.4.3.ebuild b/dev-python/lxml/lxml-4.4.3.ebuild
35 index 83107898492..8e5f5c5c548 100644
36 --- a/dev-python/lxml/lxml-4.4.3.ebuild
37 +++ b/dev-python/lxml/lxml-4.4.3.ebuild
38 @@ -25,7 +25,7 @@ RDEPEND="
39 DEPEND="${RDEPEND}"
40 BDEPEND="
41 virtual/pkgconfig
42 - $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*')
43 + dev-python/cython[${PYTHON_USEDEP}]
44 dev-python/setuptools[${PYTHON_USEDEP}]
45 test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
46 "