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/requests-mock/
Date: Wed, 05 Feb 2020 21:21:58
Message-Id: 1580937700.c9b5dbd16fcd7effd939ff75761ee72122c014d5.mgorny@gentoo
1 commit: c9b5dbd16fcd7effd939ff75761ee72122c014d5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 21:03:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 21:21:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b5dbd1
7
8 dev-python/requests-mock: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/requests-mock/requests-mock-1.2.0.ebuild | 2 +-
13 dev-python/requests-mock/requests-mock-1.5.0.ebuild | 2 +-
14 dev-python/requests-mock/requests-mock-1.5.2.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/requests-mock/requests-mock-1.2.0.ebuild b/dev-python/requests-mock/requests-mock-1.2.0.ebuild
18 index 1721eada742..cd6180ff47c 100644
19 --- a/dev-python/requests-mock/requests-mock-1.2.0.ebuild
20 +++ b/dev-python/requests-mock/requests-mock-1.2.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python2_7 python3_6 )
26 +PYTHON_COMPAT=( python3_6 )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/requests-mock/requests-mock-1.5.0.ebuild b/dev-python/requests-mock/requests-mock-1.5.0.ebuild
32 index fc6b65d6b00..b198ce304c8 100644
33 --- a/dev-python/requests-mock/requests-mock-1.5.0.ebuild
34 +++ b/dev-python/requests-mock/requests-mock-1.5.0.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
40 +PYTHON_COMPAT=( pypy3 python3_6 )
41
42 inherit distutils-r1
43
44
45 diff --git a/dev-python/requests-mock/requests-mock-1.5.2.ebuild b/dev-python/requests-mock/requests-mock-1.5.2.ebuild
46 index bd8946a4909..668faaec864 100644
47 --- a/dev-python/requests-mock/requests-mock-1.5.2.ebuild
48 +++ b/dev-python/requests-mock/requests-mock-1.5.2.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
54 +PYTHON_COMPAT=( pypy3 python3_{6,7} )
55
56 inherit distutils-r1