all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 00/13] Add beets and its dependencies
@ 2016-03-04  1:26 Leo Famulari
  2016-03-04  1:26 ` [PATCH 01/13] gnu: Add python-mutagen Leo Famulari
                   ` (12 more replies)
  0 siblings, 13 replies; 33+ messages in thread
From: Leo Famulari @ 2016-03-04  1:26 UTC (permalink / raw)
  To: guix-devel

These patches add beets [0] and its dependencies.

While beets has a rich ecosystem of plugins and optional features [1],
this package creates a minimal beets that offers the core feature: to
organize your music files based on their tags.

Of course, whoever wants to add those plugins is welcome to do so!

[0]
http://beets.io/

[1]
http://beets.readthedocs.org/en/v1.3.17/plugins/

Leo Famulari (13):
  gnu: Add python-mutagen.
  gnu: Add python-munkres.
  gnu: Add python-musicbrainzngs.
  gnu: Add python-flask.
  gnu: Add python-pyechonest.
  gnu: Add python-pylast.
  gnu: Add python-responses.
  gnu: Add python2-pathlib.
  gnu: Add python-mpd2.
  gnu: Add python-jellyfish.
  gnu: Add python2-unicodecsv.
  gnu: Add python-rarfile.
  gnu: Add beets.

 gnu-system.am                                      |   1 +
 gnu/packages/mpd.scm                               |  33 ++++
 gnu/packages/music.scm                             | 167 +++++++++++++++++
 .../patches/python-rarfile-fix-tests.patch         |  14 ++
 gnu/packages/python.scm                            | 204 +++++++++++++++++++++
 5 files changed, 419 insertions(+)
 create mode 100644 gnu/packages/patches/python-rarfile-fix-tests.patch

-- 
2.6.3

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2016-03-28 16:25 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04  1:26 [PATCH 00/13] Add beets and its dependencies Leo Famulari
2016-03-04  1:26 ` [PATCH 01/13] gnu: Add python-mutagen Leo Famulari
2016-03-04  1:26 ` [PATCH 02/13] gnu: Add python-munkres Leo Famulari
2016-03-04  1:26 ` [PATCH 03/13] gnu: Add python-musicbrainzngs Leo Famulari
2016-03-04  1:26 ` [PATCH 04/13] gnu: Add python-flask Leo Famulari
2016-03-04  1:26 ` [PATCH 05/13] gnu: Add python-pyechonest Leo Famulari
2016-03-04  1:26 ` [PATCH 06/13] gnu: Add python-pylast Leo Famulari
2016-03-04  1:26 ` [PATCH 07/13] gnu: Add python-responses Leo Famulari
2016-03-04  1:26 ` [PATCH 08/13] gnu: Add python2-pathlib Leo Famulari
2016-03-04  1:26 ` [PATCH 09/13] gnu: Add python-mpd2 Leo Famulari
2016-03-04  1:26 ` [PATCH 10/13] gnu: Add python-jellyfish Leo Famulari
2016-03-04  1:26 ` [PATCH 11/13] gnu: Add python2-unicodecsv Leo Famulari
2016-03-04  1:26 ` [PATCH 12/13] gnu: Add python-rarfile Leo Famulari
2016-03-04 12:42   ` Ricardo Wurmus
2016-03-04 21:29     ` Leo Famulari
2016-03-13 22:00       ` Leo Famulari
2016-03-17 21:31         ` Ricardo Wurmus
2016-03-17 21:59           ` Leo Famulari
2016-03-18  6:44             ` Efraim Flashner
2016-03-18 16:24               ` Leo Famulari
2016-03-04  1:26 ` [PATCH 13/13] gnu: Add beets Leo Famulari
2016-03-18 18:29   ` Leo Famulari
2016-03-18 20:42     ` Ludovic Courtès
2016-03-25 16:04     ` Mark H Weaver
2016-03-25 17:27       ` Leo Famulari
2016-03-25 23:37         ` Alex Griffin
2016-03-26  0:30           ` Leo Famulari
2016-03-26  0:40             ` Leo Famulari
2016-03-26 11:41             ` Ludovic Courtès
2016-03-26 14:58               ` Alex Griffin
2016-03-27 21:36                 ` Leo Famulari
2016-03-27 22:25                   ` Leo Famulari
2016-03-28 16:25                 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.