From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 00/13] Add beets and its dependencies Date: Thu, 3 Mar 2016 20:26:26 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abeVy-0008PO-Lu for guix-devel@gnu.org; Thu, 03 Mar 2016 20:26:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abeVv-0002VR-Az for guix-devel@gnu.org; Thu, 03 Mar 2016 20:26:46 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abeVv-0002VG-4J for guix-devel@gnu.org; Thu, 03 Mar 2016 20:26:43 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 8F4E4C0001F for ; Thu, 3 Mar 2016 20:26:42 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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