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 D076813933E for ; Tue, 13 Jul 2021 13:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA3F8E0CCA; Tue, 13 Jul 2021 13:44:07 +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 D386AE0CCA for ; Tue, 13 Jul 2021 13:44:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 30FEF340139 for ; Tue, 13 Jul 2021 13:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FBD77C7 for ; Tue, 13 Jul 2021 13:44:04 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1626182980.0cbf77b42d415e85aa82910dfa889e99d94bb5a9.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/path-and-address/path-and-address-2.0.1.ebuild X-VCS-Directories: dev-python/path-and-address/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 0cbf77b42d415e85aa82910dfa889e99d94bb5a9 X-VCS-Branch: master Date: Tue, 13 Jul 2021 13:44:04 +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: aa7694a3-af9b-4813-85ee-c623227025c0 X-Archives-Hash: 667a183593c862dac14ee2f10d990813 commit: 0cbf77b42d415e85aa82910dfa889e99d94bb5a9 Author: Ben Kohler gentoo org> AuthorDate: Tue Jul 13 13:18:05 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jul 13 13:29:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbf77b4 dev-python/path-and-address: add python3_10 compat Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild index 3d9dabb3977..f592333b039 100644 --- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild +++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1