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 811CA13829C for ; Thu, 9 Jun 2016 08:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 492AA21C01D; Thu, 9 Jun 2016 08:53:10 +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 E750721C01D for ; Thu, 9 Jun 2016 08:53:09 +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 E35F4340C9F for ; Thu, 9 Jun 2016 08:53:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E292297B for ; Thu, 9 Jun 2016 08:52:58 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1465462350.5f68254969b7ab2a87e0990df57667619de44566.dev-zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/babelfish/babelfish-0.5.5-r1.ebuild dev-python/babelfish/babelfish-9999.ebuild X-VCS-Directories: dev-python/babelfish/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 5f68254969b7ab2a87e0990df57667619de44566 X-VCS-Branch: master Date: Thu, 9 Jun 2016 08:52:58 +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: 2ca3bb8d-d947-48a2-98ca-67f774aeda2b X-Archives-Hash: 91bc452096577f54d600a024fec2af4b commit: 5f68254969b7ab2a87e0990df57667619de44566 Author: Tiziano Müller gentoo org> AuthorDate: Thu Jun 9 08:52:30 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Thu Jun 9 08:52:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f682549 dev-python/babelfish: support Python-3.5 Package-Manager: portage-2.3.0_rc1 dev-python/babelfish/babelfish-0.5.5-r1.ebuild | 2 +- dev-python/babelfish/babelfish-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild index 9425901..f8e0d62 100644 --- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild +++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild index e754bb9..1df2456 100644 --- a/dev-python/babelfish/babelfish-9999.ebuild +++ b/dev-python/babelfish/babelfish-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 git-r3