dev-python/backports-abc: add Python 3.6, EAPI=7
authorLouis Sautier <sbraz@gentoo.org>
Sat, 23 Jun 2018 14:25:35 +0000 (16:25 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Sat, 23 Jun 2018 14:26:39 +0000 (16:26 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/backports-abc/backports-abc-0.5.ebuild

index a94847026e9a1515076c55b9ba74e21bb7912633..bd95231621e6b140087120673725e1de7b1274c5 100644 (file)
@@ -1,9 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+EAPI=7
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1