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/pytables/
Date: Fri, 14 Aug 2020 23:22:29
Message-Id: 1597447289.cce27e36f3e4df3354d6a96339e5d011c519296a.asturm@gentoo
1 commit: cce27e36f3e4df3354d6a96339e5d011c519296a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:23:53 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=cce27e36
7
8 dev-python/pytables: Drop superfluous calls to python_is_python3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-python/pytables/pytables-3.4.4.ebuild | 8 --------
13 dev-python/pytables/pytables-3.6.1.ebuild | 4 ----
14 2 files changed, 12 deletions(-)
15
16 diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild
17 index 9a5ed1e3811..f1f8a63e8be 100644
18 --- a/dev-python/pytables/pytables-3.4.4.ebuild
19 +++ b/dev-python/pytables/pytables-3.4.4.ebuild
20 @@ -51,14 +51,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 - distutils-r1_python_compile
30 -}
31 -
32 python_test() {
33 cd "${BUILD_DIR}"/lib* || die
34 ${EPYTHON} tables/tests/test_all.py || die
35
36 diff --git a/dev-python/pytables/pytables-3.6.1.ebuild b/dev-python/pytables/pytables-3.6.1.ebuild
37 index 0406c688685..0d24b5b1d06 100644
38 --- a/dev-python/pytables/pytables-3.6.1.ebuild
39 +++ b/dev-python/pytables/pytables-3.6.1.ebuild
40 @@ -52,10 +52,6 @@ python_prepare_all() {
41 }
42
43 python_compile() {
44 - if ! python_is_python3; then
45 - local -x CFLAGS="${CFLAGS}"
46 - append-cflags -fno-strict-aliasing
47 - fi
48 distutils-r1_python_compile -j1
49 }