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 75937138350 for ; Sat, 28 Mar 2020 11:00:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69097E0DCA; Sat, 28 Mar 2020 11:00:47 +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 4C1F3E0DCC for ; Sat, 28 Mar 2020 11:00:47 +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 5158A34F9E1 for ; Sat, 28 Mar 2020 11:00:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5E951B4 for ; Sat, 28 Mar 2020 11:00:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585393213.1c855ea2ca3f3cefb296b91002021757fb5eb20f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/websockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/websockets/websockets-8.1.ebuild X-VCS-Directories: dev-python/websockets/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1c855ea2ca3f3cefb296b91002021757fb5eb20f X-VCS-Branch: dev Date: Sat, 28 Mar 2020 11:00:42 +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: 42e8b7f6-2b1c-4aac-8fda-149359d8692b X-Archives-Hash: 046dd3aed9b1c0e1fca98ff1802df078 commit: 1c855ea2ca3f3cefb296b91002021757fb5eb20f Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 28 10:36:40 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 28 11:00:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c855ea2 dev-python/websockets: add py3_8 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/websockets/websockets-8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild index 37a9046..9307bdd 100644 --- a/dev-python/websockets/websockets-8.1.ebuild +++ b/dev-python/websockets/websockets-8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 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 CC3F7138350 for ; Sat, 28 Mar 2020 11:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D552E0E2C; Sat, 28 Mar 2020 11:08:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BC04EE0E2C for ; Sat, 28 Mar 2020 11:08:05 +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 E056B34F9F6 for ; Sat, 28 Mar 2020 11:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42B931BD for ; Sat, 28 Mar 2020 11:08:01 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585393213.1c855ea2ca3f3cefb296b91002021757fb5eb20f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/websockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/websockets/websockets-8.1.ebuild X-VCS-Directories: dev-python/websockets/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1c855ea2ca3f3cefb296b91002021757fb5eb20f X-VCS-Branch: master Date: Sat, 28 Mar 2020 11:08:01 +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: 8411be6e-c296-46e4-bccc-66a902bdd85e X-Archives-Hash: abba9d743709adce1f42662548883e5b Message-ID: <20200328110801.x5txhnazvnceUjy-vLr3CtntCadtRgFooit7tfxGX6M@z> commit: 1c855ea2ca3f3cefb296b91002021757fb5eb20f Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 28 10:36:40 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 28 11:00:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c855ea2 dev-python/websockets: add py3_8 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/websockets/websockets-8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild index 37a9046..9307bdd 100644 --- a/dev-python/websockets/websockets-8.1.ebuild +++ b/dev-python/websockets/websockets-8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1