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-p2p/torrentinfo/
Date: Tue, 11 Feb 2020 12:16:45
Message-Id: 1581423386.5bc3d552ddda983bc6cc64969a4a22d377acfa4f.mgorny@gentoo
1 commit: 5bc3d552ddda983bc6cc64969a4a22d377acfa4f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:07:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc3d552
7
8 net-p2p/torrentinfo: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild | 2 +-
13 net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
17 index 0e50b76255e..21dd1324842 100644
18 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
19 +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
25 +PYTHON_COMPAT=( python3_6 pypy3 )
26
27 inherit distutils-r1
28
29
30 diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild
31 index b7a80d84c66..fb969611213 100644
32 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild
33 +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
39 +PYTHON_COMPAT=( pypy3 python3_{6,7} )
40
41 inherit distutils-r1