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/manuel/
Date: Wed, 05 Feb 2020 16:25:01
Message-Id: 1580919879.30346e2ed658c340426c79366f2a79a63704d176.mgorny@gentoo
1 commit: 30346e2ed658c340426c79366f2a79a63704d176
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 16:16:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 16:24:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30346e2e
7
8 dev-python/manuel: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/manuel/manuel-1.8.0.ebuild | 2 +-
13 dev-python/manuel/manuel-1.9.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/manuel/manuel-1.8.0.ebuild b/dev-python/manuel/manuel-1.8.0.ebuild
17 index e4ca4e9630a..307de66e3b1 100644
18 --- a/dev-python/manuel/manuel-1.8.0.ebuild
19 +++ b/dev-python/manuel/manuel-1.8.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-python/manuel/manuel-1.9.0.ebuild b/dev-python/manuel/manuel-1.9.0.ebuild
31 index 888269e9711..55378235ace 100644
32 --- a/dev-python/manuel/manuel-1.9.0.ebuild
33 +++ b/dev-python/manuel/manuel-1.9.0.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37
38 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
39 +PYTHON_COMPAT=( python{3_6,3_7} )
40
41 inherit distutils-r1