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 2EC4E13835A for ; Sat, 27 Feb 2021 20:57:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63A07E092B; Sat, 27 Feb 2021 20:57:56 +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 4B0AAE092B for ; Sat, 27 Feb 2021 20:57:56 +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 43080341122 for ; Sat, 27 Feb 2021 20:57:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2462532 for ; Sat, 27 Feb 2021 20:57:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614459468.0418ef0ba30ba295b5b7b0c8d3da7bdcc07a47c8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/urwidtrees/urwidtrees-1.0.3.ebuild X-VCS-Directories: dev-python/urwidtrees/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0418ef0ba30ba295b5b7b0c8d3da7bdcc07a47c8 X-VCS-Branch: master Date: Sat, 27 Feb 2021 20:57:53 +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: fc7c34e6-b831-4d27-921a-678c862dfb95 X-Archives-Hash: 5876d5b0e7ebd3240bc2694d1fc0b403 commit: 0418ef0ba30ba295b5b7b0c8d3da7bdcc07a47c8 Author: Sam James gentoo org> AuthorDate: Sat Feb 27 20:42:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 20:57:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0418ef0b dev-python/urwidtrees: add Python 3.9 Signed-off-by: Sam James gentoo.org> dev-python/urwidtrees/urwidtrees-1.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild index 2062d498b68..b78d5b64588 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.3.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=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1