From unknown Thu Jun 19 14:01:36 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60970 <60970@debbugs.gnu.org> To: bug#60970 <60970@debbugs.gnu.org> Subject: Status: [PATCH] gnu: mpdris2: Remove input latels and add inputs. Reply-To: bug#60970 <60970@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:01:36 +0000 retitle 60970 [PATCH] gnu: mpdris2: Remove input latels and add inputs. reassign 60970 guix-patches submitter 60970 Simon Streit severity 60970 normal tag 60970 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 20 14:07:36 2023 Received: (at submit) by debbugs.gnu.org; 20 Jan 2023 19:07:36 +0000 Received: from localhost ([127.0.0.1]:47108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIwjf-0005gn-Tv for submit@debbugs.gnu.org; Fri, 20 Jan 2023 14:07:36 -0500 Received: from lists.gnu.org ([209.51.188.17]:60084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIwjd-0005ge-LE for submit@debbugs.gnu.org; Fri, 20 Jan 2023 14:07:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pIwjd-0005Ie-9K for guix-patches@gnu.org; Fri, 20 Jan 2023 14:07:33 -0500 Received: from smtprelay02.ispgateway.de ([80.67.18.14]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pIwja-0000Py-H3 for guix-patches@gnu.org; Fri, 20 Jan 2023 14:07:32 -0500 Received: from [93.195.172.59] (helo=motorball.tsis.home.arpa) by smtprelay02.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1pIwk9-0004ir-9o; Fri, 20 Jan 2023 20:08:05 +0100 From: Simon Streit To: guix-patches@gnu.org Subject: [PATCH] gnu: mpdris2: Remove input latels and add inputs. Date: Fri, 20 Jan 2023 20:07:09 +0100 Message-Id: <20230120190709.25413-1-simon@netpanic.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Df-Sender: c2ltb25AbmV0cGFuaWMub3Jn Received-SPF: none client-ip=80.67.18.14; envelope-from=simon@netpanic.org; helo=smtprelay02.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Simon Streit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/mpd.scm (mpdris2)[inputs]: Remove labels. Add bash-minimal and python-mutagen. [native-inputs]: Remove labels. --- gnu/packages/mpd.scm | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 63163e09dc..7d6b05f99e 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2019 Evan Straw ;;; Copyright © 2020, 2021 Ricardo Wurmus ;;; Copyright © 2020 Lars-Dominik Braun -;;; Copyright © 2020–2022 Simon Streit +;;; Copyright © 2020–2023 Simon Streit ;;; Copyright © 2021 Noah Evans ;;; ;;; This file is part of GNU Guix. @@ -442,15 +442,17 @@ (define-public mpdris2 (wrap-program (string-append out "/bin/mpDris2") `("GUIX_PYTHONPATH" ":" prefix (,python-path))) #t)))))) - (inputs - (list python-mpd2 python-dbus python-pygobject python)) ; Sets GUIX_PYTHONPATH. - ;; For bootstrapping. - (native-inputs - `(("autoconf" ,autoconf) - ("automake" ,automake) - ("gettext" ,gettext-minimal) - ("which" ,which) - ("intltool" ,intltool))) + (inputs (list bash-minimal + python + python-dbus + python-mpd2 + python-mutagen + python-pygobject)) + (native-inputs (list autoconf + automake + gettext-minimal + intltool + which)) (synopsis "MPRIS V2.1 support for MPD") (description "Client for the Music Player Daemon providing MPRIS 2 support") -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 09:41:36 2023 Received: (at 60970-done) by debbugs.gnu.org; 23 Feb 2023 14:41:36 +0000 Received: from localhost ([127.0.0.1]:33551 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVCmu-0006yy-76 for submit@debbugs.gnu.org; Thu, 23 Feb 2023 09:41:36 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:36627) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVCms-0006yh-2p for 60970-done@debbugs.gnu.org; Thu, 23 Feb 2023 09:41:34 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 4BDB11BF203; Thu, 23 Feb 2023 14:41:26 +0000 (UTC) From: Nicolas Goaziou To: Simon Streit Subject: Re: [bug#60970] [PATCH] gnu: mpdris2: Remove input latels and add inputs. References: <20230120190709.25413-1-simon@netpanic.org> Date: Thu, 23 Feb 2023 15:41:24 +0100 In-Reply-To: <20230120190709.25413-1-simon@netpanic.org> (Simon Streit's message of "Fri, 20 Jan 2023 20:07:09 +0100") Message-ID: <87h6vco357.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 60970-done Cc: 60970-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Simon Streit writes: > * gnu/packages/mpd.scm (mpdris2)[inputs]: Remove labels. Add bash-minimal and > python-mutagen. [native-inputs]: Remove labels. Thank you. I applied it and took the liberty to further improve package style (using G-expressions, and using complete sentences in the description). Regards, -- Nicolas Goaziou From unknown Thu Jun 19 14:01:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Mar 2023 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator