Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-greenlet/
Date: Wed, 18 Jul 2018 09:41:22
Message-Id: 1531906859.c80cb36cb75a6bc46ec4b24326c5d7e6d582c55a.ultrabug@gentoo
1 commit: c80cb36cb75a6bc46ec4b24326c5d7e6d582c55a
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 09:33:55 2018 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 09:40:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80cb36c
7
8 virtual/python-greenlet: add python3.7 support
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 virtual/python-greenlet/python-greenlet-1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/virtual/python-greenlet/python-greenlet-1.0.ebuild b/virtual/python-greenlet/python-greenlet-1.0.ebuild
16 index 4f2384226a7..13bded7e61d 100644
17 --- a/virtual/python-greenlet/python-greenlet-1.0.ebuild
18 +++ b/virtual/python-greenlet/python-greenlet-1.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
27 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
28
29 inherit python-r1