Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapers/
Date: Thu, 19 May 2022 02:25:48
Message-Id: 1652927121.73dcf9f47f0d120676d6d94b50e07f3114c3c706.sam@gentoo
1 commit: 73dcf9f47f0d120676d6d94b50e07f3114c3c706
2 Author: William Pettersson <william <AT> ewpettersson <DOT> se>
3 AuthorDate: Wed May 18 20:38:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 02:25:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dcf9f4
7
8 app-text/xapers: Enable py3.10
9
10 Enables python 3.10 support. Tested locally, tests run and use appears
11 fine. Also update copyright date
12
13 Closes: https://bugs.gentoo.org/845612
14 Signed-off-by: William Pettersson <william <AT> ewpettersson.se>
15 Closes: https://github.com/gentoo/gentoo/pull/25553
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 app-text/xapers/xapers-0.9.0.ebuild | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/app-text/xapers/xapers-0.9.0.ebuild b/app-text/xapers/xapers-0.9.0.ebuild
22 index e47be22b3be4..27a7b93bf325 100644
23 --- a/app-text/xapers/xapers-0.9.0.ebuild
24 +++ b/app-text/xapers/xapers-0.9.0.ebuild
25 @@ -1,9 +1,9 @@
26 -# Copyright 2016-2021 Gentoo Authors
27 +# Copyright 2016-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31
32 -PYTHON_COMPAT=( python3_{7..9} )
33 +PYTHON_COMPAT=( python3_{7..10} )
34
35 inherit distutils-r1