dev-python/diskcache: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:31:00 +0000 (21:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:53:53 +0000 (21:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/diskcache/diskcache-2.8.3.ebuild
dev-python/diskcache/diskcache-3.1.0.ebuild

index cec791888f3dec9b17c04c7836ecfe59e9a2f4ad..328f08ab6a9bd97cd99d1cdcca3538b9e2e8cd22 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 75f0ba257bfd345facc084f0c090ccf26e862dce..9e00a673ba0497e8008b1af46823e9bf19cb7683 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1