From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1196406-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B50F138359 for <garchives@archives.gentoo.org>; Fri, 14 Aug 2020 23:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEB29E08CE; Fri, 14 Aug 2020 23:22:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C73E4E08AD for <gentoo-commits@lists.gentoo.org>; Fri, 14 Aug 2020 23:22:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA6EE34F344 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Aug 2020 23:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F291D31C for <gentoo-commits@lists.gentoo.org>; Fri, 14 Aug 2020 23:22:20 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1597447289.2a6d389c7c336498b9fc7dc15b1df0de799dcd18.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numexpr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numexpr/numexpr-2.6.9.ebuild dev-python/numexpr/numexpr-2.7.1.ebuild X-VCS-Directories: dev-python/numexpr/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2a6d389c7c336498b9fc7dc15b1df0de799dcd18 X-VCS-Branch: master Date: Fri, 14 Aug 2020 23:22:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc366aeb-39ee-4d74-af9f-d7a6f11e6eef X-Archives-Hash: 7cade50a75ae9aa5ae9f42fcc086a43f 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}" \