Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
Date: Wed, 27 Nov 2019 07:58:44
Message-Id: 1574841470.272ca391028fc9c5186379bd5c419d68ffb861a6.chutzpah@gentoo
1 commit: 272ca391028fc9c5186379bd5c419d68ffb861a6
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 05:50:33 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 07:57:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272ca391
7
8 virtual/python-greenlet-1.0-r1: revbump, move to EAPI=7, python 3.8
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 .../{python-greenlet-1.0.ebuild => python-greenlet-1.0-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
17 similarity index 86%
18 rename from virtual/python-greenlet/python-greenlet-1.0.ebuild
19 rename to virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
20 index ce408bd7e6b..08598a64f5a 100644
21 --- a/virtual/python-greenlet/python-greenlet-1.0.ebuild
22 +++ b/virtual/python-greenlet/python-greenlet-1.0-r1.ebuild
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
31 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
32
33 inherit python-r1