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-analyzer/graphite-web/
Date: Sat, 25 Jan 2020 20:54:29
Message-Id: 1579985648.8413ab1a3c7654792014d63ce90d7b4d79aff773.mgorny@gentoo
1 commit: 8413ab1a3c7654792014d63ce90d7b4d79aff773
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 20:40:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 20:54:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8413ab1a
7
8 net-analyzer/graphite-web: Remove Python 2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild | 2 +-
13 net-analyzer/graphite-web/graphite-web-1.1.5.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild
17 index 15d71752cb7..cd145d29ab6 100644
18 --- a/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild
19 +++ b/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit distutils-r1 prefix
28
29
30 diff --git a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild
31 index 4b7b3208892..25a6afa9f35 100644
32 --- a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild
33 +++ b/net-analyzer/graphite-web/graphite-web-1.1.5.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=( python{2_7,3_6} ) # 3.7 dropped due to dep-hell
39 +PYTHON_COMPAT=( python3_6 ) # 3.7 dropped due to dep-hell
40
41 inherit distutils-r1 prefix