dev-python/hacking: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:35:56 +0000 (11:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:29 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/hacking/hacking-0.10.3.ebuild
dev-python/hacking/hacking-0.9.2.ebuild
dev-python/hacking/hacking-0.9.6.ebuild
dev-python/hacking/hacking-1.1.0.ebuild

index b1bee7b936ff7d94b1c00367a126530d3b46b394..70c5421423ad6a840d031f1b0cfffafb1d11d249 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 2fec7b31ec18526dcf9a658e1289ae868af5c7ab..b354c8fcd79b8187a3b7c108d64a4a6bbdc86713 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index aba15c4f89d664096f6444fc23b55cec73f51a7f..82e43007dffe6b910c7632621d137961d168026f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index fa3885582753d00f615ca71da09872f56c3f56d0..806a3495fd5882aafce00faf23b9d172e6cf9ded 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1