dev-python/dogpile-cache: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:35:49 +0000 (11:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:27 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild
dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild

index 30e7f24b67bd28fddac5b75f2820e266a9a986b7..1dab8134c6e1356fc2895249fe1158acf47cc142 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index fbd5b263597ebb3a852e0c29ec4825915d1646d2..5c7a7cc3fbec107e2b77404d25ffc8d25a59f4a2 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1