* [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
@ 2012-12-08 15:42 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-08 15:42 UTC (permalink / raw
To: gentoo-commits
mgorny 12/12/08 15:42:27
Modified: pytest-cov-1.6.ebuild ChangeLog
Log:
Add PYTHON_USEDEP on migrated packages.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.2 dev-python/pytest-cov/pytest-cov-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.1&r2=1.2
Index: pytest-cov-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytest-cov-1.6.ebuild 16 Nov 2012 18:50:48 -0000 1.1
+++ pytest-cov-1.6.ebuild 8 Dec 2012 15:42:26 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.1 2012/11/16 18:50:48 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.2 2012/12/08 15:42:26 mgorny Exp $
EAPI="4"
@@ -17,5 +17,5 @@
IUSE=""
DEPEND=""
-RDEPEND="dev-python/pytest
- dev-python/cov-core"
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/cov-core[${PYTHON_USEDEP}]"
1.2 dev-python/pytest-cov/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 16 Nov 2012 18:50:48 -0000 1.1
+++ ChangeLog 8 Dec 2012 15:42:26 -0000 1.2
@@ -1,10 +1,12 @@
# ChangeLog for dev-python/pytest-cov
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.1 2012/11/16 18:50:48 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.2 2012/12/08 15:42:26 mgorny Exp $
+
+ 08 Dec 2012; Michał Górny <mgorny@gentoo.org> pytest-cov-1.6.ebuild:
+ Add PYTHON_USEDEP on migrated packages.
*pytest-cov-1.6 (16 Nov 2012)
16 Nov 2012; Patrick McLean <chutzpah@gentoo.org> +pytest-cov-1.6.ebuild,
+metadata.xml:
New package, py.test plugin for coverage reporting
-
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
@ 2012-12-17 19:59 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-17 19:59 UTC (permalink / raw
To: gentoo-commits
mgorny 12/12/17 19:59:56
Modified: pytest-cov-1.6.ebuild ChangeLog
Log:
Bump to EAPI=5 to make Paludis happy, bug #447524.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.3 dev-python/pytest-cov/pytest-cov-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.2&r2=1.3
Index: pytest-cov-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pytest-cov-1.6.ebuild 8 Dec 2012 15:42:26 -0000 1.2
+++ pytest-cov-1.6.ebuild 17 Dec 2012 19:59:56 -0000 1.3
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.2 2012/12/08 15:42:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.3 2012/12/17 19:59:56 mgorny Exp $
-EAPI="4"
+EAPI="5"
PYTHON_COMPAT=(python2_7 python3_2 python3_3)
inherit distutils-r1
1.3 dev-python/pytest-cov/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 8 Dec 2012 15:42:26 -0000 1.2
+++ ChangeLog 17 Dec 2012 19:59:56 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest-cov
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.2 2012/12/08 15:42:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.3 2012/12/17 19:59:56 mgorny Exp $
+
+ 17 Dec 2012; Michał Górny <mgorny@gentoo.org> pytest-cov-1.6.ebuild:
+ Bump to EAPI=5 to make Paludis happy, bug #447524.
08 Dec 2012; Michał Górny <mgorny@gentoo.org> pytest-cov-1.6.ebuild:
Add PYTHON_USEDEP on migrated packages.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
@ 2014-08-27 8:22 Ian Delaney (idella4)
0 siblings, 0 replies; 9+ messages in thread
From: Ian Delaney (idella4) @ 2014-08-27 8:22 UTC (permalink / raw
To: gentoo-commits
idella4 14/08/27 08:22:32
Modified: pytest-cov-1.6.ebuild ChangeLog
Log:
add keyword ~x86, pypy support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.5 dev-python/pytest-cov/pytest-cov-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.5&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.4&r2=1.5
Index: pytest-cov-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pytest-cov-1.6.ebuild 2 Apr 2014 20:53:08 -0000 1.4
+++ pytest-cov-1.6.ebuild 27 Aug 2014 08:22:32 -0000 1.5
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="5"
-PYTHON_COMPAT=(python{2_7,3_{2,3,4}})
+PYTHON_COMPAT=( python{2_7,3_{2,3,4}} pypy )
inherit distutils-r1
DESCRIPTION="py.test plugin for coverage reporting"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
1.5 dev-python/pytest-cov/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 2 Apr 2014 20:53:08 -0000 1.4
+++ ChangeLog 27 Aug 2014 08:22:32 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest-cov
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.4 2014/04/02 20:53:08 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.5 2014/08/27 08:22:32 idella4 Exp $
+
+ 27 Aug 2014; Ian Delaney <idella4@gentoo.org> pytest-cov-1.6.ebuild:
+ add keyword ~x86, pypy support
02 Apr 2014; Patrick McLean <chutzpah@gentoo.org> pytest-cov-1.6.ebuild:
Add python3_4 support.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
@ 2014-10-16 12:02 Ian Delaney (idella4)
0 siblings, 0 replies; 9+ messages in thread
From: Ian Delaney (idella4) @ 2014-10-16 12:02 UTC (permalink / raw
To: gentoo-commits
idella4 14/10/16 12:02:33
Modified: pytest-cov-1.6.ebuild ChangeLog
Log:
add keywords for prefix
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.7 dev-python/pytest-cov/pytest-cov-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.6&r2=1.7
Index: pytest-cov-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pytest-cov-1.6.ebuild 27 Sep 2014 11:35:57 -0000 1.6
+++ pytest-cov-1.6.ebuild 16 Oct 2014 12:02:33 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.6 2014/09/27 11:35:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.7 2014/10/16 12:02:33 idella4 Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.7 dev-python/pytest-cov/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 27 Sep 2014 11:35:57 -0000 1.6
+++ ChangeLog 16 Oct 2014 12:02:33 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest-cov
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.6 2014/09/27 11:35:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.7 2014/10/16 12:02:33 idella4 Exp $
+
+ 16 Oct 2014; Ian Delaney <idella4@gentoo.org> pytest-cov-1.6.ebuild:
+ add keywords for prefix
27 Sep 2014; Markus Meier <maekke@gentoo.org> pytest-cov-1.6.ebuild:
add ~arm, bug #521954
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
@ 2014-10-20 17:20 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2014-10-20 17:20 UTC (permalink / raw
To: gentoo-commits
jer 14/10/20 17:20:10
Modified: pytest-cov-1.6.ebuild ChangeLog
Log:
Marked ~hppa (bug #525562).
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.8 dev-python/pytest-cov/pytest-cov-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.7&r2=1.8
Index: pytest-cov-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pytest-cov-1.6.ebuild 16 Oct 2014 12:02:33 -0000 1.7
+++ pytest-cov-1.6.ebuild 20 Oct 2014 17:20:10 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.7 2014/10/16 12:02:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.8 2014/10/20 17:20:10 jer Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.8 dev-python/pytest-cov/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 16 Oct 2014 12:02:33 -0000 1.7
+++ ChangeLog 20 Oct 2014 17:20:10 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest-cov
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.7 2014/10/16 12:02:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.8 2014/10/20 17:20:10 jer Exp $
+
+ 20 Oct 2014; Jeroen Roovers <jer@gentoo.org> pytest-cov-1.6.ebuild:
+ Marked ~hppa (bug #525562).
16 Oct 2014; Ian Delaney <idella4@gentoo.org> pytest-cov-1.6.ebuild:
add keywords for prefix
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
@ 2014-10-24 14:37 Anthony G. Basile (blueness)
0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-10-24 14:37 UTC (permalink / raw
To: gentoo-commits
blueness 14/10/24 14:37:38
Modified: pytest-cov-1.6.ebuild ChangeLog
Log:
Keyword ~ppc ~ppc64, bug #525562
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.9 dev-python/pytest-cov/pytest-cov-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.8&r2=1.9
Index: pytest-cov-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pytest-cov-1.6.ebuild 20 Oct 2014 17:20:10 -0000 1.8
+++ pytest-cov-1.6.ebuild 24 Oct 2014 14:37:38 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.8 2014/10/20 17:20:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.9 2014/10/24 14:37:38 blueness Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.9 dev-python/pytest-cov/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 20 Oct 2014 17:20:10 -0000 1.8
+++ ChangeLog 24 Oct 2014 14:37:38 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest-cov
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.8 2014/10/20 17:20:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.9 2014/10/24 14:37:38 blueness Exp $
+
+ 24 Oct 2014; Anthony G. Basile <blueness@gentoo.org> pytest-cov-1.6.ebuild:
+ Keyword ~ppc ~ppc64, bug #525562
20 Oct 2014; Jeroen Roovers <jer@gentoo.org> pytest-cov-1.6.ebuild:
Marked ~hppa (bug #525562).
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
@ 2014-11-19 15:28 Ian Delaney (idella4)
0 siblings, 0 replies; 9+ messages in thread
From: Ian Delaney (idella4) @ 2014-11-19 15:28 UTC (permalink / raw
To: gentoo-commits
idella4 14/11/19 15:28:42
Modified: pytest-cov-1.6.ebuild ChangeLog
Log:
clean old python impl, add pypy3 support
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.10 dev-python/pytest-cov/pytest-cov-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.9&r2=1.10
Index: pytest-cov-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pytest-cov-1.6.ebuild 24 Oct 2014 14:37:38 -0000 1.9
+++ pytest-cov-1.6.ebuild 19 Nov 2014 15:28:42 -0000 1.10
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.9 2014/10/24 14:37:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.10 2014/11/19 15:28:42 idella4 Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_{2,3,4}} pypy )
+PYTHON_COMPAT=( python{2_7,3_{3,4}} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="py.test plugin for coverage reporting"
1.10 dev-python/pytest-cov/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 24 Oct 2014 14:37:38 -0000 1.9
+++ ChangeLog 19 Nov 2014 15:28:42 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest-cov
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.9 2014/10/24 14:37:38 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.10 2014/11/19 15:28:42 idella4 Exp $
+
+ 19 Nov 2014; Ian Delaney <idella4@gentoo.org> pytest-cov-1.6.ebuild:
+ clean old python impl, add pypy3 support
24 Oct 2014; Anthony G. Basile <blueness@gentoo.org> pytest-cov-1.6.ebuild:
Keyword ~ppc ~ppc64, bug #525562
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
@ 2014-12-30 10:24 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2014-12-30 10:24 UTC (permalink / raw
To: gentoo-commits
jer 14/12/30 10:24:06
Modified: pytest-cov-1.6.ebuild ChangeLog
Log:
Stable for HPPA (bug #530600).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.12 dev-python/pytest-cov/pytest-cov-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.11&r2=1.12
Index: pytest-cov-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pytest-cov-1.6.ebuild 16 Dec 2014 20:44:36 -0000 1.11
+++ pytest-cov-1.6.ebuild 30 Dec 2014 10:24:06 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.11 2014/12/16 20:44:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.12 2014/12/30 10:24:06 jer Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.12 dev-python/pytest-cov/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 16 Dec 2014 20:44:36 -0000 1.11
+++ ChangeLog 30 Dec 2014 10:24:06 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest-cov
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.11 2014/12/16 20:44:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.12 2014/12/30 10:24:06 jer Exp $
+
+ 30 Dec 2014; Jeroen Roovers <jer@gentoo.org> pytest-cov-1.6.ebuild:
+ Stable for HPPA (bug #530600).
16 Dec 2014; Markus Meier <maekke@gentoo.org> pytest-cov-1.6.ebuild:
arm stable, bug #530586
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog
@ 2015-04-13 9:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-13 9:14 UTC (permalink / raw
To: gentoo-commits
ago 15/04/13 09:14:43
Modified: pytest-cov-1.6.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #525562
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 dev-python/pytest-cov/pytest-cov-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild?r1=1.12&r2=1.13
Index: pytest-cov-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pytest-cov-1.6.ebuild 30 Dec 2014 10:24:06 -0000 1.12
+++ pytest-cov-1.6.ebuild 13 Apr 2015 09:14:43 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.12 2014/12/30 10:24:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.13 2015/04/13 09:14:43 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.16 dev-python/pytest-cov/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 4 Apr 2015 19:33:35 -0000 1.15
+++ ChangeLog 13 Apr 2015 09:14:43 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest-cov
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.15 2015/04/04 19:33:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.16 2015/04/13 09:14:43 ago Exp $
+
+ 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> pytest-cov-1.6.ebuild:
+ Stable for alpha, wrt bug #525562
04 Apr 2015; Mike Frysinger <vapier@gentoo.org> pytest-cov-1.8.1.ebuild:
Mark arm64/ia64/m68k/s390/sh stable.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-04-13 9:14 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 8:22 [gentoo-commits] gentoo-x86 commit in dev-python/pytest-cov: pytest-cov-1.6.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2015-04-13 9:14 Agostino Sarubbo (ago)
2014-12-30 10:24 Jeroen Roovers (jer)
2014-11-19 15:28 Ian Delaney (idella4)
2014-10-24 14:37 Anthony G. Basile (blueness)
2014-10-20 17:20 Jeroen Roovers (jer)
2014-10-16 12:02 Ian Delaney (idella4)
2012-12-17 19:59 Michal Gorny (mgorny)
2012-12-08 15:42 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox