Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-cors/
Date: Tue, 24 Aug 2021 11:27:40
Message-Id: 1629804449.ff84fdaec867c47525de8e8510963a35a5164c7d.sbraz@gentoo
1 commit: ff84fdaec867c47525de8e8510963a35a5164c7d
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 11:27:24 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 11:27:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff84fdae
7
8 dev-python/aiohttp-cors: enable py3.10 and disable py3.7
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11
12 dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild
16 index 52babaa5ce5..502919c6a8b 100644
17 --- a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild
18 +++ b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28
29 inherit distutils-r1