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 454C5138335 for ; Thu, 2 Aug 2018 15:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 183E0E07F2; Thu, 2 Aug 2018 15:55:47 +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 D897FE07F2 for ; Thu, 2 Aug 2018 15:55:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 47CE0335CC8 for ; Thu, 2 Aug 2018 15:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72211348 for ; Thu, 2 Aug 2018 15:55:43 +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: <1533223754.1d834db5f4e5ba2fa86ffe869ecc807f03241239.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.1.1.ebuild X-VCS-Directories: dev-python/grabbit/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 1d834db5f4e5ba2fa86ffe869ecc807f03241239 X-VCS-Branch: master Date: Thu, 2 Aug 2018 15:55:43 +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: bd966a86-52ca-4e74-b8ad-e8e71c5f151c X-Archives-Hash: 4b4abce4e8830c8a6a6a131935ba8064 commit: 1d834db5f4e5ba2fa86ffe869ecc807f03241239 Author: Horea Christian yandex com> AuthorDate: Thu Aug 2 15:29:14 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Aug 2 15:29:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d834db5 dev-python/grabbit: EAPI and PYTHON_COMPAT bump Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-python/grabbit/grabbit-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/grabbit/grabbit-0.1.1.ebuild b/dev-python/grabbit/grabbit-0.1.1.ebuild index cceee888e..dd6a7e6a9 100644 --- a/dev-python/grabbit/grabbit-0.1.1.ebuild +++ b/dev-python/grabbit/grabbit-0.1.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1