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 35D88139694 for ; Wed, 8 Mar 2017 14:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A0A4E0C86; Wed, 8 Mar 2017 14:03:18 +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 29FE1E0C86 for ; Wed, 8 Mar 2017 14:03:18 +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 C57A5341698 for ; Wed, 8 Mar 2017 14:03:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CE86611A for ; Wed, 8 Mar 2017 14:03:15 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1488981765.828452663fbde89690fc976a18a35aa320c706e0.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/atomicwrites/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/atomicwrites/atomicwrites-1.1.5-r1.ebuild dev-python/atomicwrites/atomicwrites-1.1.5.ebuild X-VCS-Directories: dev-python/atomicwrites/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 828452663fbde89690fc976a18a35aa320c706e0 X-VCS-Branch: master Date: Wed, 8 Mar 2017 14:03:15 +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: ac93249a-5302-4a2a-96de-f19033ccc3dc X-Archives-Hash: 4098f9dded8678d16fb765a290755a45 commit: 828452663fbde89690fc976a18a35aa320c706e0 Author: Amy Liffey gentoo org> AuthorDate: Wed Mar 8 14:00:54 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Wed Mar 8 14:02:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82845266 dev-python/atomicwrites: add python 3.6 Package-Manager: portage-2.3.0 .../{atomicwrites-1.1.5.ebuild => atomicwrites-1.1.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5.ebuild b/dev-python/atomicwrites/atomicwrites-1.1.5-r1.ebuild similarity index 81% rename from dev-python/atomicwrites/atomicwrites-1.1.5.ebuild rename to dev-python/atomicwrites/atomicwrites-1.1.5-r1.ebuild index a26fe910895..dd9aec6e7f5 100644 --- a/dev-python/atomicwrites/atomicwrites-1.1.5.ebuild +++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_{4,6}} ) inherit distutils-r1