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 12527138350 for ; Mon, 16 Mar 2020 20:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27019E0841; Mon, 16 Mar 2020 20:37:58 +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 0A24CE0841 for ; Mon, 16 Mar 2020 20:37:57 +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 9309C34F19B for ; Mon, 16 Mar 2020 20:37:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C26814C for ; Mon, 16 Mar 2020 20:37:54 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1584391063.7749ff6ff51be81975cb52e34cec1ed6f9e41dde.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/grabbit/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/grabbit/grabbit-0.2.6.ebuild X-VCS-Directories: dev-python/grabbit/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 7749ff6ff51be81975cb52e34cec1ed6f9e41dde X-VCS-Branch: master Date: Mon, 16 Mar 2020 20:37:54 +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: 21b27c6f-b0d6-4857-9f18-094e15c61652 X-Archives-Hash: a12782da40a50655eaecedbe50a95e26 commit: 7749ff6ff51be81975cb52e34cec1ed6f9e41dde Author: Horea Christian chymera eu> AuthorDate: Mon Mar 16 20:37:43 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Mar 16 20:37:43 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7749ff6f dev-python/grabbit: PYTHON_COMPAT bump 3.7 Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Horea Christian chymera.eu> dev-python/grabbit/grabbit-0.2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild b/dev-python/grabbit/grabbit-0.2.6.ebuild index 009db3338..466dc6512 100644 --- a/dev-python/grabbit/grabbit-0.2.6.ebuild +++ b/dev-python/grabbit/grabbit-0.2.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1