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 9DD6013835A for ; Sat, 21 Nov 2020 22:05:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E25BDE077A; Sat, 21 Nov 2020 22:05:37 +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 CE527E077A for ; Sat, 21 Nov 2020 22:05:37 +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 840A4340CDF for ; Sat, 21 Nov 2020 22:05:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03C2B462 for ; Sat, 21 Nov 2020 22:05:35 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1605996326.4c93cad59ded1be11f00850464d90b9a0faa1292.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqtgraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyqtgraph/pyqtgraph-0.11.0_rc0.ebuild X-VCS-Directories: dev-python/pyqtgraph/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4c93cad59ded1be11f00850464d90b9a0faa1292 X-VCS-Branch: master Date: Sat, 21 Nov 2020 22:05:35 +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: 6037cd2b-61ff-49b1-b5ed-8134f3ef77b8 X-Archives-Hash: d5f9724517da3cb7398656674aed8e10 commit: 4c93cad59ded1be11f00850464d90b9a0faa1292 Author: Marek Szuba gentoo org> AuthorDate: Sat Nov 21 22:00:46 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Nov 21 22:05:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c93cad5 dev-python/pyqtgraph: support python3_9 Changed with permission from mgorny on behalf of the Python project. Closes: https://bugs.gentoo.org/754024 Signed-off-by: Marek Szuba gentoo.org> dev-python/pyqtgraph/pyqtgraph-0.11.0_rc0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyqtgraph/pyqtgraph-0.11.0_rc0.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.11.0_rc0.ebuild index d6e54830b5a..c6a713fe7b5 100644 --- a/dev-python/pyqtgraph/pyqtgraph-0.11.0_rc0.ebuild +++ b/dev-python/pyqtgraph/pyqtgraph-0.11.0_rc0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1