summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Pettersson <william@ewpettersson.se>2022-05-18 21:38:14 +0100
committerSam James <sam@gentoo.org>2022-05-19 02:25:21 +0000
commit73dcf9f47f0d120676d6d94b50e07f3114c3c706 (patch)
treee0e4efaefa3d14424c94f5196b9aa66cb49e3670 /app-text
parentnet-vpn/networkmanager-l2tp: EAPI 8 (diff)
downloadgentoo-73dcf9f47f0d120676d6d94b50e07f3114c3c706.tar.gz
gentoo-73dcf9f47f0d120676d6d94b50e07f3114c3c706.tar.bz2
gentoo-73dcf9f47f0d120676d6d94b50e07f3114c3c706.zip
app-text/xapers: Enable py3.10
Enables python 3.10 support. Tested locally, tests run and use appears fine. Also update copyright date Closes: https://bugs.gentoo.org/845612 Signed-off-by: William Pettersson <william@ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/25553 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xapers/xapers-0.9.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xapers/xapers-0.9.0.ebuild b/app-text/xapers/xapers-0.9.0.ebuild
index e47be22b3be4..27a7b93bf325 100644
--- a/app-text/xapers/xapers-0.9.0.ebuild
+++ b/app-text/xapers/xapers-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2016-2021 Gentoo Authors
+# Copyright 2016-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1