dev-python/doit-py: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:06:50 +0000 (16:06 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 2 Feb 2020 15:34:16 +0000 (16:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/doit-py/doit-py-0.4.0-r1.ebuild
dev-python/doit-py/doit-py-0.4.0.ebuild

index 9fe25b87fc93aeaa35e0ec81c8bcb041d42553b0..a59f473199b6e1e6489b673c7fcfa10bf33a6f61 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} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 4aa92b6718e443014ad24ec7d511a7da130c015e..692ebc3ca00874493c58c869a4a2000bc6d23cf9 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