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/tempora/
Date: Thu, 06 Feb 2020 06:38:40
Message-Id: 1580971087.8c00fe52a8d722d064e0a0fb5f8b561fbb74415c.mgorny@gentoo
1 commit: 8c00fe52a8d722d064e0a0fb5f8b561fbb74415c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 06:19:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 06:38:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c00fe52
7
8 dev-python/tempora: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tempora/tempora-1.12.ebuild | 2 +-
13 dev-python/tempora/tempora-1.14.1-r1.ebuild | 2 +-
14 dev-python/tempora/tempora-1.7.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/tempora/tempora-1.12.ebuild b/dev-python/tempora/tempora-1.12.ebuild
18 index cc23b21d6a6..9718791ac17 100644
19 --- a/dev-python/tempora/tempora-1.12.ebuild
20 +++ b/dev-python/tempora/tempora-1.12.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
26 +PYTHON_COMPAT=( pypy3 python3_6 )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/tempora/tempora-1.14.1-r1.ebuild b/dev-python/tempora/tempora-1.14.1-r1.ebuild
32 index bf3ea9a1612..6700597ab1f 100644
33 --- a/dev-python/tempora/tempora-1.14.1-r1.ebuild
34 +++ b/dev-python/tempora/tempora-1.14.1-r1.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
40 +PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
41
42 inherit distutils-r1
43
44
45 diff --git a/dev-python/tempora/tempora-1.7.ebuild b/dev-python/tempora/tempora-1.7.ebuild
46 index b3164fe5256..0bd03e54f10 100644
47 --- a/dev-python/tempora/tempora-1.7.ebuild
48 +++ b/dev-python/tempora/tempora-1.7.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=6
52
53 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
54 +PYTHON_COMPAT=( python3_6 pypy3 )
55
56 inherit distutils-r1