Re: [PATCH 01/17] gnu: Add python-atomicwrites.

2016-01-09 Thread Leo Famulari
On Thu, Jan 07, 2016 at 11:48:57AM -0500, Leo Famulari wrote: > On Wed, Jan 06, 2016 at 09:02:10PM +0200, Efraim Flashner wrote: > > On Sun, 3 Jan 2016 19:04:59 -0500 > > Leo Famulari wrote: > > > > > * gnu/packages/python.scm (python-atomicwrites): New variable. [...] > > Is this python 3 onl

Re: [PATCH 01/17] gnu: Add python-atomicwrites.

2016-01-07 Thread Leo Famulari
On Wed, Jan 06, 2016 at 09:02:10PM +0200, Efraim Flashner wrote: > On Sun, 3 Jan 2016 19:04:59 -0500 > Leo Famulari wrote: > > > * gnu/packages/python.scm (python-atomicwrites): New variable. > > --- > > gnu/packages/python.scm | 17 + > > 1 file changed, 17 insertions(+) > > >

Re: [PATCH 01/17] gnu: Add python-atomicwrites.

2016-01-06 Thread Efraim Flashner
On Sun, 3 Jan 2016 19:04:59 -0500 Leo Famulari wrote: > * gnu/packages/python.scm (python-atomicwrites): New variable. > --- > gnu/packages/python.scm | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 4ab1eed..

[PATCH 01/17] gnu: Add python-atomicwrites.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-atomicwrites): New variable. --- gnu/packages/python.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4ab1eed..496bdd9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.