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 BDA27138334 for ; Wed, 11 Jul 2018 22:11:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7734E0894; Wed, 11 Jul 2018 22:11:27 +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 BACACE0894 for ; Wed, 11 Jul 2018 22:11:27 +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 CFC07335CD6 for ; Wed, 11 Jul 2018 22:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDE52374 for ; Wed, 11 Jul 2018 22:11:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1531347080.d670c98ba4d9b25c418c8bae73a8970d23de63dd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-3.4.2.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d670c98ba4d9b25c418c8bae73a8970d23de63dd X-VCS-Branch: master Date: Wed, 11 Jul 2018 22:11:22 +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: 853de093-0a66-465c-9795-5fd26edaac62 X-Archives-Hash: 416518eec4288a6c2a75ed668e0e78c0 commit: d670c98ba4d9b25c418c8bae73a8970d23de63dd Author: Michał Górny gentoo org> AuthorDate: Wed Jul 11 17:44:16 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 11 22:11:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d670c98b dev-python/pytest: Remove obsolete logic Remove obsolete chmod and sed that are not doing anything these days. dev-python/pytest/pytest-3.4.2.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index 122e1393e02..1c215e18c9c 100644 --- a/dev-python/pytest/pytest-3.4.2.ebuild +++ b/dev-python/pytest/pytest-3.4.2.ebuild @@ -49,10 +49,6 @@ python_prepare_all() { "${FILESDIR}"/pytest-3.4.2-pypy-syntaxerror-offset.patch ) - chmod o-w *egg*/* || die - # Disable versioning of py.test script to avoid collision with - # versioning performed by the eclass. - sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed" grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency" # Something in the ebuild environment causes this to hang/error.