unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: swedebugia <swedebugia@riseup.net>
To: 36409@debbugs.gnu.org
Subject: [bug#36409] [PATCH] gnu: Add beets-bandcamp.
Date: Fri, 28 Jun 2019 07:00:47 +0200	[thread overview]
Message-ID: <d8b88317-b346-6b8d-3539-f43d2b9310ab@riseup.net> (raw)
In-Reply-To: <877e968rtq.fsf@sdf.lonestar.org>

On 2019-06-28 02:41, Jakob L. Kreuze wrote:
> * gnu/packages/music.scm (beets-bandcamp): New variable.
> ---
>   gnu/packages/music.scm | 28 ++++++++++++++++++++++++++++
>   1 file changed, 28 insertions(+)
> 
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index ca9cbd3343..fd8898a706 100644
> --- a/gnu/packages/music.scm
> +++ b/gnu/packages/music.scm
> @@ -21,6 +21,7 @@
>   ;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
>   ;;; Copyright © 2019 Gabriel Hondet <gabrielhondet@gmail.com>
>   ;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
> +;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>
>   ;;;
>   ;;; This file is part of GNU Guix.
>   ;;;
> @@ -129,6 +130,7 @@
>     #:use-module (gnu packages tcl)
>     #:use-module (gnu packages texinfo)
>     #:use-module (gnu packages tex)
> +  #:use-module (gnu packages time)
>     #:use-module (gnu packages tls)
>     #:use-module (gnu packages version-control)
>     #:use-module (gnu packages video)
> @@ -2816,6 +2818,32 @@ metadata as it goes using the MusicBrainz database.  Then it provides a variety
>   of tools for manipulating and accessing your music.")
>       (license license:expat)))
>   
> +(define-public beets-bandcamp
> +  (package
> +    (name "beets-bandcamp")
> +    (version "0.1.3")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "beets-bandcamp" version))
> +              (sha256
> +               (base32
> +                "04awg0zdhhg5h510fc1p3qkvr2l1qm6nf85hlr9z8im8a7xlka0i"))))
> +    (build-system python-build-system)
> +    (arguments '(#:tests? #f)) ; there are no tests
> +    (propagated-inputs
> +     `(("beets" ,beets)
> +       ("python-isodate" ,python-isodate)))
> +    (inputs
> +     `(("python-six" ,python-six)
> +       ("python-requests" ,python-requests)
> +       ("python-beautifulsoup4" ,python-beautifulsoup4)))
> +    (home-page "https://github.com/unrblt/beets-bandcamp")
> +    (synopsis "Bandcamp plugin for beets")
> +    (description "Plugin for beets to automatically obtain tag data from
> +https://bandcamp.com/.  The plugin is also capable of getting lyrics for songs
> +and album art using the beets FetchArt plugin.")
> +    (license license:gpl2)))
> +
>   (define-public milkytracker
>     (package
>       (name "milkytracker")
> 

LGTM. It is reproducible.

-- 
Cheers Swedebugia

  reply	other threads:[~2019-06-28  5:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-28  0:41 [bug#36409] [PATCH] gnu: Add beets-bandcamp Jakob L. Kreuze
2019-06-28  5:00 ` swedebugia [this message]
2019-06-28 12:25 ` bug#36409: " Tobias Geerinckx-Rice
2019-06-28 13:42   ` [bug#36409] " Jakob L. Kreuze

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d8b88317-b346-6b8d-3539-f43d2b9310ab@riseup.net \
    --to=swedebugia@riseup.net \
    --cc=36409@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).