dev-python/pyaes: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:01:45 +0000 (20:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:12:40 +0000 (20:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyaes/pyaes-1.6.0.ebuild
dev-python/pyaes/pyaes-1.6.1-r1.ebuild

index 9d6d55e334054a01be38146d53559a74f10ddec7..aa569abf1dfed1cb9eb89ffd40fd4c5c534e38b4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 11179bd2874fd90f243140eb89948a699b17797f..f6806c7c8c2d1979bee208beab4b0f3e5743c708 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1