From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1196402-garchives=archives.gentoo.org@lists.gentoo.org> 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 0316513835A for <garchives@archives.gentoo.org>; Fri, 14 Aug 2020 23:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4B84E0894; Fri, 14 Aug 2020 23:22:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B77BDE0894 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Aug 2020 23:22:23 +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 57E3534F36C for <gentoo-commits@lists.gentoo.org>; Fri, 14 Aug 2020 23:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD91331A for <gentoo-commits@lists.gentoo.org>; Fri, 14 Aug 2020 23:22:20 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1597447288.95141f813ce4e68bb723692c1da2e906e32ce99d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eventlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/eventlet/eventlet-0.25.1-r1.ebuild X-VCS-Directories: dev-python/eventlet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 95141f813ce4e68bb723692c1da2e906e32ce99d X-VCS-Branch: master Date: Fri, 14 Aug 2020 23:22:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 793f2f0b-4c0a-4370-9899-2a4e462fe4fb X-Archives-Hash: 45e1d2fefbb01fcc41be728ce2ea6f11 commit: 95141f813ce4e68bb723692c1da2e906e32ce99d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 3 21:23:50 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Aug 14 23:21:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95141f81 dev-python/eventlet: Drop superfluous calls to python_is_python3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-python/eventlet/eventlet-0.25.1-r1.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-python/eventlet/eventlet-0.25.1-r1.ebuild b/dev-python/eventlet/eventlet-0.25.1-r1.ebuild index d992f5472e7..f00090d518b 100644 --- a/dev-python/eventlet/eventlet-0.25.1-r1.ebuild +++ b/dev-python/eventlet/eventlet-0.25.1-r1.ebuild @@ -58,13 +58,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_prepare() { - if ! python_is_python3; then - # this is for python3 only - rm -r eventlet/green/http || die - fi -} - python_install_all() { if use examples; then docompress -x "/usr/share/doc/${PF}/examples"