Re: Patches to add s3cmd and python-magic

2016-03-30 Thread Ludovic Courtès
Chris Marusich skribis: > From dfdaa5de44cf713bda0a5d907cbcc3ee986aa3f5 Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Sun, 27 Mar 2016 19:10:48 -0700 > Subject: [PATCH 1/3] gnu: Add python-magic. > > * gnu/packages/python.scm (python-magic, python2-magic): New variables. Applied. I’v

Re: Patches to add s3cmd and python-magic

2016-03-30 Thread Chris Marusich
Hi Ludo, Thank you for the thoughtful response. I've updated the s3cmd description per your suggestions. Please let me know if any additional changes are needed. I've also attached one more small patch which adds some information that I felt was missing from the Manual regarding the python-buil

Re: Patches to add s3cmd and python-magic

2016-03-30 Thread Ludovic Courtès
Chris Marusich skribis: > +(synopsis "Command line S3 Client and backup") “Command-line S3 client and backup tool”? > +(description > + "S3cmd lets you copy files from/to Amazon S3 (Simple Storage > +Service) using a simple to use command line client. Supports > +rsync-like backup,

Re: Patches to add s3cmd and python-magic

2016-03-30 Thread Ludovic Courtès
Hi, Chris Marusich skribis: > The purpose of s3cmd is to provide a command-line interface to Amazon S3 > and CloudFront, which are services. The only use for s3cmd is to enable > people to use those services. With that in mind, does s3cmd meet the > guidelines for inclusion, or does it not? I

Re: Patches to add s3cmd and python-magic

2016-03-29 Thread Leo Famulari
On Mon, Mar 28, 2016 at 11:25:36PM -0700, Chris Marusich wrote: > Hi, > > Before the s3cmd package gets submitted, I'd like to confirm first that > it meets the Free System Distribution Guidelines for inclusion in Guix: I had a similar question about pianobar, which is used with the Pandora strea

Re: Patches to add s3cmd and python-magic

2016-03-29 Thread Chris Marusich
Efraim Flashner writes: > S3 has become so ubiquitous that there are other providers out there who > offer S3 compatable storage (as you noted), and we have accepted other > packages that offer interaction with S3 storage. If the Guix maintainers believe the package is suitable for inclusion, I

Re: Patches to add s3cmd and python-magic

2016-03-29 Thread Efraim Flashner
On Mon, Mar 28, 2016 at 11:25:36PM -0700, Chris Marusich wrote: > Hi, > > Before the s3cmd package gets submitted, I'd like to confirm first that > it meets the Free System Distribution Guidelines for inclusion in Guix: > > https://www.gnu.org/distros/free-system-distribution-guidelines.html > >

Re: Patches to add s3cmd and python-magic

2016-03-29 Thread Efraim Flashner
On Mon, Mar 28, 2016 at 10:37:48PM -0700, Chris Marusich wrote: > Danny Milosavljevic writes: > > >> * Do I need to provide setuptools as a native input, or will it be > >> pulled in automatically? > > > > I think you need to provide it. Try removing it. Does your package still > > build? > >

Re: Patches to add s3cmd and python-magic

2016-03-28 Thread Chris Marusich
Hi, Before the s3cmd package gets submitted, I'd like to confirm first that it meets the Free System Distribution Guidelines for inclusion in Guix: https://www.gnu.org/distros/free-system-distribution-guidelines.html I wonder whether it meets those guidelines because I see language like the foll

Re: Patches to add s3cmd and python-magic

2016-03-28 Thread Chris Marusich
Danny Milosavljevic writes: >> * Do I need to provide setuptools as a native input, or will it be >> pulled in automatically? > > I think you need to provide it. Try removing it. Does your package still > build? When I remove setuptools as a native input, the build for python-magic succeeds,

Re: Patches to add s3cmd and python-magic

2016-03-28 Thread Danny Milosavljevic
> * Do I need to provide setuptools as a native input, or will it be > pulled in automatically? I think you need to provide it. Try removing it. Does your package still build? > * Does setuptools really need to be a native input, or can it be a > regular input? I understand that native input

Patches to add s3cmd and python-magic

2016-03-27 Thread Chris Marusich
Hi, I've packaged python-magic and s3cmd. The former provides Python bindings for libmagic. It's an alternative to python-file, which is an existing package that also provides Python bindings for libmagic. The latter is a command-line tool for Amazon S3 and CloudFront, which expects python-magi