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 2E03713823B for ; Sat, 7 May 2016 04:31:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79CD4E086D; Sat, 7 May 2016 04:31:55 +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 26AE0E086D for ; Sat, 7 May 2016 04:31:55 +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 164A6340691 for ; Sat, 7 May 2016 04:31:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6DFA95C for ; Sat, 7 May 2016 04:31:51 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1462595501.94aae1d07f5d7b747927bff4b841a8f62f8a866c.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/socketio-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/socketio-client/socketio-client-0.6.5.ebuild X-VCS-Directories: dev-python/socketio-client/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 94aae1d07f5d7b747927bff4b841a8f62f8a866c X-VCS-Branch: master Date: Sat, 7 May 2016 04:31:51 +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: 7473a562-5770-4a49-ab34-65a74381f9c0 X-Archives-Hash: cb7cd09e542962b613b5cd09fe163ba1 commit: 94aae1d07f5d7b747927bff4b841a8f62f8a866c Author: Ian Delaney gentoo org> AuthorDate: Sat May 7 04:12:43 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sat May 7 04:31:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94aae1d0 dev-python/socketio-client: add py3.5 support Package-Manager: portage-2.2.28 dev-python/socketio-client/socketio-client-0.6.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/socketio-client/socketio-client-0.6.5.ebuild b/dev-python/socketio-client/socketio-client-0.6.5.ebuild index 788c192..e223b49 100644 --- a/dev-python/socketio-client/socketio-client-0.6.5.ebuild +++ b/dev-python/socketio-client/socketio-client-0.6.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{3,4}} ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1