[PATCH 2/2] gnu: Add python-axolotl.

2016-10-20 Thread Arun Isaac
* gnu/packages/python.scm (python-axolotl, python2-axolotl): New variables. --- gnu/packages/python.scm | 43 +++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8c6481a..085d8ea 100644 --- a/gnu/package

Re: [PATCH 2/2] gnu: Add python-axolotl.

2016-10-20 Thread Arun Isaac
Hartmut Goebel writes: > These must all be propagated-inputs. Sure. > The code includes tests in axolotl/tests/ (and maybe elsewhere. Please > check if these are installed and if so, if they can be safely removed. Yes, the tests were installed. I removed them, and as far as I can tell, it seem

Re: [PATCH 2/2] gnu: Add python-axolotl.

2016-10-19 Thread Hartmut Goebel
Am 19.10.2016 um 16:18 schrieb Arun Isaac: > +(inputs > + `(("python-axolotl-curve25519" ,python-axolotl-curve25519) > + ("python-dateutil" ,python-dateutil) > + ("python-protobuf" ,python-protobuf) > + ("python-pycrypto" ,python-pycrypto))) These must all be propagated-i

[PATCH 2/2] gnu: Add python-axolotl.

2016-10-19 Thread Arun Isaac
* gnu/packages/python.scm (python-axolotl, python2-axolotl): New variables. --- gnu/packages/python.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 326b2dd..f0df817 100644 --- a/gnu/packages/pyth