dev-python/django-cacheops: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:34:48 +0000 (21:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:53:59 +0000 (21:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/django-cacheops/django-cacheops-4.1.ebuild

index af2b574198420e32804f7a2bfd26121b8f2700ce..b3307f6ba0594d8884a79b1ef50d1684b0607b2c 100644 (file)
@@ -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"