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 D512F138350 for ; Mon, 16 Mar 2020 08:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEDF8E0B0A; Mon, 16 Mar 2020 08:56:08 +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 BE5FAE0B0A for ; Mon, 16 Mar 2020 08:56:08 +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 8398D34F181 for ; Mon, 16 Mar 2020 08:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22C55AF for ; Mon, 16 Mar 2020 08:56: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: <1584348821.fd496eaaa40af093caeaeb5cf04d2c7cf302618a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aionotify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aionotify/aionotify-0.2.0.ebuild X-VCS-Directories: dev-python/aionotify/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fd496eaaa40af093caeaeb5cf04d2c7cf302618a X-VCS-Branch: dev Date: Mon, 16 Mar 2020 08:56: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: 5ca9c9a2-7418-48ea-a607-90bd0b583ae5 X-Archives-Hash: 446bc7cbaac0d58fe7dc688a3535e38c Message-ID: <20200316085605.MALq3O6pcw5p6bSPmKY7F8u5KxHc8rVx_oEnCA0z6DE@z> commit: fd496eaaa40af093caeaeb5cf04d2c7cf302618a Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Mar 16 08:53:41 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Mar 16 08:53:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd496eaa dev-python/aionotify: remove py3_8 and pypy these are not supported by dependency asynctest and repoman is complaining about it Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aionotify/aionotify-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aionotify/aionotify-0.2.0.ebuild b/dev-python/aionotify/aionotify-0.2.0.ebuild index 6d6a49c..308dbee 100644 --- a/dev-python/aionotify/aionotify-0.2.0.ebuild +++ b/dev-python/aionotify/aionotify-0.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1