GNU bug report logs - #52955
[PATCH] gnu: beets-bandcamp: Fix build.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sun, 2 Jan 2022 16:58:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52955: closed ([PATCH] gnu: beets-bandcamp: Fix build.)
Date: Mon, 03 Jan 2022 03:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 2 Jan 2022 22:25:07 -0500
with message-id <YdJsk908J1kDkUWS <at> jasmine.lan>
and subject line Re: [bug#52955] [PATCH] gnu: beets-bandcamp: Fix build.
has caused the debbugs.gnu.org bug report #52955,
regarding [PATCH] gnu: beets-bandcamp: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
52955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52955
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: beets-bandcamp: Fix build.
Date: Sun,  2 Jan 2022 16:56:42 +0000
* gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add
  python-confuse, python-jellyfish, python-mediafile, python-munkres,
  python-musicbrainzngs and python-unidecode.
---
 gnu/packages/music.scm | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a9c341ad5f..c37821b49d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -40,7 +40,7 @@
 ;;; Copyright © 2021 Frank Pursel <frank.pursel <at> gmail.com>
 ;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey <at> gmail.com>
 ;;; Copyright © 2021 Justin Veilleux <terramorpha <at> cock.li>
-;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2021, 2022 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021 Simon Streit <simon <at> netpanic.org>
 ;;; Copyright © 2021 Xinglu Chen <public <at> yoctocell.xyz>
 ;;; Copyright © 2021 Thomas Albers Raviola <thomas <at> thomaslabs.org>
@@ -3875,8 +3875,17 @@ your music.")
     (build-system python-build-system)
     (arguments '(#:tests? #f))          ; there are no tests
     (propagated-inputs
-     (list beets python-isodate python-beautifulsoup4 python-requests
-           python-six))
+     (list beets
+           python-beautifulsoup4
+           python-confuse
+           python-isodate
+           python-jellyfish
+           python-mediafile
+           python-munkres
+           python-musicbrainzngs
+           python-requests
+           python-six
+           python-unidecode))
     (home-page "https://github.com/unrblt/beets-bandcamp")
     (synopsis "Bandcamp plugin for beets")
     (description
-- 
2.30.2



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 52955-done <at> debbugs.gnu.org
Subject: Re: [bug#52955] [PATCH] gnu: beets-bandcamp: Fix build.
Date: Sun, 2 Jan 2022 22:25:07 -0500
On Sun, Jan 02, 2022 at 04:56:42PM +0000, Felix Gruber wrote:
> * gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add
>   python-confuse, python-jellyfish, python-mediafile, python-munkres,
>   python-musicbrainzngs and python-unidecode.

Thanks! Pushed as 883be45584e38c8636500df1548a8f356554904f


This bug report was last modified 3 years and 142 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.