* [gentoo-commits] gentoo-x86 commit in dev-python/nose-exclude: nose-exclude-0.1.9.ebuild ChangeLog
@ 2013-07-27 8:37 Ian Delaney (idella4)
0 siblings, 0 replies; 6+ messages in thread
From: Ian Delaney (idella4) @ 2013-07-27 8:37 UTC (permalink / raw
To: gentoo-commits
idella4 13/07/27 08:37:43
Modified: nose-exclude-0.1.9.ebuild ChangeLog
Log:
Add comprehensive support
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?r1=1.1&r2=1.2
Index: nose-exclude-0.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nose-exclude-0.1.9.ebuild 11 Mar 2013 00:27:15 -0000 1.1
+++ nose-exclude-0.1.9.ebuild 27 Jul 2013 08:37:43 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.1 2013/03/11 00:27:15 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.2 2013/07/27 08:37:43 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1
1.2 dev-python/nose-exclude/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 11 Mar 2013 00:27:15 -0000 1.1
+++ ChangeLog 27 Jul 2013 08:37:43 -0000 1.2
@@ -1,10 +1,12 @@
# ChangeLog for dev-python/nose-exclude
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.1 2013/03/11 00:27:15 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.2 2013/07/27 08:37:43 idella4 Exp $
+
+ 27 Jul 2013; Ian Delaney <idella4@gentoo.org> nose-exclude-0.1.9.ebuild:
+ Add comprehensive support
*nose-exclude-0.1.9 (11 Mar 2013)
11 Mar 2013; Matthew Thode <prometheanfire@gentoo.org>
+nose-exclude-0.1.9.ebuild, +metadata.xml:
initial add of nose-exclude for keystoneclient test support
-
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/nose-exclude: nose-exclude-0.1.9.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:46:52
Modified: nose-exclude-0.1.9.ebuild ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?r1=1.2&r2=1.3
Index: nose-exclude-0.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nose-exclude-0.1.9.ebuild 27 Jul 2013 08:37:43 -0000 1.2
+++ nose-exclude-0.1.9.ebuild 5 Sep 2013 18:46:52 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.2 2013/07/27 08:37:43 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.3 2013/09/05 18:46:52 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
1.3 dev-python/nose-exclude/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 27 Jul 2013 08:37:43 -0000 1.2
+++ ChangeLog 5 Sep 2013 18:46:52 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/nose-exclude
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.2 2013/07/27 08:37:43 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.3 2013/09/05 18:46:52 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> nose-exclude-0.1.9.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
27 Jul 2013; Ian Delaney <idella4@gentoo.org> nose-exclude-0.1.9.ebuild:
Add comprehensive support
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/nose-exclude: nose-exclude-0.1.9.ebuild ChangeLog
@ 2014-03-31 21:20 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:20 UTC (permalink / raw
To: gentoo-commits
mgorny 14/03/31 21:20:23
Modified: nose-exclude-0.1.9.ebuild ChangeLog
Log:
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.4 dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?r1=1.3&r2=1.4
Index: nose-exclude-0.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nose-exclude-0.1.9.ebuild 5 Sep 2013 18:46:52 -0000 1.3
+++ nose-exclude-0.1.9.ebuild 31 Mar 2014 21:20:23 -0000 1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.3 2013/09/05 18:46:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.4 2014/03/31 21:20:23 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
1.4 dev-python/nose-exclude/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 5 Sep 2013 18:46:52 -0000 1.3
+++ ChangeLog 31 Mar 2014 21:20:23 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/nose-exclude
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.3 2013/09/05 18:46:52 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.4 2014/03/31 21:20:23 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> nose-exclude-0.1.9.ebuild:
+ Add support for the new PyPy slotting.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> nose-exclude-0.1.9.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/nose-exclude: nose-exclude-0.1.9.ebuild ChangeLog
@ 2014-07-07 15:08 Ian Delaney (idella4)
0 siblings, 0 replies; 6+ messages in thread
From: Ian Delaney (idella4) @ 2014-07-07 15:08 UTC (permalink / raw
To: gentoo-commits
idella4 14/07/07 15:08:49
Modified: nose-exclude-0.1.9.ebuild ChangeLog
Log:
add py3.4
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.5 dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?r1=1.4&r2=1.5
Index: nose-exclude-0.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nose-exclude-0.1.9.ebuild 31 Mar 2014 21:20:23 -0000 1.4
+++ nose-exclude-0.1.9.ebuild 7 Jul 2014 15:08:49 -0000 1.5
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.4 2014/03/31 21:20:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.5 2014/07/07 15:08:49 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1
1.5 dev-python/nose-exclude/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 31 Mar 2014 21:20:23 -0000 1.4
+++ ChangeLog 7 Jul 2014 15:08:49 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/nose-exclude
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.4 2014/03/31 21:20:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.5 2014/07/07 15:08:49 idella4 Exp $
+
+ 07 Jul 2014; Ian Delaney <idella4@gentoo.org> nose-exclude-0.1.9.ebuild:
+ add py3.4
31 Mar 2014; Michał Górny <mgorny@gentoo.org> nose-exclude-0.1.9.ebuild:
Add support for the new PyPy slotting.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/nose-exclude: nose-exclude-0.1.9.ebuild ChangeLog
@ 2015-03-06 22:46 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:46 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/06 22:46:09
Modified: nose-exclude-0.1.9.ebuild ChangeLog
Log:
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.7 dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?r1=1.6&r2=1.7
Index: nose-exclude-0.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nose-exclude-0.1.9.ebuild 10 Aug 2014 21:14:34 -0000 1.6
+++ nose-exclude-0.1.9.ebuild 6 Mar 2015 22:46:09 -0000 1.7
@@ -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/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.6 2014/08/10 21:14:34 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.7 2015/03/06 22:46:09 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
1.10 dev-python/nose-exclude/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 26 Jan 2015 10:20:57 -0000 1.9
+++ ChangeLog 6 Mar 2015 22:46:09 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/nose-exclude
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.9 2015/01/26 10:20:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.10 2015/03/06 22:46:09 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> nose-exclude-0.1.9.ebuild:
+ amd64 stable, bug 540290
26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> nose-exclude-0.2.0.ebuild:
Stable for x86, wrt bug #535342
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/nose-exclude: nose-exclude-0.1.9.ebuild ChangeLog
@ 2015-03-09 0:04 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-09 0:04 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/09 00:04:52
Modified: nose-exclude-0.1.9.ebuild ChangeLog
Log:
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.8 dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild?r1=1.7&r2=1.8
Index: nose-exclude-0.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nose-exclude-0.1.9.ebuild 6 Mar 2015 22:46:09 -0000 1.7
+++ nose-exclude-0.1.9.ebuild 9 Mar 2015 00:04:52 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.7 2015/03/06 22:46:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild,v 1.8 2015/03/09 00:04:52 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
1.11 dev-python/nose-exclude/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 6 Mar 2015 22:46:09 -0000 1.10
+++ ChangeLog 9 Mar 2015 00:04:52 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/nose-exclude
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.10 2015/03/06 22:46:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.11 2015/03/09 00:04:52 pacho Exp $
+
+ 09 Mar 2015; Pacho Ramos <pacho@gentoo.org> nose-exclude-0.1.9.ebuild:
+ x86 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> nose-exclude-0.1.9.ebuild:
amd64 stable, bug 540290
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-03-09 0:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 21:20 [gentoo-commits] gentoo-x86 commit in dev-python/nose-exclude: nose-exclude-0.1.9.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2015-03-09 0:04 Pacho Ramos (pacho)
2015-03-06 22:46 Pacho Ramos (pacho)
2014-07-07 15:08 Ian Delaney (idella4)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-07-27 8:37 Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox