commit: cce27e36f3e4df3354d6a96339e5d011c519296a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 21:23:53 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:21:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce27e36
dev-python/pytables: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/pytables/pytables-3.4.4.ebuild | 8 --------
dev-python/pytables/pytables-3.6.1.ebuild | 4 ----
2 files changed, 12 deletions(-)
diff --git a/dev-python/pytables/pytables-3.4.4.ebuild
b/dev-python/pytables/pytables-3.4.4.ebuild
index 9a5ed1e3811..f1f8a63e8be 100644
--- a/dev-python/pytables/pytables-3.4.4.ebuild
+++ b/dev-python/pytables/pytables-3.4.4.ebuild
@@ -51,14 +51,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-python_compile() {
- if ! python_is_python3; then
- local -x CFLAGS="${CFLAGS}"
- append-cflags -fno-strict-aliasing
- fi
- distutils-r1_python_compile
-}
-
python_test() {
cd "${BUILD_DIR}"/lib* || die
${EPYTHON} tables/tests/test_all.py || die
diff --git a/dev-python/pytables/pytables-3.6.1.ebuild
b/dev-python/pytables/pytables-3.6.1.ebuild
index 0406c688685..0d24b5b1d06 100644
--- a/dev-python/pytables/pytables-3.6.1.ebuild
+++ b/dev-python/pytables/pytables-3.6.1.ebuild
@@ -52,10 +52,6 @@ python_prepare_all() {
}
python_compile() {
- if ! python_is_python3; then
- local -x CFLAGS="${CFLAGS}"
- append-cflags -fno-strict-aliasing
- fi
distutils-r1_python_compile -j1
}