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 AC1E91382C5 for ; Wed, 2 Dec 2020 22:29:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07A72E086A; Wed, 2 Dec 2020 22:29:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E736CE086A for ; Wed, 2 Dec 2020 22:29:10 +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 05C4D340F46 for ; Wed, 2 Dec 2020 22:29:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E98C479 for ; Wed, 2 Dec 2020 22:29:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606948142.21529438b998b69e63b8384548c25b921186b49b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/itypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/itypes/itypes-1.1.0.ebuild X-VCS-Directories: dev-python/itypes/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 21529438b998b69e63b8384548c25b921186b49b X-VCS-Branch: master Date: Wed, 2 Dec 2020 22:29:07 +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: 65aabe6a-e082-4e86-884e-61d4979406f9 X-Archives-Hash: 80e105d918b7f9fedb81765dedb21dd6 commit: 21529438b998b69e63b8384548c25b921186b49b Author: Aaron Bauman gentoo org> AuthorDate: Wed Dec 2 22:28:36 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 2 22:29:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21529438 dev-python/itypes: add py3_{8,9} Signed-off-by: Aaron Bauman gentoo.org> dev-python/itypes/itypes-1.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/itypes/itypes-1.1.0.ebuild b/dev-python/itypes/itypes-1.1.0.ebuild index 76e5dd50b66..49a1f431da6 100644 --- a/dev-python/itypes/itypes-1.1.0.ebuild +++ b/dev-python/itypes/itypes-1.1.0.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6..9} ) + inherit distutils-r1 DESCRIPTION="basic immutable container types for python"