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 AE256138335 for ; Tue, 2 Oct 2018 20:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 752FCE08AA; Tue, 2 Oct 2018 20:08:14 +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 5090DE08AA for ; Tue, 2 Oct 2018 20:08:14 +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 1D39C335CEA for ; Tue, 2 Oct 2018 20:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72189435 for ; Tue, 2 Oct 2018 20:08:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1538510846.abd3737105098b8b6f1e5a3035a4f0d8ed2c9e93.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/namespace-google/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/namespace-google/namespace-google-1.ebuild X-VCS-Directories: dev-python/namespace-google/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: abd3737105098b8b6f1e5a3035a4f0d8ed2c9e93 X-VCS-Branch: master Date: Tue, 2 Oct 2018 20:08:09 +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: 9f4991cf-54fb-40e5-a2c5-aaf7b02d61ba X-Archives-Hash: a2bfe479aa40a7ce3113056a0917397b commit: abd3737105098b8b6f1e5a3035a4f0d8ed2c9e93 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue Oct 2 19:48:22 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Oct 2 20:07:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd37371 dev-python/namespace-google: Support Python 3.7. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> dev-python/namespace-google/namespace-google-1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/namespace-google/namespace-google-1.ebuild b/dev-python/namespace-google/namespace-google-1.ebuild index 7f137a69a85..143da3ffd1f 100644 --- a/dev-python/namespace-google/namespace-google-1.ebuild +++ b/dev-python/namespace-google/namespace-google-1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy ) inherit python-r1 DESCRIPTION="Namespace package declaration for google"