Re: [PATCH 2/5] gnu: python-jsonschema: Define 'python2-variant'.

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

Re: [PATCH 2/5] gnu: python-jsonschema: Define 'python2-variant'.

2016-02-10 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python-jsonschema)[properties]: New field. > (python2-jsonschema): Use 'strip-python2-variant'. OK

[PATCH 2/5] gnu: python-jsonschema: Define 'python2-variant'.

2016-02-09 Thread Leo Famulari
* gnu/packages/python.scm (python-jsonschema)[properties]: New field. (python2-jsonschema): Use 'strip-python2-variant'. --- gnu/packages/python.scm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 982de40..0a90e48 10