From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id C19CF1584F2 for ; Tue, 18 Mar 2025 15:37:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AC7FF343226 for ; Tue, 18 Mar 2025 15:37:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7DB8A11037F; Tue, 18 Mar 2025 15:37:55 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 7276A11037F for ; Tue, 18 Mar 2025 15:37:55 +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 1FF41343215 for ; Tue, 18 Mar 2025 15:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD71A20CF for ; Tue, 18 Mar 2025 15:37:53 +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: <1742312235.81c1d3e446cc077955e8811b6b6464bb2efe5f44.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/totem/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/totem/totem-43.0-r1.ebuild media-video/totem/totem-43.1.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 81c1d3e446cc077955e8811b6b6464bb2efe5f44 X-VCS-Branch: master Date: Tue, 18 Mar 2025 15:37:53 +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: 1dee9aa6-6616-4e7e-a28e-682c92183348 X-Archives-Hash: 716ba1bffcee09cc88ff7a728b8a2844 commit: 81c1d3e446cc077955e8811b6b6464bb2efe5f44 Author: Sam James gentoo org> AuthorDate: Tue Mar 18 15:30:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 18 15:37:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c1d3e4 media-video/totem: don't run pylint tests They're style tests and fail on uninteresting changes in Python, not our job. They also don't tell us anything about whether the package works. Signed-off-by: Sam James gentoo.org> media-video/totem/totem-43.0-r1.ebuild | 10 +++++++++- media-video/totem/totem-43.1.ebuild | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/media-video/totem/totem-43.0-r1.ebuild b/media-video/totem/totem-43.0-r1.ebuild index 500638a0f4ac..eaa24bc5629f 100644 --- a/media-video/totem/totem-43.0-r1.ebuild +++ b/media-video/totem/totem-43.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -91,6 +91,13 @@ src_prepare() { } src_configure() { + local native_file="${T}"/meson.ini.local + # We don't want to run pylint tests. They're only for style. + cat >> ${native_file} <<-EOF || die + [binaries] + pylint='pylint-falseified' + EOF + local emesonargs=( -Dhelp=true -Denable-easy-codec-installation=yes @@ -101,6 +108,7 @@ src_configure() { -Dprofile=default -Dinspector-page=false -Dgst-inspect=false + --native-file "${native_file}" ) meson_src_configure } diff --git a/media-video/totem/totem-43.1.ebuild b/media-video/totem/totem-43.1.ebuild index 4b083245da72..076f4daf18c0 100644 --- a/media-video/totem/totem-43.1.ebuild +++ b/media-video/totem/totem-43.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -90,6 +90,13 @@ src_prepare() { } src_configure() { + local native_file="${T}"/meson.ini.local + # We don't want to run pylint tests. They're only for style. + cat >> ${native_file} <<-EOF || die + [binaries] + pylint='pylint-falseified' + EOF + local emesonargs=( -Dhelp=true -Denable-easy-codec-installation=yes @@ -100,6 +107,7 @@ src_configure() { -Dprofile=default -Dinspector-page=false -Dgst-inspect=false + --native-file "${native_file}" ) meson_src_configure }