Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
Date: Tue, 29 Nov 2022 00:17:16
Message-Id: 1669680685.ec71b0316d8309caf922cfcb9a2ea51bbef4698a.ionen@gentoo
1 commit: ec71b0316d8309caf922cfcb9a2ea51bbef4698a
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 00:11:22 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 00:11:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec71b031
7
8 app-text/asciidoc: enable py3.11
9
10 Ebuild doesn't seem to run tests but upstream tests it with 3.11
11 and there's been no notable changes since this release.
12
13 Tried a few revdeps and seems fine too.
14
15 Closes: https://bugs.gentoo.org/883041
16 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
17
18 app-text/asciidoc/asciidoc-10.2.0.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/app-text/asciidoc/asciidoc-10.2.0.ebuild b/app-text/asciidoc/asciidoc-10.2.0.ebuild
22 index 9f376b493bd3..a202d21e35b6 100644
23 --- a/app-text/asciidoc/asciidoc-10.2.0.ebuild
24 +++ b/app-text/asciidoc/asciidoc-10.2.0.ebuild
25 @@ -5,7 +5,7 @@ EAPI=8
26
27 DISTUTILS_SINGLE_IMPL=1
28 DISTUTILS_USE_PEP517=setuptools
29 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
30 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
31 inherit distutils-r1 optfeature readme.gentoo-r1
32
33 DESCRIPTION="A plain text human readable/writable document format"