dev-python/python-augeas: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:12:58 +0000 (21:12 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:46:49 +0000 (21:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-augeas/python-augeas-0.5.0.ebuild
dev-python/python-augeas/python-augeas-1.0.3.ebuild

index 91a7f39177ec6a18062cff1873c22211ac71f470..01717f456dbfe7534fd83b0bf692b13d72ef70b6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index 2ea047133647948bb6ac9e509361d30fc49a8daf..2e5aaf2f767ee8018f75726c09582eff25b7b9b4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1