* [gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: websocket-client-0.17.0.ebuild websocket-client-0.11.0.ebuild ChangeLog
@ 2014-08-31 1:53 Alex Brandt (alunduil)
0 siblings, 0 replies; only message in thread
From: Alex Brandt (alunduil) @ 2014-08-31 1:53 UTC (permalink / raw
To: gentoo-commits
alunduil 14/08/31 01:53:22
Modified: websocket-client-0.17.0.ebuild
websocket-client-0.11.0.ebuild ChangeLog
Log:
fix minor style issues and add missing environment items
idella4 provided cross testing on other pythons (python 3.4 and pypy) and x86
arch as well as feedback on certain style issues. These have been incorporated
into the ebuilds.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 92FEA28B)
Revision Changes Path
1.2 dev-python/websocket-client/websocket-client-0.17.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.17.0.ebuild?rev=1.2&view=markup
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
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
Index: websocket-client-0.17.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.17.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- websocket-client-0.17.0.ebuild 31 Aug 2014 01:02:48 -0000 1.1
+++ websocket-client-0.17.0.ebuild 31 Aug 2014 01:53:22 -0000 1.2
@@ -1,21 +1,20 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
inherit distutils-r1
DESCRIPTION="WebSocket client for python. hybi13 is supported"
HOMEPAGE="https://github.com/liris/websocket-client"
-MY_P="${P/_alpha/a}"
SRC_URI="https://github.com/liris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND=""
@@ -35,7 +34,7 @@
}
python_test() {
- python tests/test_websocket.py || die 'test_websocket'
+ "${PYTHON}" tests/test_websocket.py || die "Tests failed under ${EPYTHON}"
}
python_install_all() {
1.2 dev-python/websocket-client/websocket-client-0.11.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.11.0.ebuild?rev=1.2&view=markup
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
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
Index: websocket-client-0.11.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/websocket-client-0.11.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- websocket-client-0.11.0.ebuild 31 Aug 2014 01:02:48 -0000 1.1
+++ websocket-client-0.11.0.ebuild 31 Aug 2014 01:53:22 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -13,14 +13,14 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
python_test() {
- python test_websocket.py || die 'test_websocket'
+ "${PYTHON}" test_websocket.py || die "Tests failed under ${EPYTHON}"
}
python_install_all() {
1.2 dev-python/websocket-client/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 31 Aug 2014 01:02:48 -0000 1.1
+++ ChangeLog 31 Aug 2014 01:53:22 -0000 1.2
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/websocket-client
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.1 2014/08/31 01:02:48 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.2 2014/08/31 01:53:22 alunduil Exp $
+
+ 31 Aug 2014; Alex Brandt <alunduil@gentoo.org> websocket-client-0.11.0.ebuild,
+ websocket-client-0.17.0.ebuild:
+ fix minor style issues and add missing environment items idella4 provided
+ cross testing on other pythons (python 3.4 and pypy) and x86 arch as well as
+ feedback on certain style issues. These have been incorporated into the
+ ebuilds.
*websocket-client-0.17.0 (31 Aug 2014)
*websocket-client-0.11.0 (31 Aug 2014)
@@ -10,4 +17,3 @@
+metadata.xml:
New ebuild for websocket-client. Ebuild written by me. Partial fix for bug
#520912
-
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-31 1:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-31 1:53 [gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: websocket-client-0.17.0.ebuild websocket-client-0.11.0.ebuild ChangeLog Alex Brandt (alunduil)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox