guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] Add Attic backup program


From: Leo Famulari
Subject: [PATCH 0/3] Add Attic backup program
Date: Wed, 26 Aug 2015 13:16:24 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]