From: Michał Górny Date: Sun, 12 Jan 2020 10:35:49 +0000 (+0100) Subject: dev-python/dogpile-cache: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=34f8e59053e9fa9c18ac0dc874a17b62b0434a85;p=gentoo.git dev-python/dogpile-cache: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild index 30e7f24b67bd..1dab8134c6e1 100644 --- a/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild +++ b/dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild @@ -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 diff --git a/dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild index fbd5b263597e..5c7a7cc3fbec 100644 --- a/dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild +++ b/dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild @@ -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