From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A86541384B4 for ; Tue, 8 Dec 2015 15:38:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BB1621C057; Tue, 8 Dec 2015 15:38:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C13B21C057 for ; Tue, 8 Dec 2015 15:38:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EF3B340861 for ; Tue, 8 Dec 2015 15:38:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79D36C78 for ; Tue, 8 Dec 2015 15:38:51 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449589129.a46e9dbba8ef18a9e1e519ccd6a92f320c7e3d58.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-2.8.4.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a46e9dbba8ef18a9e1e519ccd6a92f320c7e3d58 X-VCS-Branch: master Date: Tue, 8 Dec 2015 15:38:51 +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-Archives-Salt: 6fde7b3a-d7d6-45da-99f3-5e6f0d1cef2b X-Archives-Hash: 9cbba0121462a207ebb37d9e7bb6c399 commit: a46e9dbba8ef18a9e1e519ccd6a92f320c7e3d58 Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 8 15:38:39 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 8 15:38:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46e9dbb dev-python/pytest: Drop unnecessary cleaup Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/pytest/pytest-2.8.4.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/pytest/pytest-2.8.4.ebuild b/dev-python/pytest/pytest-2.8.4.ebuild index 7d1ea6c..f8a1f8a 100644 --- a/dev-python/pytest/pytest-2.8.4.ebuild +++ b/dev-python/pytest/pytest-2.8.4.ebuild @@ -54,9 +54,6 @@ python_prepare_all() { -e 's:test_logging_initialized_in_test:_&:g' \ -i testing/test_capture.py || die - find \( -name __pycache__ -o -name "*.pyc" -o -name "*.pyo" \) \ - -exec rm -rvf '{}' + || die - distutils-r1_python_prepare_all }