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/numexpr/
Date: Fri, 14 Aug 2020 23:22:26
Message-Id: 1597447289.2a6d389c7c336498b9fc7dc15b1df0de799dcd18.asturm@gentoo
1 commit: 2a6d389c7c336498b9fc7dc15b1df0de799dcd18
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:23:51 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:21:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6d389c
7
8 dev-python/numexpr: Drop superfluous calls to python_is_python3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/numexpr/numexpr-2.6.9.ebuild | 9 ---------
13 dev-python/numexpr/numexpr-2.7.1.ebuild | 9 ---------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/dev-python/numexpr/numexpr-2.6.9.ebuild b/dev-python/numexpr/numexpr-2.6.9.ebuild
17 index 315336382ee..a07deab3a74 100644
18 --- a/dev-python/numexpr/numexpr-2.6.9.ebuild
19 +++ b/dev-python/numexpr/numexpr-2.6.9.ebuild
20 @@ -40,15 +40,6 @@ python_prepare_all() {
21 distutils-r1_python_prepare_all
22 }
23
24 -python_compile() {
25 - if ! python_is_python3; then
26 - local -x CFLAGS="${CFLAGS}"
27 - append-cflags -fno-strict-aliasing
28 - fi
29 -
30 - distutils-r1_python_compile
31 -}
32 -
33 python_test() {
34 pushd "${BUILD_DIR}"/lib >/dev/null || die
35 "${EPYTHON}" \
36
37 diff --git a/dev-python/numexpr/numexpr-2.7.1.ebuild b/dev-python/numexpr/numexpr-2.7.1.ebuild
38 index ee245dd949f..abed6fb5bde 100644
39 --- a/dev-python/numexpr/numexpr-2.7.1.ebuild
40 +++ b/dev-python/numexpr/numexpr-2.7.1.ebuild
41 @@ -42,15 +42,6 @@ python_prepare_all() {
42 distutils-r1_python_prepare_all
43 }
44
45 -python_compile() {
46 - if ! python_is_python3; then
47 - local -x CFLAGS="${CFLAGS}"
48 - append-cflags -fno-strict-aliasing
49 - fi
50 -
51 - distutils-r1_python_compile
52 -}
53 -
54 python_test() {
55 pushd "${BUILD_DIR}"/lib >/dev/null || die
56 "${EPYTHON}" \