Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doctest-ignore-unicode/
Date: Thu, 03 Nov 2022 22:37:41
Message-Id: 1667515020.d245663aeb00683eee2a159e23b23fd3a16376ee.conikost@gentoo
1 commit: d245663aeb00683eee2a159e23b23fd3a16376ee
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 20:10:56 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 22:37:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d245663a
7
8 dev-python/doctest-ignore-unicode: add python3.11 support
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 .../doctest-ignore-unicode/doctest-ignore-unicode-0.1.2-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2-r1.ebuild b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2-r1.ebuild
16 index 1880d40fc52b..84942a9b10c7 100644
17 --- a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2-r1.ebuild
18 +++ b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2-r1.ebuild
19 @@ -4,7 +4,8 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="Add flag to ignore unicode literal prefixes in doctests"