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/cheroot/
Date: Tue, 04 Feb 2020 15:40:25
Message-Id: 1580830814.be9ec7bb3c6e71cd91473a1065566b27e8ae1ba4.mgorny@gentoo
1 commit: be9ec7bb3c6e71cd91473a1065566b27e8ae1ba4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 15:36:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 15:40:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9ec7bb
7
8 dev-python/cheroot: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cheroot/cheroot-6.0.0-r1.ebuild | 2 +-
13 dev-python/cheroot/cheroot-6.0.0.ebuild | 2 +-
14 dev-python/cheroot/cheroot-6.5.4.ebuild | 2 +-
15 dev-python/cheroot/cheroot-8.2.1.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
19 index 521f18df285..1022ae4c924 100644
20 --- a/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
21 +++ b/dev-python/cheroot/cheroot-6.0.0-r1.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
27 +PYTHON_COMPAT=( python3_{6,7} pypy3 )
28
29 inherit distutils-r1
30
31
32 diff --git a/dev-python/cheroot/cheroot-6.0.0.ebuild b/dev-python/cheroot/cheroot-6.0.0.ebuild
33 index b92338f529e..586c3328f4d 100644
34 --- a/dev-python/cheroot/cheroot-6.0.0.ebuild
35 +++ b/dev-python/cheroot/cheroot-6.0.0.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
41 +PYTHON_COMPAT=( python3_6 pypy3 )
42
43 inherit distutils-r1
44
45
46 diff --git a/dev-python/cheroot/cheroot-6.5.4.ebuild b/dev-python/cheroot/cheroot-6.5.4.ebuild
47 index 56b20f23d4f..6a80492c572 100644
48 --- a/dev-python/cheroot/cheroot-6.5.4.ebuild
49 +++ b/dev-python/cheroot/cheroot-6.5.4.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} pypy3 )
55 +PYTHON_COMPAT=( python3_{6,7} pypy3 )
56
57 inherit distutils-r1
58
59
60 diff --git a/dev-python/cheroot/cheroot-8.2.1.ebuild b/dev-python/cheroot/cheroot-8.2.1.ebuild
61 index 38c6aac0d28..decfdd37481 100644
62 --- a/dev-python/cheroot/cheroot-8.2.1.ebuild
63 +++ b/dev-python/cheroot/cheroot-8.2.1.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} pypy3 )
69 +PYTHON_COMPAT=( python3_{6,7} pypy3 )
70
71 inherit distutils-r1