Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/blaze: blaze-0.5.0.ebuild blaze-0.4.2.ebuild blaze-0.4.1.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:40:25
Message-Id: 20140706124022.4DE692004E@flycatcher.gentoo.org
1 mgorny 14/07/06 12:40:22
2
3 Modified: blaze-0.5.0.ebuild blaze-0.4.2.ebuild
4 blaze-0.4.1.ebuild ChangeLog
5 Log:
6 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 dev-python/blaze/blaze-0.5.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.5.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.5.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.5.0.ebuild?r1=1.1&r2=1.2
16
17 Index: blaze-0.5.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.5.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- blaze-0.5.0.ebuild 3 Jul 2014 21:53:29 -0000 1.1
24 +++ blaze-0.5.0.ebuild 6 Jul 2014 12:40:21 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.5.0.ebuild,v 1.1 2014/07/03 21:53:29 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.5.0.ebuild,v 1.2 2014/07/06 12:40:21 mgorny Exp $
30
31 EAPI=5
32
33 @@ -26,8 +26,7 @@
34 >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
35 dev-python/numba[${PYTHON_USEDEP}]
36 dev-python/pykit[${PYTHON_USEDEP}]
37 - dev-python/pyparsing[${PYTHON_USEDEP}]
38 - virtual/python-argparse[${PYTHON_USEDEP}]"
39 + dev-python/pyparsing[${PYTHON_USEDEP}]"
40 DEPEND="${RDEPEND}
41 >=dev-python/cython-0.18[${PYTHON_USEDEP}]
42 doc? ( dev-python/sphinx )
43
44
45
46 1.2 dev-python/blaze/blaze-0.4.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.4.2.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.4.2.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.4.2.ebuild?r1=1.1&r2=1.2
51
52 Index: blaze-0.4.2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.2.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- blaze-0.4.2.ebuild 22 Feb 2014 23:53:06 -0000 1.1
59 +++ blaze-0.4.2.ebuild 6 Jul 2014 12:40:21 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.2.ebuild,v 1.1 2014/02/22 23:53:06 bicatali Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.2.ebuild,v 1.2 2014/07/06 12:40:21 mgorny Exp $
65
66 EAPI=5
67
68 @@ -25,8 +25,7 @@
69 dev-python/dynd-python[${PYTHON_USEDEP}]
70 >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
71 dev-python/numba[${PYTHON_USEDEP}]
72 - dev-python/pykit[${PYTHON_USEDEP}]
73 - virtual/python-argparse[${PYTHON_USEDEP}]"
74 + dev-python/pykit[${PYTHON_USEDEP}]"
75 DEPEND="${RDEPEND}
76 >=dev-python/cython-0.18[${PYTHON_USEDEP}]
77 test? (
78
79
80
81 1.3 dev-python/blaze/blaze-0.4.1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.4.1.ebuild?rev=1.3&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.4.1.ebuild?rev=1.3&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/blaze-0.4.1.ebuild?r1=1.2&r2=1.3
86
87 Index: blaze-0.4.1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.1.ebuild,v
90 retrieving revision 1.2
91 retrieving revision 1.3
92 diff -u -r1.2 -r1.3
93 --- blaze-0.4.1.ebuild 13 Feb 2014 20:43:47 -0000 1.2
94 +++ blaze-0.4.1.ebuild 6 Jul 2014 12:40:22 -0000 1.3
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2014 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.1.ebuild,v 1.2 2014/02/13 20:43:47 bicatali Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/blaze-0.4.1.ebuild,v 1.3 2014/07/06 12:40:22 mgorny Exp $
100
101 EAPI=5
102
103 @@ -25,8 +25,7 @@
104 dev-python/dynd-python[${PYTHON_USEDEP}]
105 >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
106 dev-python/numba[${PYTHON_USEDEP}]
107 - dev-python/pykit[${PYTHON_USEDEP}]
108 - virtual/python-argparse[${PYTHON_USEDEP}]"
109 + dev-python/pykit[${PYTHON_USEDEP}]"
110 DEPEND="${RDEPEND}
111 >=dev-python/cython-0.18[${PYTHON_USEDEP}]
112 test? (
113
114
115
116 1.5 dev-python/blaze/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?rev=1.5&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?rev=1.5&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blaze/ChangeLog?r1=1.4&r2=1.5
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v
125 retrieving revision 1.4
126 retrieving revision 1.5
127 diff -u -r1.4 -r1.5
128 --- ChangeLog 3 Jul 2014 21:53:29 -0000 1.4
129 +++ ChangeLog 6 Jul 2014 12:40:22 -0000 1.5
130 @@ -1,6 +1,11 @@
131 # ChangeLog for dev-python/blaze
132 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.4 2014/07/03 21:53:29 bicatali Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.5 2014/07/06 12:40:22 mgorny Exp $
135 +
136 + 06 Jul 2014; Michał Górny <mgorny@g.o> blaze-0.4.1.ebuild,
137 + blaze-0.4.2.ebuild, blaze-0.5.0.ebuild:
138 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
139 + unittest2 (those packages were only required for <=python-2.6).
140
141 *blaze-0.5.0 (03 Jul 2014)