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/testresources/
Date: Sat, 28 Mar 2020 13:34:14
Message-Id: 1585402444.b12bfd0200ad5a1c7d1d1bd9a756f0e30546ed5b.mgorny@gentoo
1 commit: b12bfd0200ad5a1c7d1d1bd9a756f0e30546ed5b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 13:31:32 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 13:34:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12bfd02
7
8 dev-python/testresources: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +-
13 dev-python/testresources/testresources-1.0.0.ebuild | 2 +-
14 dev-python/testresources/testresources-2.0.1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild b/dev-python/testresources/testresources-0.2.7-r2.ebuild
18 index fe388a4cec5..770af1876c5 100644
19 --- a/dev-python/testresources/testresources-0.2.7-r2.ebuild
20 +++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=5
24
25 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
26 +PYTHON_COMPAT=( python3_6 pypy3 )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/testresources/testresources-1.0.0.ebuild b/dev-python/testresources/testresources-1.0.0.ebuild
32 index 9a136ccef1f..ef6f4060ce5 100644
33 --- a/dev-python/testresources/testresources-1.0.0.ebuild
34 +++ b/dev-python/testresources/testresources-1.0.0.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=5
38
39 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
40 +PYTHON_COMPAT=( python3_6 pypy3 )
41
42 inherit distutils-r1
43
44
45 diff --git a/dev-python/testresources/testresources-2.0.1.ebuild b/dev-python/testresources/testresources-2.0.1.ebuild
46 index ff08e831e3c..721f99b6fe8 100644
47 --- a/dev-python/testresources/testresources-2.0.1.ebuild
48 +++ b/dev-python/testresources/testresources-2.0.1.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=5
52
53 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
54 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
55
56 inherit distutils-r1