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 51D6813835B for ; Tue, 2 Mar 2021 08:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95882E0B7D; Tue, 2 Mar 2021 08:40:40 +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 7E73FE0B7D for ; Tue, 2 Mar 2021 08:40:40 +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 9CF263411A4 for ; Tue, 2 Mar 2021 08:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEFC2583 for ; Tue, 2 Mar 2021 08:40:36 +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: <1614674407.ee922984f79b563dde2c37388fce2463c982bb37.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/poyo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/poyo/poyo-0.5.0.ebuild X-VCS-Directories: dev-python/poyo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee922984f79b563dde2c37388fce2463c982bb37 X-VCS-Branch: master Date: Tue, 2 Mar 2021 08:40:36 +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: f5de3b7d-c69b-47f8-a251-5ca058401f7b X-Archives-Hash: 534f8d1c963bca6e39f39e93b8d71f30 commit: ee922984f79b563dde2c37388fce2463c982bb37 Author: Sam James gentoo org> AuthorDate: Tue Mar 2 07:55:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 2 08:40:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee922984 dev-python/poyo: add Python 3.9 Signed-off-by: Sam James gentoo.org> dev-python/poyo/poyo-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/poyo/poyo-0.5.0.ebuild b/dev-python/poyo/poyo-0.5.0.ebuild index 4c2d64f55a1..c593fc2968c 100644 --- a/dev-python/poyo/poyo-0.5.0.ebuild +++ b/dev-python/poyo/poyo-0.5.0.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 DESCRIPTION="A lightweight YAML Parser for Python"