Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cov/
Date: Sun, 12 Feb 2017 22:20:41
Message-Id: 1486937978.8ed97b55c6f6150baf47ff605c46014e48ff8301.zmedico@gentoo
1 commit: 8ed97b55c6f6150baf47ff605c46014e48ff8301
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 08:33:08 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 22:19:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed97b55
7
8 dev-python/pytest-cov: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/pytest-cov/pytest-cov-2.2.1.ebuild | 4 ++--
13 dev-python/pytest-cov/pytest-cov-2.3.1.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/pytest-cov/pytest-cov-2.2.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.2.1.ebuild
17 index 47a1b24cd1..4f9d9cd7f1 100644
18 --- a/dev-python/pytest-cov/pytest-cov-2.2.1.ebuild
19 +++ b/dev-python/pytest-cov/pytest-cov-2.2.1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=6
27
28 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
35 index 3cd5839d78..ac4e45a380 100644
36 --- a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
37 +++ b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
38 @@ -4,7 +4,7 @@
39
40 EAPI=6
41
42 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
43 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
44
45 inherit distutils-r1