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/sip/
Date: Sat, 01 Aug 2020 23:20:40
Message-Id: 1596323979.3f389ecfd471a3003664c5e83003d147958a6ec1.asturm@gentoo
1 commit: 3f389ecfd471a3003664c5e83003d147958a6ec1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 09:58:58 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 23:19:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f389ecf
7
8 dev-python/sip: Drop python2_7
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/sip/{sip-4.19.22.ebuild => sip-4.19.22-r1.ebuild} | 6 +-----
14 dev-python/sip/{sip-4.19.23.ebuild => sip-4.19.23-r1.ebuild} | 6 +-----
15 2 files changed, 2 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-python/sip/sip-4.19.22.ebuild b/dev-python/sip/sip-4.19.22-r1.ebuild
18 similarity index 94%
19 rename from dev-python/sip/sip-4.19.22.ebuild
20 rename to dev-python/sip/sip-4.19.22-r1.ebuild
21 index 6dfdf195671..0990210585d 100644
22 --- a/dev-python/sip/sip-4.19.22.ebuild
23 +++ b/dev-python/sip/sip-4.19.22-r1.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
29 +PYTHON_COMPAT=( python3_{6,7,8,9} )
30 inherit python-r1 toolchain-funcs
31
32 DESCRIPTION="Python extension module generator for C and C++ libraries"
33 @@ -50,10 +50,6 @@ src_prepare() {
34
35 src_configure() {
36 configuration() {
37 - if ! python_is_python3; then
38 - local CFLAGS="${CFLAGS} -fno-strict-aliasing"
39 - fi
40 -
41 local incdir=$(python_get_includedir)
42 local myconf=(
43 "${PYTHON}"
44
45 diff --git a/dev-python/sip/sip-4.19.23.ebuild b/dev-python/sip/sip-4.19.23-r1.ebuild
46 similarity index 94%
47 rename from dev-python/sip/sip-4.19.23.ebuild
48 rename to dev-python/sip/sip-4.19.23-r1.ebuild
49 index 1bb8cb20eab..81dde8c0881 100644
50 --- a/dev-python/sip/sip-4.19.23.ebuild
51 +++ b/dev-python/sip/sip-4.19.23-r1.ebuild
52 @@ -3,7 +3,7 @@
53
54 EAPI=7
55
56 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
57 +PYTHON_COMPAT=( python3_{6,7,8,9} )
58 inherit python-r1 toolchain-funcs
59
60 DESCRIPTION="Python extension module generator for C and C++ libraries"
61 @@ -50,10 +50,6 @@ src_prepare() {
62
63 src_configure() {
64 configuration() {
65 - if ! python_is_python3; then
66 - local CFLAGS="${CFLAGS} -fno-strict-aliasing"
67 - fi
68 -
69 local incdir=$(python_get_includedir)
70 local myconf=(
71 "${PYTHON}"