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 364B3138350 for ; Fri, 24 Apr 2020 23:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70C88E0AC0; Fri, 24 Apr 2020 23:11:19 +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 4C8ABE0AB4 for ; Fri, 24 Apr 2020 23:11:19 +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 EC4BC34F1D5 for ; Fri, 24 Apr 2020 23:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B94C213 for ; Fri, 24 Apr 2020 23:11:15 +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: <1587769093.a24a33d5cf21de68039371057540185ee828d686.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: a24a33d5cf21de68039371057540185ee828d686 X-VCS-Branch: master Date: Fri, 24 Apr 2020 23:11:15 +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: b17cb1d5-4118-46aa-a9e8-79e07dba9714 X-Archives-Hash: 974498634f00259b8127ae339c5d4389 commit: a24a33d5cf21de68039371057540185ee828d686 Author: Marek Szuba gentoo org> AuthorDate: Fri Apr 24 22:58:13 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Apr 24 22:58:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24a33d5 dev-python/pslab-python: support python3_8, drop python3_6 The latter is necessary due to there being no dev-python/pyqtgraph which supports both 3.6 and 3.8. 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 ee580736dab..e87f109dd51 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_{6,7} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1