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 EF126158041 for ; Tue, 2 Apr 2024 16:32:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40585E2A0B; Tue, 2 Apr 2024 16:32:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E547E2A0B for ; Tue, 2 Apr 2024 16:32:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 382493430EF for ; Tue, 2 Apr 2024 16:32:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C072A15B2 for ; Tue, 2 Apr 2024 16:32:37 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1712075553.ed2e66491e32f1e1830164d5caf0023475bc861f.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bcc/bcc-0.30.0-r1.ebuild dev-util/bcc/bcc-0.30.0.ebuild X-VCS-Directories: dev-util/bcc/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: ed2e66491e32f1e1830164d5caf0023475bc861f X-VCS-Branch: master Date: Tue, 2 Apr 2024 16:32:37 +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: f4cb5264-55f6-484d-b14f-8c9accf455ec X-Archives-Hash: d51fbc228e69bff8ef135c3f89067c30 commit: ed2e66491e32f1e1830164d5caf0023475bc861f Author: Alfred Wingate protonmail com> AuthorDate: Mon Apr 1 17:13:43 2024 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Apr 2 16:32:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2e6649 dev-util/bcc: do not remove egg-info * You should port to PEP517, not remove package metadata. Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36046 Signed-off-by: Patrick McLean gentoo.org> dev-util/bcc/{bcc-0.30.0.ebuild => bcc-0.30.0-r1.ebuild} | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-util/bcc/bcc-0.30.0.ebuild b/dev-util/bcc/bcc-0.30.0-r1.ebuild similarity index 96% rename from dev-util/bcc/bcc-0.30.0.ebuild rename to dev-util/bcc/bcc-0.30.0-r1.ebuild index 236331466a37..26274f69ba0c 100644 --- a/dev-util/bcc/bcc-0.30.0.ebuild +++ b/dev-util/bcc/bcc-0.30.0-r1.ebuild @@ -114,8 +114,6 @@ src_configure() { src_install() { cmake_src_install - remove_egg_info() { rm -rf "${D}/$(python_get_sitedir)"/*.egg-info || die; } - python_foreach_impl remove_egg_info python_replicate_script $(grep -Flr '#!/usr/bin/python' "${ED}/usr/share/bcc/tools") python_foreach_impl python_optimize