Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-efl/
Date: Sun, 06 Jun 2021 05:25:23
Message-Id: 1622957045.0b5aa3dd1b32116f6b1c28cde55f2c718c689213.juippis@gentoo
1 commit: 0b5aa3dd1b32116f6b1c28cde55f2c718c689213
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 6 05:24:05 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 6 05:24:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5aa3dd
7
8 dev-python/python-efl: add python-3.10 compatibility
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-python/python-efl/python-efl-1.25.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/python-efl/python-efl-1.25.0.ebuild b/dev-python/python-efl/python-efl-1.25.0.ebuild
16 index c185d479963..a9b38a6c492 100644
17 --- a/dev-python/python-efl/python-efl-1.25.0.ebuild
18 +++ b/dev-python/python-efl/python-efl-1.25.0.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_{7..10} )
28 DISTUTILS_USE_SETUPTOOLS=no
29
30 inherit distutils-r1 flag-o-matic