Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kombu/
Date: Sun, 02 Feb 2020 15:34:35
Message-Id: 1580657654.b51b6087d2b8b8901db6dcec00a2a6754fc956cb.mgorny@gentoo
1 commit: b51b6087d2b8b8901db6dcec00a2a6754fc956cb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 15:03:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 15:34:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51b6087
7
8 dev-python/kombu: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/kombu/kombu-4.1.0-r1.ebuild | 2 +-
13 dev-python/kombu/kombu-4.2.1.ebuild | 2 +-
14 dev-python/kombu/kombu-4.4.0.ebuild | 2 +-
15 dev-python/kombu/kombu-4.6.3.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/kombu/kombu-4.1.0-r1.ebuild b/dev-python/kombu/kombu-4.1.0-r1.ebuild
19 index 0ec84117cd4..a02d958b2ec 100644
20 --- a/dev-python/kombu/kombu-4.1.0-r1.ebuild
21 +++ b/dev-python/kombu/kombu-4.1.0-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python2_7 python3_6 )
27 +PYTHON_COMPAT=( python3_6 )
28
29 inherit distutils-r1
30
31
32 diff --git a/dev-python/kombu/kombu-4.2.1.ebuild b/dev-python/kombu/kombu-4.2.1.ebuild
33 index 693a1e87d4f..b5a2d639380 100644
34 --- a/dev-python/kombu/kombu-4.2.1.ebuild
35 +++ b/dev-python/kombu/kombu-4.2.1.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=6
39
40 -PYTHON_COMPAT=( python2_7 python3_6 )
41 +PYTHON_COMPAT=( python3_6 )
42
43 inherit distutils-r1
44
45
46 diff --git a/dev-python/kombu/kombu-4.4.0.ebuild b/dev-python/kombu/kombu-4.4.0.ebuild
47 index 387f273a303..335e162cbf2 100644
48 --- a/dev-python/kombu/kombu-4.4.0.ebuild
49 +++ b/dev-python/kombu/kombu-4.4.0.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
55 +PYTHON_COMPAT=( python3_{6,7} )
56
57 inherit distutils-r1
58
59
60 diff --git a/dev-python/kombu/kombu-4.6.3.ebuild b/dev-python/kombu/kombu-4.6.3.ebuild
61 index bd142f3dbdf..aee6727a62c 100644
62 --- a/dev-python/kombu/kombu-4.6.3.ebuild
63 +++ b/dev-python/kombu/kombu-4.6.3.ebuild
64 @@ -2,7 +2,7 @@
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
69 +PYTHON_COMPAT=( python3_{6,7} )
70
71 inherit distutils-r1