dev-python/retry-decorator: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:37:21 +0000 (06:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:59:13 +0000 (06:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/retry-decorator/retry-decorator-1.0.0-r1.ebuild
dev-python/retry-decorator/retry-decorator-1.0.0.ebuild

index 8883a7f3f76d049df0acc0bca35b9d19e6700288..9a0a1e26b20282b885d5b5bd93bf289cd45210ed 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index 6811aad6e89fa406502994cc2c92f283cb1d5192..45b870f72158d5d2b0690df13fd03a8e58e44be4 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 vcs-snapshot