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: Fri, 20 May 2022 15:53:06
Message-Id: 1653061912.4cf2bc6a0622fb751152814049fea2f9805f6f8d.mgorny@gentoo
1 commit: 4cf2bc6a0622fb751152814049fea2f9805f6f8d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 15:51:52 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 15:51:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf2bc6a
7
8 dev-python/yarl: Move cythonize to python_configure()
9
10 Closes: https://bugs.gentoo.org/846410
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 31134e3b9c36..7ea5cc25c82f 100644
18 --- a/dev-python/yarl/yarl-1.7.2-r3.ebuild
19 +++ b/dev-python/yarl/yarl-1.7.2-r3.ebuild
20 @@ -34,7 +34,7 @@ distutils_enable_tests pytest
21 distutils_enable_sphinx docs \
22 dev-python/alabaster
23
24 -python_configure_all() {
25 +python_configure() {
26 > .install-cython || die
27 emake cythonize
28 }