commit:     2a6d389c7c336498b9fc7dc15b1df0de799dcd18
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 21:23:51 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=2a6d389c

dev-python/numexpr: Drop superfluous calls to python_is_python3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/numexpr/numexpr-2.6.9.ebuild | 9 ---------
 dev-python/numexpr/numexpr-2.7.1.ebuild | 9 ---------
 2 files changed, 18 deletions(-)

diff --git a/dev-python/numexpr/numexpr-2.6.9.ebuild 
b/dev-python/numexpr/numexpr-2.6.9.ebuild
index 315336382ee..a07deab3a74 100644
--- a/dev-python/numexpr/numexpr-2.6.9.ebuild
+++ b/dev-python/numexpr/numexpr-2.6.9.ebuild
@@ -40,15 +40,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() {
        pushd "${BUILD_DIR}"/lib >/dev/null || die
        "${EPYTHON}" \

diff --git a/dev-python/numexpr/numexpr-2.7.1.ebuild 
b/dev-python/numexpr/numexpr-2.7.1.ebuild
index ee245dd949f..abed6fb5bde 100644
--- a/dev-python/numexpr/numexpr-2.7.1.ebuild
+++ b/dev-python/numexpr/numexpr-2.7.1.ebuild
@@ -42,15 +42,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() {
        pushd "${BUILD_DIR}"/lib >/dev/null || die
        "${EPYTHON}" \

Reply via email to