dev-python/carbon: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:39:24 +0000 (14:39 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:42:28 +0000 (14:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/carbon/carbon-1.1.3-r1.ebuild
dev-python/carbon/carbon-1.1.5.ebuild

index 1a6e761e0a81c175dff8cf3421d7cced887ee203..9bad63510273892bf409427937d04293a9f17d7c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 7aae679f68c9950f56ce39cadc29257f0c4a8a2c..74d2937c437ce1d1d9aef56787f52e2cfe54ea02 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )  # 3.7 dropped due to dep-hell
+PYTHON_COMPAT=( python3_6 )  # 3.7 dropped due to dep-hell
 
 inherit distutils-r1