public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: websocket-client-0.31.0.ebuild ChangeLog
@ 2015-05-23 21:00 Alex Brandt (alunduil)
  0 siblings, 0 replies; only message in thread
From: Alex Brandt (alunduil) @ 2015-05-23 21:00 UTC (permalink / raw
  To: gentoo-commits

alunduil    15/05/23 21:00:45

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	5 Apr 2015 15:11:04 -0000	1.12
+++ ChangeLog	23 May 2015 21:00:45 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/websocket-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.12 2015/04/05 15:11:04 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.13 2015/05/23 21:00:45 alunduil Exp $
+
+*websocket-client-0.31.0 (23 May 2015)
+
+  23 May 2015; Alex Brandt <alunduil@gentoo.org>
+  +websocket-client-0.31.0.ebuild, metadata.xml:
+  add version 0.31.0
 
   05 Apr 2015; Alex Brandt <alunduil@gentoo.org>
   -websocket-client-0.17.0.ebuild:



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

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

Index: websocket-client-0.31.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.31.0.ebuild,v 1.1 2015/05/23 21:00:45 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1 vcs-snapshot

MY_PN=${PN//-/_}

DESCRIPTION="WebSocket client for python. hybi13 is supported"
HOMEPAGE="https://github.com/liris/websocket-client"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-23 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23 21:00 [gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: websocket-client-0.31.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