alunduil    15/02/28 21:24:27

  Modified:             ChangeLog
  Added:                websocket-client-0.25.0.ebuild
  Log:
  add version 0.25.0
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  Changes    Path
1.7                  dev-python/websocket-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   26 Oct 2014 21:49:08 -0000      1.6
+++ ChangeLog   28 Feb 2015 21:24:27 -0000      1.7
@@ -1,6 +1,12 @@
 # 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.6 
2014/10/26 21:49:08 alunduil Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.7 
2015/02/28 21:24:27 alunduil Exp $
+
+*websocket-client-0.25.0 (28 Feb 2015)
+
+  28 Feb 2015; Alex Brandt <[email protected]>
+  +websocket-client-0.25.0.ebuild:
+  add version 0.25.0
 
 *websocket-client-0.11.0 (26 Oct 2014)
 



1.1                  dev-python/websocket-client/websocket-client-0.25.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.25.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/websocket-client-0.25.0.ebuild?rev=1.1&content-type=text/plain

Index: websocket-client-0.25.0.ebuild
===================================================================
# Copyright 1999-2015 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.25.0.ebuild,v
 1.1 2015/02/28 21:24:27 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION="WebSocket client for python. hybi13 is supported"
HOMEPAGE="https://github.com/liris/websocket-client";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2*' )
"

python_test() {
        esetup.py test || die "Tests failed under ${EPYTHON}"
}

python_install_all() {
        use examples && local EXAMPLES=( examples/. )

        distutils-r1_python_install_all
}




Reply via email to