dev-python/backports-csv: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:35 +0000 (19:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:40 +0000 (19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/backports-csv/backports-csv-1.0.5.ebuild
dev-python/backports-csv/backports-csv-1.0.7.ebuild

index a1dfee00bf7b685696c6df453ad9abc844748e24..fc092d0ce82a9ebc7ee34b56ffe9180cdb78ffac 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 34ac23e9e08f25ce9470dfae7d6b695a797c4434..d9cce4776ba6f34469d654b5e798df7b4748c6ee 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