From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 00EEC1384B4 for ; Wed, 9 Dec 2015 15:10:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67DA921C0AC; Wed, 9 Dec 2015 15:10:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85F7A21C0AD for ; Wed, 9 Dec 2015 15:10:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92C3934070F for ; Wed, 9 Dec 2015 15:10:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20B7AEE2 for ; Wed, 9 Dec 2015 15:10:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449673802.b463bd841065dc89275ac3277d32598f07585567.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websocket-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/websocket-client/websocket-client-0.34.0.ebuild X-VCS-Directories: dev-python/websocket-client/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b463bd841065dc89275ac3277d32598f07585567 X-VCS-Branch: master Date: Wed, 9 Dec 2015 15:10:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9534aef-3e54-44b1-8522-6a33810befae X-Archives-Hash: e533c766818a4713500bc50fcb0e9757 commit: b463bd841065dc89275ac3277d32598f07585567 Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 9 15:04:16 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 9 15:10:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b463bd84 dev-python/websocket-client: Add python3.5 support Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/websocket-client/websocket-client-0.34.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/websocket-client/websocket-client-0.34.0.ebuild b/dev-python/websocket-client/websocket-client-0.34.0.ebuild index de7e120..1bcd304 100644 --- a/dev-python/websocket-client/websocket-client-0.34.0.ebuild +++ b/dev-python/websocket-client/websocket-client-0.34.0.ebuild @@ -4,13 +4,13 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 vcs-snapshot MY_PN=${PN//-/_} -DESCRIPTION="WebSocket client for python. hybi13 is supported" +DESCRIPTION="WebSocket client for python with hybi13 support" HOMEPAGE="https://github.com/liris/websocket-client" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"