public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Brandt (alunduil)" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: websocket-client-0.20.0.ebuild ChangeLog
Date: Mon, 13 Oct 2014 15:42:21 +0000 (UTC)	[thread overview]
Message-ID: <20141013154221.333BB7BE2@oystercatcher.gentoo.org> (raw)

alunduil    14/10/13 15:42:21

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	31 Aug 2014 01:53:22 -0000	1.2
+++ ChangeLog	13 Oct 2014 15:42:21 -0000	1.3
@@ -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.2 2014/08/31 01:53:22 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.3 2014/10/13 15:42:21 alunduil Exp $
+
+*websocket-client-0.20.0 (13 Oct 2014)
+
+  13 Oct 2014; Alex Brandt <alunduil@gentoo.org>
+  +websocket-client-0.20.0.ebuild:
+  add version 0.20.0
 
   31 Aug 2014; Alex Brandt <alunduil@gentoo.org> websocket-client-0.11.0.ebuild,
   websocket-client-0.17.0.ebuild:



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

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

Index: websocket-client-0.20.0.ebuild
===================================================================
# 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.20.0.ebuild,v 1.1 2014/10/13 15:42:21 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )

inherit distutils-r1 vcs-snapshot

DESCRIPTION="WebSocket client for python. hybi13 is supported"
HOMEPAGE="https://github.com/liris/websocket-client"
SRC_URI="https://github.com/liris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND=""
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	other threads:[~2014-10-13 15:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141013154221.333BB7BE2@oystercatcher.gentoo.org \
    --to=alunduil@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox