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/configargparse/
Date: Thu, 12 May 2022 19:21:35
Message-Id: 1652383161.89ccdf03bf8828283ebc5ebff1e13883c9a5f333.arthurzam@gentoo
1 commit: 89ccdf03bf8828283ebc5ebff1e13883c9a5f333
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 19:19:21 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 19:19:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ccdf03
7
8 dev-python/configargparse: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/configargparse/configargparse-1.5.3.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/configargparse/configargparse-1.5.3.ebuild b/dev-python/configargparse/configargparse-1.5.3.ebuild
16 index e3727ceb7ab1..715bdebb734a 100644
17 --- a/dev-python/configargparse/configargparse-1.5.3.ebuild
18 +++ b/dev-python/configargparse/configargparse-1.5.3.ebuild
19 @@ -1,9 +1,10 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +DISTUTILS_USE_PEP517=setuptools
28 +PYTHON_COMPAT=( python3_{8..11} )
29 inherit distutils-r1
30
31 MY_PN="ConfigArgParse"