dev-python/google-auth: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:41:56 +0000 (16:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:47:54 +0000 (16:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/google-auth/google-auth-1.0.1.ebuild
dev-python/google-auth/google-auth-1.1.0.ebuild
dev-python/google-auth/google-auth-1.4.1.ebuild
dev-python/google-auth/google-auth-1.6.3.ebuild

index 3439a9b7bde1b519e21515c3a351d6ca7208d31a..553ccb457d1c4c7aec768f211de5151218a10b3a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index f36bfdca3b9fb923633ef64e1c292913d4461b24..363f92d4a6af993118fd569f834dc9ac4729705e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 3d075164ca223ffd27a6cfe630446d4c1ca540c5..094f852eece40c2de9bb933aac2425efeaff76d6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 1baba96c4b41e0fe9f4826eb062b3a6825c42ea7..8ab4aa30d8eeb54969d2a5d3f303cc955805cc21 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1