Gentoo Archives: gentoo-commits

From: "Alex Brandt (alunduil)" <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: websocket-client-0.17.0.ebuild websocket-client-0.11.0.ebuild ChangeLog
Date: Sun, 31 Aug 2014 01:53:30
Message-Id: 20140831015322.B66D744C7@oystercatcher.gentoo.org
1 alunduil 14/08/31 01:53:22
2
3 Modified: websocket-client-0.17.0.ebuild
4 websocket-client-0.11.0.ebuild ChangeLog
5 Log:
6 fix minor style issues and add missing environment items
7
8 idella4 provided cross testing on other pythons (python 3.4 and pypy) and x86
9 arch as well as feedback on certain style issues. These have been incorporated
10 into the ebuilds.
11
12 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 92FEA28B)
13
14 Revision Changes Path
15 1.2 dev-python/websocket-client/websocket-client-0.17.0.ebuild
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.17.0.ebuild?rev=1.2&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.17.0.ebuild?rev=1.2&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.17.0.ebuild?r1=1.1&r2=1.2
20
21 Index: websocket-client-0.17.0.ebuild
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.17.0.ebuild,v
24 retrieving revision 1.1
25 retrieving revision 1.2
26 diff -u -r1.1 -r1.2
27 --- websocket-client-0.17.0.ebuild 31 Aug 2014 01:02:48 -0000 1.1
28 +++ websocket-client-0.17.0.ebuild 31 Aug 2014 01:53:22 -0000 1.2
29 @@ -1,21 +1,20 @@
30 # Copyright 1999-2014 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.17.0.ebuild,v 1.1 2014/08/31 01:02:48 alunduil Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.17.0.ebuild,v 1.2 2014/08/31 01:53:22 alunduil Exp $
34
35 EAPI=5
36 -PYTHON_COMPAT=( python2_7 python3_3 )
37 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
38
39 inherit distutils-r1
40
41 DESCRIPTION="WebSocket client for python. hybi13 is supported"
42 HOMEPAGE="https://github.com/liris/websocket-client"
43
44 -MY_P="${P/_alpha/a}"
45 SRC_URI="https://github.com/liris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46
47 LICENSE="LGPL-2.1"
48 SLOT="0"
49 -KEYWORDS="~amd64"
50 +KEYWORDS="~amd64 ~x86"
51 IUSE="examples"
52
53 DEPEND=""
54 @@ -35,7 +34,7 @@
55 }
56
57 python_test() {
58 - python tests/test_websocket.py || die 'test_websocket'
59 + "${PYTHON}" tests/test_websocket.py || die "Tests failed under ${EPYTHON}"
60 }
61
62 python_install_all() {
63
64
65
66 1.2 dev-python/websocket-client/websocket-client-0.11.0.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.11.0.ebuild?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.11.0.ebuild?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.11.0.ebuild?r1=1.1&r2=1.2
71
72 Index: websocket-client-0.11.0.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.11.0.ebuild,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- websocket-client-0.11.0.ebuild 31 Aug 2014 01:02:48 -0000 1.1
79 +++ websocket-client-0.11.0.ebuild 31 Aug 2014 01:53:22 -0000 1.2
80 @@ -1,6 +1,6 @@
81 # Copyright 1999-2014 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.11.0.ebuild,v 1.1 2014/08/31 01:02:48 alunduil Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.11.0.ebuild,v 1.2 2014/08/31 01:53:22 alunduil Exp $
85
86 EAPI=5
87 PYTHON_COMPAT=( python2_7 )
88 @@ -13,14 +13,14 @@
89
90 LICENSE="LGPL-2.1"
91 SLOT="0"
92 -KEYWORDS="~amd64"
93 +KEYWORDS="~amd64 ~x86"
94 IUSE="examples"
95
96 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
97 RDEPEND=""
98
99 python_test() {
100 - python test_websocket.py || die 'test_websocket'
101 + "${PYTHON}" test_websocket.py || die "Tests failed under ${EPYTHON}"
102 }
103
104 python_install_all() {
105
106
107
108 1.2 dev-python/websocket-client/ChangeLog
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.2&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.2&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?r1=1.1&r2=1.2
113
114 Index: ChangeLog
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
117 retrieving revision 1.1
118 retrieving revision 1.2
119 diff -u -r1.1 -r1.2
120 --- ChangeLog 31 Aug 2014 01:02:48 -0000 1.1
121 +++ ChangeLog 31 Aug 2014 01:53:22 -0000 1.2
122 @@ -1,6 +1,13 @@
123 # ChangeLog for dev-python/websocket-client
124 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.1 2014/08/31 01:02:48 alunduil Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.2 2014/08/31 01:53:22 alunduil Exp $
127 +
128 + 31 Aug 2014; Alex Brandt <alunduil@g.o> websocket-client-0.11.0.ebuild,
129 + websocket-client-0.17.0.ebuild:
130 + fix minor style issues and add missing environment items idella4 provided
131 + cross testing on other pythons (python 3.4 and pypy) and x86 arch as well as
132 + feedback on certain style issues. These have been incorporated into the
133 + ebuilds.
134
135 *websocket-client-0.17.0 (31 Aug 2014)
136 *websocket-client-0.11.0 (31 Aug 2014)
137 @@ -10,4 +17,3 @@
138 +metadata.xml:
139 New ebuild for websocket-client. Ebuild written by me. Partial fix for bug
140 #520912
141 -