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/pytest-cov/
Date: Wed, 03 Jan 2018 09:12:06
Message-Id: 1514970691.46a10e1bf73d0fb422013c6d4de75537324654ad.mgorny@gentoo
1 commit: 46a10e1bf73d0fb422013c6d4de75537324654ad
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 08:45:33 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:11:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a10e1b
7
8 dev-python/pytest-cov: Readd pypy3
9
10 Readd pypy3 that was removed in 2.3.1 bump for no obvious reason. It is
11 required by reverse dependencies (dev-python/sphinx most notably)
12 and it is supported by all forward dependencies. At the same time,
13 the tests are completely broken for all implementations.
14
15 dev-python/pytest-cov/pytest-cov-2.3.1.ebuild | 4 ++--
16 dev-python/pytest-cov/pytest-cov-2.5.1.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
20 index 5c7a0cdbf23..c52df737502 100644
21 --- a/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
22 +++ b/dev-python/pytest-cov/pytest-cov-2.3.1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
31 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
32
33 inherit distutils-r1
34
35
36 diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
37 index 72ead3a4d2c..6b39b3c8c69 100644
38 --- a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
39 +++ b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
40 @@ -1,9 +1,9 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46
47 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
48 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
49
50 inherit distutils-r1