From d2c509d4f72f48179542b5af74bb459f785f1530 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 25 Jan 2020 21:34:48 +0100 Subject: dev-python/django-cacheops: Remove Python 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/django-cacheops/django-cacheops-4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django-cacheops/django-cacheops-4.1.ebuild b/dev-python/django-cacheops/django-cacheops-4.1.ebuild index af2b57419842..b3307f6ba059 100644 --- a/dev-python/django-cacheops/django-cacheops-4.1.ebuild +++ b/dev-python/django-cacheops/django-cacheops-4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django" -- cgit v1.2.3-65-gdbad