app-admin/supervisor: drop Py2.7, add PyPy3
authorLouis Sautier <sbraz@gentoo.org>
Mon, 10 Feb 2020 10:59:14 +0000 (11:59 +0100)
committerLouis Sautier <sbraz@gentoo.org>
Mon, 10 Feb 2020 12:59:23 +0000 (13:59 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
app-admin/supervisor/supervisor-4.0.4.ebuild

index a30ea0a05f89e48ebb60027570370be54912e270..a9475bf5083db88c68a2e9af4e81402d5961f91c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 # xml.etree.ElementTree module required.
 PYTHON_REQ_USE="xml(+)"