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 C424A1382C5 for ; Tue, 16 Feb 2021 21:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE97FE0855; Tue, 16 Feb 2021 21:10:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DB300E0855 for ; Tue, 16 Feb 2021 21:10:56 +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 E80963413B4 for ; Tue, 16 Feb 2021 21:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB36B4EF for ; Tue, 16 Feb 2021 21:10:52 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1613472829.e24a2e41ecf6d6c729e9add01a925f80bd5549ce.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyfiglet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild X-VCS-Directories: dev-python/pyfiglet/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: e24a2e41ecf6d6c729e9add01a925f80bd5549ce X-VCS-Branch: master Date: Tue, 16 Feb 2021 21:10:52 +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: e9396957-ddc1-4558-ac00-98ca80d44bd2 X-Archives-Hash: 81a151f15fdacd34225ca4b3be8bfda7 commit: e24a2e41ecf6d6c729e9add01a925f80bd5549ce Author: Simon van der Maas protonmail com> AuthorDate: Tue Feb 16 10:53:49 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 10:53:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e24a2e41 dev-python/pyfiglet: updated python versions Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas protonmail.com> dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild index 35776c9e..9ac98a1e 100644 --- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild +++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.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 ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1