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 45EF4138334 for ; Wed, 27 Nov 2019 07:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF1D8E08E0; Wed, 27 Nov 2019 07:58:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A42B2E08E0 for ; Wed, 27 Nov 2019 07:58:42 +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 5D6A634D480 for ; Wed, 27 Nov 2019 07:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A85488C3 for ; Wed, 27 Nov 2019 07:58:38 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1574841470.272ca391028fc9c5186379bd5c419d68ffb861a6.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-greenlet/python-greenlet-1.0-r1.ebuild virtual/python-greenlet/python-greenlet-1.0.ebuild X-VCS-Directories: virtual/python-greenlet/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 272ca391028fc9c5186379bd5c419d68ffb861a6 X-VCS-Branch: master Date: Wed, 27 Nov 2019 07:58:38 +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: 13fc3539-bcf9-482a-8ed3-05c8ee90cef0 X-Archives-Hash: bfb76e969de0f5865d2feadf8859f7ff commit: 272ca391028fc9c5186379bd5c419d68ffb861a6 Author: Patrick McLean gentoo org> AuthorDate: Wed Nov 27 05:50:33 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Nov 27 07:57:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272ca391 virtual/python-greenlet-1.0-r1: revbump, move to EAPI=7, python 3.8 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean gentoo.org> .../{python-greenlet-1.0.ebuild => python-greenlet-1.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild similarity index 86% rename from virtual/python-greenlet/python-greenlet-1.0.ebuild rename to virtual/python-greenlet/python-greenlet-1.0-r1.ebuild index ce408bd7e6b..08598a64f5a 100644 --- a/virtual/python-greenlet/python-greenlet-1.0.ebuild +++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit python-r1