From 34f8e59053e9fa9c18ac0dc874a17b62b0434a85 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 12 Jan 2020 11:35:49 +0100 Subject: dev-python/dogpile-cache: Remove Python 2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/dogpile-cache/dogpile-cache-0.6.4.ebuild | 2 +- dev-python/dogpile-cache/dogpile-cache-0.7.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/dogpile-cache') 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 -- cgit v1.2.3-65-gdbad