From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1256982-garchives=archives.gentoo.org@lists.gentoo.org> 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 5862A1382C5 for <garchives@archives.gentoo.org>; Tue, 2 Mar 2021 21:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48084E08FE; Tue, 2 Mar 2021 21:33:45 +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 30E7FE08FE for <gentoo-commits@lists.gentoo.org>; Tue, 2 Mar 2021 21:33:45 +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 A98DD340DBA for <gentoo-commits@lists.gentoo.org>; Tue, 2 Mar 2021 21:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB5C846B for <gentoo-commits@lists.gentoo.org>; Tue, 2 Mar 2021 21:33:41 +0000 (UTC) From: "Mike Frysinger" <vapier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <1614720727.6f2041cd5d0a63b95e69d524a41ddc4c03794c3a.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/retry-decorator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/retry-decorator/retry-decorator-1.1.1.ebuild X-VCS-Directories: dev-python/retry-decorator/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 6f2041cd5d0a63b95e69d524a41ddc4c03794c3a X-VCS-Branch: master Date: Tue, 2 Mar 2021 21:33:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d1a5732-461d-4a5a-ac6d-af173223a3ac X-Archives-Hash: 4cd5388b3192d7ca8333f9e04c18ff5d commit: 6f2041cd5d0a63b95e69d524a41ddc4c03794c3a Author: Mike Frysinger <vapier <AT> chromium <DOT> org> AuthorDate: Tue Mar 2 21:09:20 2021 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Mar 2 21:32:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2041cd dev-python/retry-decorator: add python3.9 support Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> dev-python/retry-decorator/retry-decorator-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild index b00d1727c32..ae3d1adf054 100644 --- a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild @@ -1,8 +1,8 @@ -# 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..9} ) inherit distutils-r1