Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycobertura/
Date: Wed, 21 Jun 2017 16:38:58
Message-Id: 1498063121.d43722757b21f05c3232607be5614eac6cc914d2.mrueg@gentoo
1 commit: d43722757b21f05c3232607be5614eac6cc914d2
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 21 16:37:54 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 16:38:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4372275
7
8 dev-python/pycobertura: Add python3_{5,6} support
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/pycobertura/pycobertura-0.10.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pycobertura/pycobertura-0.10.0.ebuild b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
16 index a086c68c9ee..81977de2911 100644
17 --- a/dev-python/pycobertura/pycobertura-0.10.0.ebuild
18 +++ b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_4 )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 inherit distutils-r1
26
27 DESCRIPTION="Cobertura coverage parser that can diff reports and show coverage progress"