Support for python2.7 broke with the urllib2.Request.host usage
introduced in this commit:
https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=
856abee86416d4b2159f81d34cf28ef3422b92ec
Reported-by: Sophie Hamilton <gentoo-bugs@theblob.org>
Closes: https://bugs.gentoo.org/686464
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="xml"
inherit eutils distutils-r1 prefix
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="xml"
inherit eutils distutils-r1 git-r3 prefix