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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2F63158087 for ; Mon, 31 Jan 2022 03:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21EA22BC007; Mon, 31 Jan 2022 03:54:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94E462BC007 for ; Mon, 31 Jan 2022 03:54:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68A2B342E70 for ; Mon, 31 Jan 2022 03:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B2DE28E for ; Mon, 31 Jan 2022 03:54:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1643600954.d4a18ac6d209a8fad9ece954c9da75f5c97434e0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gef/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gef/gef-2021.10-r1.ebuild dev-util/gef/gef-2021.10.ebuild dev-util/gef/gef-9999.ebuild X-VCS-Directories: dev-util/gef/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d4a18ac6d209a8fad9ece954c9da75f5c97434e0 X-VCS-Branch: master Date: Mon, 31 Jan 2022 03:54:06 +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: 300401cd-5129-43cd-847a-84a7c790c96d X-Archives-Hash: 7a0a456180dd5d8a6ac462308ca3cf27 commit: d4a18ac6d209a8fad9ece954c9da75f5c97434e0 Author: Sam James gentoo org> AuthorDate: Mon Jan 31 03:49:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 31 03:49:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a18ac6 dev-util/gef: strip pylint dependency We don't want this even for running test suites usually as it's not helpful/indicative downstream of whether something is working properly. Closes: https://bugs.gentoo.org/832410 Signed-off-by: Sam James gentoo.org> dev-util/gef/{gef-2021.10.ebuild => gef-2021.10-r1.ebuild} | 6 ++++++ dev-util/gef/gef-9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/dev-util/gef/gef-2021.10.ebuild b/dev-util/gef/gef-2021.10-r1.ebuild similarity index 93% rename from dev-util/gef/gef-2021.10.ebuild rename to dev-util/gef/gef-2021.10-r1.ebuild index 0d0db6c0ae2b..1591c4b14506 100644 --- a/dev-util/gef/gef-2021.10.ebuild +++ b/dev-util/gef/gef-2021.10-r1.ebuild @@ -44,6 +44,12 @@ BDEPEND="doc? ( dev-python/mkdocs ) ') )" +python_prepare_all() { + sed -i -e '/pylint/d' requirements.txt || die + + distutils-r1_python_prepare_all +} + src_compile() { # Tries to compile tests : diff --git a/dev-util/gef/gef-9999.ebuild b/dev-util/gef/gef-9999.ebuild index 0d0db6c0ae2b..1591c4b14506 100644 --- a/dev-util/gef/gef-9999.ebuild +++ b/dev-util/gef/gef-9999.ebuild @@ -44,6 +44,12 @@ BDEPEND="doc? ( dev-python/mkdocs ) ') )" +python_prepare_all() { + sed -i -e '/pylint/d' requirements.txt || die + + distutils-r1_python_prepare_all +} + src_compile() { # Tries to compile tests :