Leo Famulari (2015-08-26 20:16 +0300) wrote: > 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?
Ah, sorry, I read this after replying to your 'llfuse' patch. I agree on separating fuse module, as there are several fuse-related packages (sshfs-fuse, unionfs-fuse, fuse-exfat). -- Alex