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 4CDAB138351 for ; Wed, 5 Feb 2020 15:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DBC8E0C64; Wed, 5 Feb 2020 15:48:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22B7DE0C64 for ; Wed, 5 Feb 2020 15:48:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24A6D34E78D for ; Wed, 5 Feb 2020 15:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 256F412F for ; Wed, 5 Feb 2020 15:48:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580917675.886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oauth2client/oauth2client-2.0.1.ebuild dev-python/oauth2client/oauth2client-2.2.0.ebuild dev-python/oauth2client/oauth2client-4.1.2.ebuild dev-python/oauth2client/oauth2client-4.1.3.ebuild X-VCS-Directories: dev-python/oauth2client/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa X-VCS-Branch: master Date: Wed, 5 Feb 2020 15:48:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2224f19e-bb9f-47e0-a47b-6b040c49bedc X-Archives-Hash: 50ace176cdf738e2f2cc0e78453bf0cc commit: 886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 15:42:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 15:47:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886ae430 dev-python/oauth2client: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/oauth2client/oauth2client-2.0.1.ebuild | 2 +- dev-python/oauth2client/oauth2client-2.2.0.ebuild | 2 +- dev-python/oauth2client/oauth2client-4.1.2.ebuild | 2 +- dev-python/oauth2client/oauth2client-4.1.3.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/oauth2client/oauth2client-2.0.1.ebuild b/dev-python/oauth2client/oauth2client-2.0.1.ebuild index 9e4fe5bf637..d9abd69e6a8 100644 --- a/dev-python/oauth2client/oauth2client-2.0.1.ebuild +++ b/dev-python/oauth2client/oauth2client-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_6) +PYTHON_COMPAT=( python3_6) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-2.2.0.ebuild b/dev-python/oauth2client/oauth2client-2.2.0.ebuild index 750cc3869f8..1e40b242be1 100644 --- a/dev-python/oauth2client/oauth2client-2.2.0.ebuild +++ b/dev-python/oauth2client/oauth2client-2.2.0.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_6) +PYTHON_COMPAT=( python3_6) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-4.1.2.ebuild b/dev-python/oauth2client/oauth2client-4.1.2.ebuild index 5a6e3debe7d..8a4381e866d 100644 --- a/dev-python/oauth2client/oauth2client-4.1.2.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-4.1.3.ebuild b/dev-python/oauth2client/oauth2client-4.1.3.ebuild index 22cdb28cf89..9142e679b20 100644 --- a/dev-python/oauth2client/oauth2client-4.1.3.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1