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 15BB91382C5 for ; Sat, 27 Mar 2021 18:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61971E0822; Sat, 27 Mar 2021 18:36:00 +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 4AB4EE0822 for ; Sat, 27 Mar 2021 18:36:00 +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 19487340D1B for ; Sat, 27 Mar 2021 18:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81EBB63B for ; Sat, 27 Mar 2021 18:35:56 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1616870130.8ec9125e5aef92c86feaf521c7ddd0f27d71d5b7.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/schedule/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/schedule/schedule-1.0.0.ebuild X-VCS-Directories: dev-python/schedule/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 8ec9125e5aef92c86feaf521c7ddd0f27d71d5b7 X-VCS-Branch: dev Date: Sat, 27 Mar 2021 18:35:56 +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: 3369fc43-90e8-4526-91e4-008cfaa09a3f X-Archives-Hash: 7a16f079226e249247fd101091232147 commit: 8ec9125e5aef92c86feaf521c7ddd0f27d71d5b7 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Mar 27 18:35:30 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Mar 27 18:35:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ec9125e dev-python/schedule: remove pypy3 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/schedule/schedule-1.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/schedule/schedule-1.0.0.ebuild b/dev-python/schedule/schedule-1.0.0.ebuild index e9121cbbd..2ddaa3244 100644 --- a/dev-python/schedule/schedule-1.0.0.ebuild +++ b/dev-python/schedule/schedule-1.0.0.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +#pypy3 fails tests +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1