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/pyzmq: pyzmq-14.4.1.ebuild pyzmq-14.4.0.ebuild ChangeLog
Date: Thu, 27 Nov 2014 10:02:48
Message-Id: 20141127100240.DE78CB027@oystercatcher.gentoo.org
1 idella4 14/11/27 10:02:40
2
3 Modified: pyzmq-14.4.1.ebuild pyzmq-14.4.0.ebuild ChangeLog
4 Log:
5 14.4.0; set REQUIRED_USE for test, 14.4.1; tidy
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/pyzmq/pyzmq-14.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild?r1=1.1&r2=1.2
15
16 Index: pyzmq-14.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyzmq-14.4.1.ebuild 19 Nov 2014 00:47:39 -0000 1.1
23 +++ pyzmq-14.4.1.ebuild 27 Nov 2014 10:02:40 -0000 1.2
24 @@ -1,6 +1,6 @@
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/pyzmq/pyzmq-14.4.1.ebuild,v 1.1 2014/11/19 00:47:39 chutzpah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v 1.2 2014/11/27 10:02:40 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32 @@ -17,7 +17,7 @@
33
34 IUSE="doc examples green test"
35
36 -PY2_USEDEP=$(python_gen_usedep 'python2*')
37 +PY2_USEDEP=$(python_gen_usedep python2_7)
38 RDEPEND=">=net-libs/zeromq-2.1.9
39 dev-python/py[${PYTHON_USEDEP}]
40 dev-python/cffi[${PYTHON_USEDEP}]
41 @@ -25,7 +25,7 @@
42 DEPEND="test? (
43 ${RDEPEND}
44 dev-python/nose[${PYTHON_USEDEP}]
45 - $(python_gen_cond_dep "dev-python/gevent[${PY2_USEDEP}]" 'python2*')
46 + $(python_gen_cond_dep "dev-python/gevent[${PY2_USEDEP}]" python2_7)
47 )
48 doc? (
49 dev-python/sphinx[${PYTHON_USEDEP}]
50
51
52
53 1.3 dev-python/pyzmq/pyzmq-14.4.0.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild?rev=1.3&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild?rev=1.3&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild?r1=1.2&r2=1.3
58
59 Index: pyzmq-14.4.0.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v
62 retrieving revision 1.2
63 retrieving revision 1.3
64 diff -u -r1.2 -r1.3
65 --- pyzmq-14.4.0.ebuild 30 Oct 2014 09:36:16 -0000 1.2
66 +++ pyzmq-14.4.0.ebuild 27 Nov 2014 10:02:40 -0000 1.3
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2014 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.2 2014/10/30 09:36:16 idella4 Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.3 2014/11/27 10:02:40 idella4 Exp $
72
73 EAPI=5
74 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
75 @@ -22,11 +22,14 @@
76 dev-python/py[${PYTHON_USEDEP}]
77 dev-python/cffi[${PYTHON_USEDEP}]
78 green? ( dev-python/gevent[${PY2_USEDEP}] )"
79 -DEPEND="test? ( ${RDEPEND}
80 +DEPEND="test? (
81 + ${RDEPEND}
82 dev-python/nose[${PYTHON_USEDEP}] )
83 doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
84 dev-python/numpydoc[${PYTHON_USEDEP}] )"
85
86 +REQUIRED_USE="test? ( green )"
87 +
88 python_configure_all() {
89 tc-export CC
90 }
91
92
93
94 1.54 dev-python/pyzmq/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.54&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.54&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?r1=1.53&r2=1.54
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
103 retrieving revision 1.53
104 retrieving revision 1.54
105 diff -u -r1.53 -r1.54
106 --- ChangeLog 19 Nov 2014 00:47:39 -0000 1.53
107 +++ ChangeLog 27 Nov 2014 10:02:40 -0000 1.54
108 @@ -1,6 +1,10 @@
109 # ChangeLog for dev-python/pyzmq
110 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.53 2014/11/19 00:47:39 chutzpah Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.54 2014/11/27 10:02:40 idella4 Exp $
113 +
114 + 27 Nov 2014; Ian Delaney <idella4@g.o> pyzmq-14.4.0.ebuild,
115 + pyzmq-14.4.1.ebuild:
116 + 14.4.0; set REQUIRED_USE for test, 14.4.1; tidy
117
118 *pyzmq-14.4.1 (19 Nov 2014)