From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D20A313933E for ; Tue, 20 Jul 2021 10:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1BE1E09C4; Tue, 20 Jul 2021 10:25:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99BDEE09C4 for ; Tue, 20 Jul 2021 10:25:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 550AF340FB3 for ; Tue, 20 Jul 2021 10:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD0527DD for ; Tue, 20 Jul 2021 10:25:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1626776718.f77a499dc0d0429f800d014e1513b63493990885.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xapers/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xapers/xapers-0.9.0.ebuild X-VCS-Directories: app-text/xapers/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f77a499dc0d0429f800d014e1513b63493990885 X-VCS-Branch: master Date: Tue, 20 Jul 2021 10:25:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b927472b-55ef-435a-ae99-146fad53aeda X-Archives-Hash: 72a5a8d0bc085e5a205266b4646f7520 commit: f77a499dc0d0429f800d014e1513b63493990885 Author: William Pettersson ewpettersson se> AuthorDate: Sat Jul 17 07:09:21 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jul 20 10:25:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77a499d 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 ewpettersson.se> Closes: https://github.com/gentoo/gentoo/pull/21684 Signed-off-by: Joonas Niilola gentoo.org> app-text/xapers/xapers-0.9.0.ebuild | 4 ++-- 1 file 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 ca6cde8881d..7be1659cd17 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