From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/3] Add Attic backup program Date: Wed, 26 Aug 2015 13:16:24 -0400 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUeIY-0000wb-GO for guix-devel@gnu.org; Wed, 26 Aug 2015 13:15:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUeIU-0000Gj-9h for guix-devel@gnu.org; Wed, 26 Aug 2015 13:15:42 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:56184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUeIT-0000GQ-Qq for guix-devel@gnu.org; Wed, 26 Aug 2015 13:15:38 -0400 Received: from localhost.localdomain (c-73-188-78-184.hsd1.pa.comcast.net [73.188.78.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BCAF7C00021 for ; Wed, 26 Aug 2015 13:15:36 -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 This patchset adds the Attic backup program [1]. Your comments are requested! I read the guidelines about naming Python modules based on their Python version compatibility [2]. They don't seem to require changing the upstream name of msgpack-python to python-msgpack but I noticed that it was done for html5lib-python. Plus, package-with-python2 won't work as is on 'msgpack-python', so I made the change. If the change is not desired, I can manually create the Python 2 module, but it's nice to have it automatically generated like this. I noticed that FUSE is in linux.scm. llfuse, on the other hand, supports Linux, OS X, FreeBSD, and NetBSD, so I put it in its own module. What about a fuse module? [1] https://attic-backup.org/ [2] http://www.gnu.org/software/guix/manual/html_node/Python-Modules.html Leo Famulari (3): gnu: Add llfuse. gnu: Add python-msgpack. gnu: Add Attic. gnu-system.am | 1 + gnu/packages/backup.scm | 38 ++++++++++++++++++++++++++++++++++++-- gnu/packages/llfuse.scm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ gnu/packages/python.scm | 25 +++++++++++++++++++++++++ 4 files changed, 110 insertions(+), 2 deletions(-) create mode 100644 gnu/packages/llfuse.scm -- 2.4.3