Re: [PATCH 3/5] gnu: python-wheel: Define 'python2-variant'.

2016-02-11 Thread Efraim Flashner
On Tue, 9 Feb 2016 03:11:01 -0500 Leo Famulari wrote: > * gnu/packages/python.scm (python-wheel)[properties]: New field. > (python2-wheel): Use 'strip-python2-variant'. > --- > gnu/packages/python.scm | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/gnu/p

Re: [PATCH 3/5] gnu: python-wheel: Define 'python2-variant'.

2016-02-10 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python-wheel)[properties]: New field. > (python2-wheel): Use 'strip-python2-variant'. OK (with the adjusted commit message as you note.)

Re: [PATCH 3/5] gnu: python-wheel: Define 'python2-variant'.

2016-02-09 Thread Leo Famulari
On Tue, Feb 09, 2016 at 03:11:01AM -0500, Leo Famulari wrote: > * gnu/packages/python.scm (python-wheel)[properties]: New field. > (python2-wheel): Use 'strip-python2-variant'. And this commit message doesn't mention the removal of the special treatment of python-jsonschema. > --- > gnu/packages

[PATCH 3/5] gnu: python-wheel: Define 'python2-variant'.

2016-02-09 Thread Leo Famulari
* gnu/packages/python.scm (python-wheel)[properties]: New field. (python2-wheel): Use 'strip-python2-variant'. --- gnu/packages/python.scm | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0a90e48..4d6b1f7 100