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/yarl/
Date: Wed, 18 May 2022 10:29:38
Message-Id: 1652869762.b45d0de8c7e5e4ae8e6ec4113f8dadaa068d450c.mgorny@gentoo
1 commit: b45d0de8c7e5e4ae8e6ec4113f8dadaa068d450c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 18 09:49:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 18 10:29:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45d0de8
7
8 dev-python/yarl: Use a proper sub-phase for cython calls
9
10 Closes: https://bugs.gentoo.org/845291
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/yarl/yarl-1.7.2-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/yarl/yarl-1.7.2-r3.ebuild b/dev-python/yarl/yarl-1.7.2-r3.ebuild
17 index 1f6c79fa64c5..49b6b1477943 100644
18 --- a/dev-python/yarl/yarl-1.7.2-r3.ebuild
19 +++ b/dev-python/yarl/yarl-1.7.2-r3.ebuild
20 @@ -31,7 +31,7 @@ distutils_enable_tests pytest
21 distutils_enable_sphinx docs \
22 dev-python/alabaster
23
24 -src_configure() {
25 +python_configure_all() {
26 > .install-cython || die
27 emake cythonize
28 }