summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Pettersson <william@ewpettersson.se>2021-07-17 08:09:21 +0100
committerJoonas Niilola <juippis@gentoo.org>2021-07-20 13:25:18 +0300
commitf77a499dc0d0429f800d014e1513b63493990885 (patch)
tree7fca02f17f595f676b8ac439a5c04248f5a56352 /app-text/xapers
parentdev-util/tup: upgrade to 0.7.10 (diff)
downloadgentoo-f77a499dc0d0429f800d014e1513b63493990885.tar.gz
gentoo-f77a499dc0d0429f800d014e1513b63493990885.tar.bz2
gentoo-f77a499dc0d0429f800d014e1513b63493990885.zip
app-text/xapers: Python 3.9 support
Also update copyright. Note that Python 3.10 support can't yet be tested as xapers depends on xapian-bindings Signed-off-by: William Pettersson <william@ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/21684 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/xapers')
-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 ca6cde8881d3..7be1659cd179 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-2020 Gentoo Authors
+# Copyright 2016-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1