Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
Date: Wed, 27 Aug 2014 08:22:37
Message-Id: 20140827082232.DF2BD3F72@oystercatcher.gentoo.org
1 idella4 14/08/27 08:22:32
2
3 Modified: pytest-cov-1.6.ebuild ChangeLog
4 Log:
5 add keyword ~x86, pypy support
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.5 dev-python/pytest-cov/pytest-cov-1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.4&r2=1.5
15
16 Index: pytest-cov-1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- pytest-cov-1.6.ebuild 2 Apr 2014 20:53:08 -0000 1.4
23 +++ pytest-cov-1.6.ebuild 27 Aug 2014 08:22:32 -0000 1.5
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.4 2014/04/02 20:53:08 chutzpah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.5 2014/08/27 08:22:32 idella4 Exp $
29
30 EAPI="5"
31
32 -PYTHON_COMPAT=(python{2_7,3_{2,3,4}})
33 +PYTHON_COMPAT=( python{2_7,3_{2,3,4}} pypy )
34 inherit distutils-r1
35
36 DESCRIPTION="py.test plugin for coverage reporting"
37 @@ -13,7 +13,7 @@
38
39 LICENSE="MIT"
40 SLOT="0"
41 -KEYWORDS="~amd64"
42 +KEYWORDS="~amd64 ~x86"
43 IUSE=""
44
45 DEPEND=""
46
47
48
49 1.5 dev-python/pytest-cov/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.5&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.5&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.4&r2=1.5
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
58 retrieving revision 1.4
59 retrieving revision 1.5
60 diff -u -r1.4 -r1.5
61 --- ChangeLog 2 Apr 2014 20:53:08 -0000 1.4
62 +++ ChangeLog 27 Aug 2014 08:22:32 -0000 1.5
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-python/pytest-cov
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.4 2014/04/02 20:53:08 chutzpah Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.5 2014/08/27 08:22:32 idella4 Exp $
68 +
69 + 27 Aug 2014; Ian Delaney <idella4@g.o> pytest-cov-1.6.ebuild:
70 + add keyword ~x86, pypy support
71
72 02 Apr 2014; Patrick McLean <chutzpah@g.o> pytest-cov-1.6.ebuild:
73 Add python3_4 support.