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 72568139345 for ; Thu, 1 Jul 2021 21:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 901B3E08AD; Thu, 1 Jul 2021 21:16:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 251B7E0896 for ; Thu, 1 Jul 2021 21:16:04 +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 AD11D33BEA6 for ; Thu, 1 Jul 2021 21:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 007747C8 for ; Thu, 1 Jul 2021 21:16:00 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1625174125.b5be33b909c047ae6ee57fc2a86c0527e9a3a008.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/consonance/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/consonance/consonance-0.1.3-r1.ebuild X-VCS-Directories: dev-python/consonance/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b5be33b909c047ae6ee57fc2a86c0527e9a3a008 X-VCS-Branch: master Date: Thu, 1 Jul 2021 21:16:00 +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: 129fad58-e3f6-48ef-ad84-88a2f4b9ca2f X-Archives-Hash: 7f99706235306a9f4c5a13534d9169e3 commit: b5be33b909c047ae6ee57fc2a86c0527e9a3a008 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Jul 1 20:32:31 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jul 1 21:15:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5be33b9 dev-python/consonance: add python3.10 support Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-python/consonance/consonance-0.1.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/consonance/consonance-0.1.3-r1.ebuild b/dev-python/consonance/consonance-0.1.3-r1.ebuild index 3aac46717e9..6764518f53c 100644 --- a/dev-python/consonance/consonance-0.1.3-r1.ebuild +++ b/dev-python/consonance/consonance-0.1.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS="bdepend" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1