Re: [PATCH 09/10] gnu: Add python2-functools32.

2016-01-04 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Efraim Flashner writes: > >> On Fri, 11 Dec 2015 15:30:58 +0100 >> Ricardo Wurmus wrote: >> >>> Looking good now (with the exception of the minor cosmetic misalignment >>> of the “(base32” line). >>> >>> ~~ Ricardo >> >> attached > > Thanks, this looks good. Agreed.

Re: [PATCH 09/10] gnu: Add python2-functools32.

2015-12-30 Thread Ricardo Wurmus
Efraim Flashner writes: > On Fri, 11 Dec 2015 15:30:58 +0100 > Ricardo Wurmus wrote: > >> Looking good now (with the exception of the minor cosmetic misalignment >> of the “(base32” line). >> >> ~~ Ricardo > > attached Thanks, this looks good. ~~ Ricardo

Re: [PATCH 09/10] gnu: Add python2-functools32.

2015-12-27 Thread Efraim Flashner
On Fri, 11 Dec 2015 15:30:58 +0100 Ricardo Wurmus wrote: > Looking good now (with the exception of the minor cosmetic misalignment > of the “(base32” line). > > ~~ Ricardo attached -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality

Re: [PATCH 09/10] gnu: Add python2-functools32.

2015-12-11 Thread Ricardo Wurmus
Looking good now (with the exception of the minor cosmetic misalignment of the “(base32” line). ~~ Ricardo

Re: [PATCH 09/10] gnu: Add python2-functools32.

2015-12-07 Thread Efraim Flashner
n to be a full sentence. “This package backports > the @code{functools} module ...”. Something about “for use on” sounds > odd to me; maybe “for use with older versions of Python and with PyPy”? -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 83

Re: [PATCH 09/10] gnu: Add python2-functools32.

2015-12-04 Thread Ricardo Wurmus
Efraim Flashner writes: > +(define-public python2-functools32 > + (package > +(name "python2-functools32") > +(version "3.2.3-2") > +(source > + (origin > +(method url-fetch) > +(uri (pypi-uri "functools32" version)) > +(sha256 > + (base32 > +

[PATCH 09/10] gnu: Add python2-functools32.

2015-12-03 Thread Efraim Flashner
* gnu/packages/python.scm (python2-functools32): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0323399..ab0f56e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/