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: app-metrics/buildbot-prometheus/
Date: Tue, 04 Feb 2020 13:10:26
Message-Id: 1580821806.58d4eed8df605466da47e96f7b5cd1ed9c11b3c0.mgorny@gentoo
1 commit: 58d4eed8df605466da47e96f7b5cd1ed9c11b3c0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 13:02:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 13:10:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d4eed8
7
8 app-metrics/buildbot-prometheus: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild b/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild
16 index e5db796569b..739ad58b123 100644
17 --- a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild
18 +++ b/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_6 )
24 +PYTHON_COMPAT=( python3_6 )
25 inherit distutils-r1
26
27 DESCRIPTION="A Prometheus metrics exporter for Buildbot"