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 E228E138334 for ; Wed, 4 Dec 2019 00:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED776E0872; Wed, 4 Dec 2019 00:51:49 +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 A8C5FE0872 for ; Wed, 4 Dec 2019 00:51:49 +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 7A43834D78A for ; Wed, 4 Dec 2019 00:51:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDBCA8B8 for ; Wed, 4 Dec 2019 00:51:46 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575420689.d040cfcf1aa83db862d2ae6a71dee5908de302df.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pynacl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pynacl/pynacl-1.3.0.ebuild X-VCS-Directories: dev-python/pynacl/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d040cfcf1aa83db862d2ae6a71dee5908de302df X-VCS-Branch: master Date: Wed, 4 Dec 2019 00:51:46 +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: 3994fe25-4bc8-44d5-828e-be3e32e0464e X-Archives-Hash: f870c044c8f54c8828f15817d5a4db44 commit: d040cfcf1aa83db862d2ae6a71dee5908de302df Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 3 23:18:14 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 4 00:51:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d040cfcf dev-python/pynacl: python3_8 Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13855 Signed-off-by: Aaron Bauman gentoo.org> dev-python/pynacl/pynacl-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pynacl/pynacl-1.3.0.ebuild b/dev-python/pynacl/pynacl-1.3.0.ebuild index 391ddc75589..ee7d75dcf92 100644 --- a/dev-python/pynacl/pynacl-1.3.0.ebuild +++ b/dev-python/pynacl/pynacl-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7}) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8}) inherit distutils-r1