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 3C7D413835A for ; Sun, 28 Mar 2021 22:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55582E087A; Sun, 28 Mar 2021 22:16:20 +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 3E666E087A for ; Sun, 28 Mar 2021 22:16:20 +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 B5C12340E8D for ; Sun, 28 Mar 2021 22:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C23A633 for ; Sun, 28 Mar 2021 22:16:17 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1616969761.33b3fcc5a4e59b32ef7aa3a29fe296fc4d8cb76c.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-testing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild X-VCS-Directories: dev-python/sphinx-testing/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 33b3fcc5a4e59b32ef7aa3a29fe296fc4d8cb76c X-VCS-Branch: master Date: Sun, 28 Mar 2021 22:16:17 +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: a0959e9b-50dd-4977-b6a4-e74e6bea66e7 X-Archives-Hash: 9ace6ac27185d09aafa8399048a20ae2 commit: 33b3fcc5a4e59b32ef7aa3a29fe296fc4d8cb76c Author: Brian Dolbec gentoo org> AuthorDate: Sun Mar 28 19:41:54 2021 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Mar 28 22:16:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b3fcc5 dev-python/sphinx-testing: Add py3.9 to python_compat Required for sphinxcontrib-blockdiag (buildbot-3.02) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Brian Dolbec gentoo.org> dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild index 5e2e4388678..dfd06d45edc 100644 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.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,8,9} ) inherit distutils-r1