all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Add Attic backup program
@ 2015-08-26 17:16 Leo Famulari
  2015-08-26 17:16 ` [PATCH 1/3] gnu: Add llfuse Leo Famulari
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Leo Famulari @ 2015-08-26 17:16 UTC (permalink / raw)
  To: guix-devel

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

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

end of thread, other threads:[~2015-09-01 21:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-26 17:16 [PATCH 0/3] Add Attic backup program Leo Famulari
2015-08-26 17:16 ` [PATCH 1/3] gnu: Add llfuse Leo Famulari
2015-08-30 19:57   ` Alex Kost
2015-08-31 11:52     ` Ludovic Courtès
2015-09-01 21:04       ` Leo Famulari
2015-08-26 17:16 ` [PATCH 2/3] gnu: Add python-msgpack Leo Famulari
2015-08-30 19:57   ` Alex Kost
2015-08-31 11:55     ` Ludovic Courtès
2015-08-26 17:16 ` [PATCH 3/3] gnu: Add Attic Leo Famulari
2015-08-30 19:58   ` Alex Kost
2015-09-01 21:06     ` Leo Famulari
2015-08-30 20:05 ` [PATCH 0/3] Add Attic backup program Alex Kost
2015-08-31  3:52   ` Leo Famulari
2015-08-31 11:57     ` 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.