From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 716AB138359 for ; Sat, 1 Aug 2020 23:20:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DC4EE0AFF; Sat, 1 Aug 2020 23:20:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5DEA0E0AFF for ; Sat, 1 Aug 2020 23:20:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5738434F128 for ; Sat, 1 Aug 2020 23:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B753F310 for ; Sat, 1 Aug 2020 23:20:01 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1596323979.3f389ecfd471a3003664c5e83003d147958a6ec1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sip/sip-4.19.22-r1.ebuild dev-python/sip/sip-4.19.22.ebuild dev-python/sip/sip-4.19.23-r1.ebuild dev-python/sip/sip-4.19.23.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3f389ecfd471a3003664c5e83003d147958a6ec1 X-VCS-Branch: master Date: Sat, 1 Aug 2020 23:20:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a2eb6224-b4f3-48be-b280-048ea155d140 X-Archives-Hash: f3c71821546cb72696cbe49189516027 commit: 3f389ecfd471a3003664c5e83003d147958a6ec1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 1 09:58:58 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 1 23:19:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f389ecf dev-python/sip: Drop python2_7 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/sip/{sip-4.19.22.ebuild => sip-4.19.22-r1.ebuild} | 6 +----- dev-python/sip/{sip-4.19.23.ebuild => sip-4.19.23-r1.ebuild} | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/dev-python/sip/sip-4.19.22.ebuild b/dev-python/sip/sip-4.19.22-r1.ebuild similarity index 94% rename from dev-python/sip/sip-4.19.22.ebuild rename to dev-python/sip/sip-4.19.22-r1.ebuild index 6dfdf195671..0990210585d 100644 --- a/dev-python/sip/sip-4.19.22.ebuild +++ b/dev-python/sip/sip-4.19.22-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" @@ -50,10 +50,6 @@ src_prepare() { src_configure() { configuration() { - if ! python_is_python3; then - local CFLAGS="${CFLAGS} -fno-strict-aliasing" - fi - local incdir=$(python_get_includedir) local myconf=( "${PYTHON}" diff --git a/dev-python/sip/sip-4.19.23.ebuild b/dev-python/sip/sip-4.19.23-r1.ebuild similarity index 94% rename from dev-python/sip/sip-4.19.23.ebuild rename to dev-python/sip/sip-4.19.23-r1.ebuild index 1bb8cb20eab..81dde8c0881 100644 --- a/dev-python/sip/sip-4.19.23.ebuild +++ b/dev-python/sip/sip-4.19.23-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" @@ -50,10 +50,6 @@ src_prepare() { src_configure() { configuration() { - if ! python_is_python3; then - local CFLAGS="${CFLAGS} -fno-strict-aliasing" - fi - local incdir=$(python_get_includedir) local myconf=( "${PYTHON}"