From: Michał Górny Date: Sat, 25 Jan 2020 20:34:48 +0000 (+0100) Subject: dev-python/django-cacheops: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d2c509d4f72f48179542b5af74bb459f785f1530;p=gentoo.git dev-python/django-cacheops: Remove Python 2 Signed-off-by: Michał Górny --- 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"