dev-python/curtsies: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Fri, 24 Jan 2020 07:47:35 +0000 (08:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 24 Jan 2020 19:18:38 +0000 (20:18 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/curtsies/curtsies-0.2.11.ebuild
dev-python/curtsies/curtsies-0.3.0-r1.ebuild
dev-python/curtsies/curtsies-0.3.0.ebuild

index 17c9f3c0540be13e1cc91175ddcf4f962c2685a6..17c3d32d80d13a1f91e2b4a5ac0995c71b80ccb2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 0972d4ae5a761ab4ab93c33254669dd582595ed3..187e333440d4ba6d0f575b419bb4d0179bed975c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 29bc3515e92052b8d109122eb0cf1edb5b7ec6e1..7b95f13df5179e4ecdfcd376584a4e4d62b145ea 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1