Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/
Date: Fri, 14 Aug 2020 23:22:24
Message-Id: 1597447286.36eaa27994c976729e517599d82437d941cece9b.asturm@gentoo
1 commit: 36eaa27994c976729e517599d82437d941cece9b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:23:48 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:21:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36eaa279
7
8 dev-python/billiard: Drop superfluous calls to python_is_python3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/billiard/billiard-3.6.0.0.ebuild | 8 --------
13 1 file changed, 8 deletions(-)
14
15 diff --git a/dev-python/billiard/billiard-3.6.0.0.ebuild b/dev-python/billiard/billiard-3.6.0.0.ebuild
16 index 0f1f5c0d566..b578e10b1b1 100644
17 --- a/dev-python/billiard/billiard-3.6.0.0.ebuild
18 +++ b/dev-python/billiard/billiard-3.6.0.0.ebuild
19 @@ -29,14 +29,6 @@ DEPEND="
20 # The usual req'd for tests
21 DISTUTILS_IN_SOURCE_BUILD=1
22
23 -python_compile() {
24 - if ! python_is_python3; then
25 - local CFLAGS=${CFLAGS}
26 - append-cflags -fno-strict-aliasing
27 - fi
28 - distutils-r1_python_compile
29 -}
30 -
31 python_compile_all() {
32 use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
33 }