Re: [PATCH 3/4] gnu: Add python-paramunittest

2017-03-28 Thread Leo Famulari
On Sun, Mar 26, 2017 at 12:23:34PM +0300, Muriithi Frederick Muriuki wrote: > * gnu/packages/python.scm (python-paramunittest): New variable. I added a python2 variant (we like to do this when adding new Python packages) and pushed. Thanks! signature.asc Description: PGP signature

Re: [PATCH 3/4] gnu: Add python-paramunittest

2017-03-28 Thread Ludovic Courtès
Hi Frederick, Frederick Muriithi skribis: >> An issue has been started, and hopefully, we'll receive the answer soon. > > From this thread https://github.com/rik0/ParamUnittest/issues/8 the > author has finally chosen BSD-2. Cool. Do you want to send an updated patch or should we just apply th

Re: [PATCH 3/4] gnu: Add python-paramunittest

2017-03-27 Thread Frederick Muriithi
> An issue has been started, and hopefully, we'll receive the answer soon. >From this thread https://github.com/rik0/ParamUnittest/issues/8 the author has finally chosen BSD-2. -- Frederick M. Muriithi

Re: [PATCH 3/4] gnu: Add python-paramunittest

2017-03-26 Thread Frederick Muriithi
On Mon, Mar 27, 2017 at 2:32 AM, Chris Marusich wrote: > Since the term "BSD License" is ambiguous it would be good to ask. If > they mean the original BSD license, then this is free software, so it is > OK to add it, but it would also mean that the license is incompatible > with the GNU GPL. It

Re: [PATCH 3/4] gnu: Add python-paramunittest

2017-03-26 Thread Chris Marusich
Frederick Muriithi writes: > On Sun, Mar 26, 2017 at 6:12 PM, Pjotr Prins > wrote: >> This package does not actually have an OSI approved license that I can >> tell. We should contact the authors. >> > > From PyPi (https://pypi.python.org/pypi/ParamUnittest/0.2) the license > is indicated as BS

Re: [PATCH 3/4] gnu: Add python-paramunittest

2017-03-26 Thread Frederick Muriithi
On Sun, Mar 26, 2017 at 6:12 PM, Pjotr Prins wrote: > This package does not actually have an OSI approved license that I can > tell. We should contact the authors. > >From PyPi (https://pypi.python.org/pypi/ParamUnittest/0.2) the license is indicated as BSD. I have also cloned the repository and

Re: [PATCH 3/4] gnu: Add python-paramunittest

2017-03-26 Thread Pjotr Prins
This package does not actually have an OSI approved license that I can tell. We should contact the authors. Pj. On Sun, Mar 26, 2017 at 12:23:34PM +0300, Muriithi Frederick Muriuki wrote: > * gnu/packages/python.scm (python-paramunittest): New variable. > --- > gnu/packages/python.scm | 23 +

[PATCH 3/4] gnu: Add python-paramunittest

2017-03-26 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-paramunittest): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7bda780..a219bb3 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/