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/stevedore: ChangeLog stevedore-0.15.ebuild stevedore-0.14.1.ebuild stevedore-0.10.ebuild stevedore-0.11.ebuild stevedore-0.12.ebuild
Date: Sun, 30 Mar 2014 06:32:42
Message-Id: 20140330063233.5033920057@flycatcher.gentoo.org
1 idella4 14/03/30 06:32:33
2
3 Modified: ChangeLog stevedore-0.15.ebuild
4 stevedore-0.14.1.ebuild
5 Removed: stevedore-0.10.ebuild stevedore-0.11.ebuild
6 stevedore-0.12.ebuild
7 Log:
8 Drop pypy2_0 support due to lack of its support in pbr, update deps, drop old.
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
11
12 Revision Changes Path
13 1.15 dev-python/stevedore/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/ChangeLog?rev=1.15&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/ChangeLog?rev=1.15&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/ChangeLog?r1=1.14&r2=1.15
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v
22 retrieving revision 1.14
23 retrieving revision 1.15
24 diff -u -r1.14 -r1.15
25 --- ChangeLog 30 Mar 2014 04:29:19 -0000 1.14
26 +++ ChangeLog 30 Mar 2014 06:32:33 -0000 1.15
27 @@ -1,6 +1,6 @@
28 # ChangeLog for dev-python/stevedore
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.14 2014/03/30 04:29:19 prometheanfire Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.15 2014/03/30 06:32:33 idella4 Exp $
32
33 *stevedore-0.15 (30 Mar 2014)
34
35 @@ -42,7 +42,7 @@
36 Stable for amd64, wrt bug #450086
37
38 16 Jun 2013; Ian Delaney <idella4@g.o> stevedore-0.9.1.ebuild:
39 - correct setuotools in deps wrt Bug #473278
40 + correct setuptools in deps wrt Bug #473278
41
42 *stevedore-0.9.1 (14 Jun 2013)
43
44
45
46
47 1.2 dev-python/stevedore/stevedore-0.15.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild?r1=1.1&r2=1.2
52
53 Index: stevedore-0.15.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- stevedore-0.15.ebuild 30 Mar 2014 04:29:19 -0000 1.1
60 +++ stevedore-0.15.ebuild 30 Mar 2014 06:32:33 -0000 1.2
61 @@ -1,9 +1,9 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild,v 1.1 2014/03/30 04:29:19 prometheanfire Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.15.ebuild,v 1.2 2014/03/30 06:32:33 idella4 Exp $
66
67 EAPI=5
68 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
69 +PYTHON_COMPAT=( python{2_7,3_2,3_3} )
70
71 inherit distutils-r1
72
73 @@ -22,10 +22,9 @@
74 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
75 test? ( dev-python/nose[${PYTHON_USEDEP}]
76 dev-python/mock[${PYTHON_USEDEP}]
77 - dev-python/coverage[${PYTHON_USEDEP}]
78 - dev-python/flake8[$(python_gen_usedep python{2_7,3_2,3_3})] )
79 + dev-python/coverage[${PYTHON_USEDEP}] )
80 doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
81 - dev-python/pillow[$(python_gen_usedep python{2_7,3_2,3_3})] )"
82 + dev-python/pillow[${PYTHON_USEDEP}] )"
83
84 python_compile_all() {
85 if use doc; then
86
87
88
89 1.2 dev-python/stevedore/stevedore-0.14.1.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-0.14.1.ebuild?rev=1.2&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-0.14.1.ebuild?rev=1.2&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stevedore/stevedore-0.14.1.ebuild?r1=1.1&r2=1.2
94
95 Index: stevedore-0.14.1.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.14.1.ebuild,v
98 retrieving revision 1.1
99 retrieving revision 1.2
100 diff -u -r1.1 -r1.2
101 --- stevedore-0.14.1.ebuild 1 Mar 2014 02:13:24 -0000 1.1
102 +++ stevedore-0.14.1.ebuild 30 Mar 2014 06:32:33 -0000 1.2
103 @@ -1,9 +1,9 @@
104 # Copyright 1999-2014 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.14.1.ebuild,v 1.1 2014/03/01 02:13:24 radhermit Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.14.1.ebuild,v 1.2 2014/03/30 06:32:33 idella4 Exp $
108
109 EAPI=5
110 -PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
111 +PYTHON_COMPAT=( python{2_7,3_2,3_3} )
112
113 inherit distutils-r1
114
115 @@ -22,10 +22,9 @@
116 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
117 test? ( dev-python/nose[${PYTHON_USEDEP}]
118 dev-python/mock[${PYTHON_USEDEP}]
119 - dev-python/coverage[${PYTHON_USEDEP}]
120 - dev-python/flake8[$(python_gen_usedep python{2_7,3_2,3_3})] )
121 + dev-python/coverage[${PYTHON_USEDEP}] )
122 doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
123 - dev-python/pillow[$(python_gen_usedep python{2_7,3_2,3_3})] )"
124 + dev-python/pillow[${PYTHON_USEDEP}] )"
125
126 python_compile_all() {
127 if use doc; then