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 6646713835A for ; Thu, 13 May 2021 19:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D512E085A; Thu, 13 May 2021 19:11:15 +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 401D4E085A for ; Thu, 13 May 2021 19:11:15 +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 110E4340FC2 for ; Thu, 13 May 2021 19:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36D675B for ; Thu, 13 May 2021 19:11:11 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1620932923.055bdf5c463628bc13f931314d5a45cc736d75eb.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/identify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/identify/identify-2.2.4.ebuild X-VCS-Directories: dev-python/identify/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 055bdf5c463628bc13f931314d5a45cc736d75eb X-VCS-Branch: master Date: Thu, 13 May 2021 19:11:11 +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: dd2a0845-22bb-445d-9904-abe3155d72bd X-Archives-Hash: 1245e2cec0b2829f01ad474ee50d6b02 commit: 055bdf5c463628bc13f931314d5a45cc736d75eb Author: Marek Szuba gentoo org> AuthorDate: Thu May 13 16:58:35 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu May 13 19:08:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055bdf5c dev-python/identify: support python3_10 Dependencies are all in order, builds fine, all tests pass. Signed-off-by: Marek Szuba gentoo.org> dev-python/identify/identify-2.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/identify/identify-2.2.4.ebuild b/dev-python/identify/identify-2.2.4.ebuild index 302310afdfe..a83837f77d4 100644 --- a/dev-python/identify/identify-2.2.4.ebuild +++ b/dev-python/identify/identify-2.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1