diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2019-11-26 21:50:33 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-11-26 23:57:50 -0800 |
commit | 272ca391028fc9c5186379bd5c419d68ffb861a6 (patch) | |
tree | db88b02d4ea0a13b768abfad3e6266b017a46b2f /virtual/python-greenlet | |
parent | dev-python/greenlet-0.4.15-41: revbump, cleanups, py38 (diff) | |
download | gentoo-272ca391028fc9c5186379bd5c419d68ffb861a6.tar.gz gentoo-272ca391028fc9c5186379bd5c419d68ffb861a6.tar.bz2 gentoo-272ca391028fc9c5186379bd5c419d68ffb861a6.zip |
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 <chutzpah@gentoo.org>
Diffstat (limited to 'virtual/python-greenlet')
-rw-r--r-- | virtual/python-greenlet/python-greenlet-1.0-r1.ebuild (renamed from virtual/python-greenlet/python-greenlet-1.0.ebuild) | 4 |
1 files 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 index ce408bd7e6b1..08598a64f5af 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 |