From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/6] Add borg Date: Mon, 14 Mar 2016 19:34:20 -0400 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afc0P-0000iL-S1 for guix-devel@gnu.org; Mon, 14 Mar 2016 19:34:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afc0M-0000tY-KX for guix-devel@gnu.org; Mon, 14 Mar 2016 19:34:33 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:47720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afc0M-0000tS-GM for guix-devel@gnu.org; Mon, 14 Mar 2016 19:34:30 -0400 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 AA57CC00014 for ; Mon, 14 Mar 2016 19:34:29 -0400 (EDT) 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 the borg backup program [0], which is a more actively developed fork of attic [1]. Borg is compatible with the current version of python-llfuse (1.0), but this required changes in borg [2]. Since attic has not had any updates since borg was forked, I think it's reasonable to guess that attic still requires python-llfuse@0.41. So, this patch set updates llfuse while keeping the old version around. These patches also update python-msgpack and clean up its python-2 variant. [0] http://borgbackup.readthedocs.org/en/latest/ [1] https://attic-backup.org/ [2] https://github.com/borgbackup/borg/commit/dbec05ab73b30f655021118e62bc94c547870472 Leo Famulari (6): gnu: python-msgpack: Update to 0.4.7. gnu: python-msgpack: Use 'python2-variant'. gnu: attic: Specify dependency on python-llfuse@0.41. gnu: python-llfuse: Update to 1.0, keep 0.41 variant. gnu: Add borg. gnu: python-llfuse@0.41: Update to 0.41.1. gnu/packages/backup.scm | 65 ++++++++++++++++++++++++++++++++++++++++++++++--- gnu/packages/python.scm | 48 +++++++++++++++++++++++++----------- 2 files changed, 96 insertions(+), 17 deletions(-) -- 2.6.3