Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/
Date: Tue, 14 Sep 2021 05:20:30
Message-Id: 1631596809.cf96fd8a0adbaaf25aae977d7b53a42f918fd2a7.arthurzam@gentoo
1 commit: cf96fd8a0adbaaf25aae977d7b53a42f918fd2a7
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 14 05:19:38 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 05:20:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf96fd8a
7
8 dev-python/easy-thumbnails: enable py3.10, EAPI=8
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild
16 index 609b2d2f080..fd34b655c95 100644
17 --- a/dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild
18 +++ b/dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild
19 @@ -1,10 +1,9 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 -
25 -PYTHON_COMPAT=( python3_{7..9} )
26 +EAPI=8
27
28 +PYTHON_COMPAT=( python3_{8..10} )
29 inherit distutils-r1
30
31 DESCRIPTION="Easy thumbnails for Django"