app-portage/mirrorselect: drop python2.7 from PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Tue, 21 May 2019 21:48:22 +0000 (14:48 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 21 May 2019 21:53:56 +0000 (14:53 -0700)
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>
app-portage/mirrorselect/mirrorselect-2.2.4.ebuild
app-portage/mirrorselect/mirrorselect-9999.ebuild

index 99e62e0fd94671faa2079c4ba0939e8afaf1e425..184ac4d49c791569f33d4b5cce4c8d79a4f6e520 100644 (file)
@@ -3,7 +3,7 @@
 
 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
index 36964fd8660607e80c1f90df6c30a6f80f72dc3b..d93b586c58dd0b566503f218666277c2e6095764 100644 (file)
@@ -1,9 +1,9 @@
 # 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