Re: [PATCH 04/12] gnu: python: Add python-binaryornot.

2016-08-22 Thread David Craven
>> I believe this will need to use the python2-variant system, as in >> python2-hypothesis. > Can you please explain the properties field? It's not mentioned in the > guix manual. I can see that strip-python2-variant just removes the > property. I see you provided a link to the bug report as a re

Re: [PATCH 04/12] gnu: python: Add python-binaryornot.

2016-08-22 Thread David Craven
(properties `((python2-variant . ,(delay python2-hypothesis)) (define-public python2-hypothesis (let ((hypothesis (package-with-python2 (strip-python2-variant python-hypothesis > I believe this will need to use the python2-variant system, as in > python2-hypothesis.

Re: [PATCH 04/12] gnu: python: Add python-binaryornot.

2016-08-08 Thread Leo Famulari
On Fri, Aug 05, 2016 at 08:37:22PM +0200, David Craven wrote: > * gnu/packages/python.scm (python-binaryornot): New package. > (python2-binaryornot): New package. > +(define-public python2-binaryornot > + (let ((binaryornot (package-with-python2 python-binaryornot))) > +(package (inherit bi

[PATCH 04/12] gnu: python: Add python-binaryornot.

2016-08-05 Thread David Craven
* gnu/packages/python.scm (python-binaryornot): New package. (python2-binaryornot): New package. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fc52b6c..bea635c 100644 --- a/gn