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: net-libs/stem/
Date: Tue, 11 Feb 2020 12:16:43
Message-Id: 1581423376.41acbca5e76c4f0b18cb553f158ca3a719cbf1a6.mgorny@gentoo
1 commit: 41acbca5e76c4f0b18cb553f158ca3a719cbf1a6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:05:34 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41acbca5
7
8 net-libs/stem: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-libs/stem/stem-1.5.4.ebuild | 2 +-
13 net-libs/stem/stem-1.6.0.ebuild | 2 +-
14 net-libs/stem/stem-1.7.0.ebuild | 2 +-
15 net-libs/stem/stem-1.7.1.ebuild | 2 +-
16 net-libs/stem/stem-1.8.0.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/net-libs/stem/stem-1.5.4.ebuild b/net-libs/stem/stem-1.5.4.ebuild
20 index 456f86ed399..7511d0f5501 100644
21 --- a/net-libs/stem/stem-1.5.4.ebuild
22 +++ b/net-libs/stem/stem-1.5.4.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=(python{2_7,3_6})
28 +PYTHON_COMPAT=(python3_6)
29
30 inherit vcs-snapshot distutils-r1
31
32
33 diff --git a/net-libs/stem/stem-1.6.0.ebuild b/net-libs/stem/stem-1.6.0.ebuild
34 index 456f86ed399..7511d0f5501 100644
35 --- a/net-libs/stem/stem-1.6.0.ebuild
36 +++ b/net-libs/stem/stem-1.6.0.ebuild
37 @@ -2,7 +2,7 @@
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 -PYTHON_COMPAT=(python{2_7,3_6})
42 +PYTHON_COMPAT=(python3_6)
43
44 inherit vcs-snapshot distutils-r1
45
46
47 diff --git a/net-libs/stem/stem-1.7.0.ebuild b/net-libs/stem/stem-1.7.0.ebuild
48 index 0369bc66b7b..95d26e15939 100644
49 --- a/net-libs/stem/stem-1.7.0.ebuild
50 +++ b/net-libs/stem/stem-1.7.0.ebuild
51 @@ -2,7 +2,7 @@
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
56 +PYTHON_COMPAT=(python{3_6,3_7})
57
58 inherit vcs-snapshot distutils-r1
59
60
61 diff --git a/net-libs/stem/stem-1.7.1.ebuild b/net-libs/stem/stem-1.7.1.ebuild
62 index 0369bc66b7b..95d26e15939 100644
63 --- a/net-libs/stem/stem-1.7.1.ebuild
64 +++ b/net-libs/stem/stem-1.7.1.ebuild
65 @@ -2,7 +2,7 @@
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
70 +PYTHON_COMPAT=(python{3_6,3_7})
71
72 inherit vcs-snapshot distutils-r1
73
74
75 diff --git a/net-libs/stem/stem-1.8.0.ebuild b/net-libs/stem/stem-1.8.0.ebuild
76 index 0369bc66b7b..95d26e15939 100644
77 --- a/net-libs/stem/stem-1.8.0.ebuild
78 +++ b/net-libs/stem/stem-1.8.0.ebuild
79 @@ -2,7 +2,7 @@
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=6
83 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
84 +PYTHON_COMPAT=(python{3_6,3_7})
85
86 inherit vcs-snapshot distutils-r1