dev-python/pyelftools: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:22:24 +0000 (20:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:37:09 +0000 (20:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyelftools/pyelftools-0.24-r1.ebuild
dev-python/pyelftools/pyelftools-0.24.ebuild
dev-python/pyelftools/pyelftools-0.25.ebuild

index 5c6ca6ce5a218078367d3350d4da52ef8d263e21..c8179c784babd0e48e519c27a7d99e1aec225ff1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"
index 1ffab9c403219d3dd524765298c9a9f7b3ae431c..f43efb8363a9e7c096f9df77e5cbe97350a2fe40 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"
index 076bc03a3ed00f9482d62cba8531139cb8593eb1..3246f249e4396f4e8a1a207296150de151df3b8a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"