From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC4B1138331 for ; Thu, 15 Sep 2016 07:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D9AFE0BA7; Thu, 15 Sep 2016 07:52:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55D06E0B8F for ; Thu, 15 Sep 2016 07:52:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D2E7340831 for ; Thu, 15 Sep 2016 07:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59AEF2486 for ; Thu, 15 Sep 2016 07:52:48 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1473925960.0ff22c94a4a152763f6c1ae7d1c6d4d200a9719c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ws4py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ws4py/ws4py-0.3.4.ebuild dev-python/ws4py/ws4py-9999.ebuild X-VCS-Directories: dev-python/ws4py/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0ff22c94a4a152763f6c1ae7d1c6d4d200a9719c X-VCS-Branch: master Date: Thu, 15 Sep 2016 07:52:48 +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: f66bbff8-0ca1-4da6-92b3-21d13ab7fac5 X-Archives-Hash: 524bcc6ee7fc8b72db28b933dad9dd19 commit: 0ff22c94a4a152763f6c1ae7d1c6d4d200a9719c Author: Alexis Ballier gentoo org> AuthorDate: Thu Sep 15 07:48:33 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Sep 15 07:52:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff22c94 dev-python/ws4py: add python 3.5 to compat Package-Manager: portage-2.3.0 dev-python/ws4py/ws4py-0.3.4.ebuild | 4 ++-- dev-python/ws4py/ws4py-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/ws4py/ws4py-0.3.4.ebuild b/dev-python/ws4py/ws4py-0.3.4.ebuild index fabf578..1b69f7b 100644 --- a/dev-python/ws4py/ws4py-0.3.4.ebuild +++ b/dev-python/ws4py/ws4py-0.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ # pypy is viable but better with a cutdown set of deps EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) PYTHON_REQ_USE="threads?" inherit distutils-r1 diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild index 7b17719..187f0d7 100644 --- a/dev-python/ws4py/ws4py-9999.ebuild +++ b/dev-python/ws4py/ws4py-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ # pypy is viable but better with a cutdown set of deps EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) PYTHON_REQ_USE="threads?" inherit distutils-r1