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 D51B0138359 for ; Tue, 24 Nov 2020 13:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2EAFE0828; Tue, 24 Nov 2020 13:23:43 +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 D5F11E0828 for ; Tue, 24 Nov 2020 13:23:43 +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 598FD340F34 for ; Tue, 24 Nov 2020 13:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3CC042F for ; Tue, 24 Nov 2020 13:23:40 +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: <1606224189.b9a09f2bf8d9bafe96e45c9058a879df8c6dac83.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pslab-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild X-VCS-Directories: dev-python/pslab-python/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b9a09f2bf8d9bafe96e45c9058a879df8c6dac83 X-VCS-Branch: master Date: Tue, 24 Nov 2020 13:23:40 +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: c6472302-a814-4452-b7c9-9f1a98ebd201 X-Archives-Hash: 8dd693fc4b3b4624f30f26f9ac86bf1f commit: b9a09f2bf8d9bafe96e45c9058a879df8c6dac83 Author: Marek Szuba gentoo org> AuthorDate: Tue Nov 24 13:23:09 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Nov 24 13:23:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a09f2b dev-python/pslab-python: support python3_9 Seems to work fine. Signed-off-by: Marek Szuba gentoo.org> dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild b/dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild index 0b79bdd0a05..b56fef33cdc 100644 --- a/dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild +++ b/dev-python/pslab-python/pslab-python-1.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1