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 AFC24138359 for ; Sat, 26 Sep 2020 09:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 062B0E0819; Sat, 26 Sep 2020 09:25:09 +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 CBF88E0819 for ; Sat, 26 Sep 2020 09:25:08 +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 D563F33E3A9 for ; Sat, 26 Sep 2020 09:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D94DD373 for ; Sat, 26 Sep 2020 09:25:05 +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: <1601112300.fd881c149c02246e43f283eabc62d897501387ef.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/i3ipc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/i3ipc/i3ipc-2.2.1.ebuild X-VCS-Directories: dev-python/i3ipc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fd881c149c02246e43f283eabc62d897501387ef X-VCS-Branch: dev Date: Sat, 26 Sep 2020 09:25:05 +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: 38f3de0a-7d44-4c40-960a-ce95c11f1df7 X-Archives-Hash: c6673fdfe0b1639656819b4ce3c836fc commit: fd881c149c02246e43f283eabc62d897501387ef Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Sep 26 09:25:00 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Sep 26 09:25:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd881c14 dev-python/i3ipc: drop py2_7 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/i3ipc/i3ipc-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1.ebuild index 8913f660..68fd9417 100644 --- a/dev-python/i3ipc/i3ipc-2.2.1.ebuild +++ b/dev-python/i3ipc/i3ipc-2.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 DESCRIPTION="An improved Python library to control i3wm and sway." 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 931CA13835A for ; Sat, 26 Sep 2020 09:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B280E0806; Sat, 26 Sep 2020 09:39:38 +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 34EC6E0806 for ; Sat, 26 Sep 2020 09:39:38 +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 58418340DBE for ; Sat, 26 Sep 2020 09:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13BAA37F for ; Sat, 26 Sep 2020 09:39:36 +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: <1601112300.fd881c149c02246e43f283eabc62d897501387ef.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/i3ipc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/i3ipc/i3ipc-2.2.1.ebuild X-VCS-Directories: dev-python/i3ipc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fd881c149c02246e43f283eabc62d897501387ef X-VCS-Branch: master Date: Sat, 26 Sep 2020 09:39: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: e86f35fb-52a2-497a-9b94-855526416063 X-Archives-Hash: 9115d7eebfd06dd7ec976e9c4c1e7039 Message-ID: <20200926093936.H5QgndtKRFjRhS9-27_MwWzoxFlk6Rc2WU0_khg0DOQ@z> commit: fd881c149c02246e43f283eabc62d897501387ef Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Sep 26 09:25:00 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Sep 26 09:25:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd881c14 dev-python/i3ipc: drop py2_7 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/i3ipc/i3ipc-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1.ebuild index 8913f660..68fd9417 100644 --- a/dev-python/i3ipc/i3ipc-2.2.1.ebuild +++ b/dev-python/i3ipc/i3ipc-2.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 DESCRIPTION="An improved Python library to control i3wm and sway."