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 2E444138359 for ; Tue, 15 Sep 2020 08:09:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3A80E0946; Tue, 15 Sep 2020 08:09:40 +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 B238FE0946 for ; Tue, 15 Sep 2020 08:09:40 +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 590C5340C4B for ; Tue, 15 Sep 2020 08:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF98337B for ; Tue, 15 Sep 2020 08:09:36 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1600157362.c6dfebb4d78d29fa0292e101c24b1ecea38f418b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild X-VCS-Directories: dev-python/spyder-notebook/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c6dfebb4d78d29fa0292e101c24b1ecea38f418b X-VCS-Branch: master Date: Tue, 15 Sep 2020 08:09:36 +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: 0796e0ca-950b-42b0-a701-75f94cfc171b X-Archives-Hash: eb8751d22590151ccd040faaff938b71 commit: c6dfebb4d78d29fa0292e101c24b1ecea38f418b Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Aug 20 09:38:07 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 15 08:09:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dfebb4 dev-python/spyder-notebook: add py3.8 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Joonas Niilola gentoo.org> dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild index 2392d07aaef..9297921518d 100644 --- a/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild +++ b/dev-python/spyder-notebook/spyder-notebook-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 virtualx