Re: [PATCH 01/16] gnu: Add python-pika.

2016-09-11 Thread Efraim Flashner
On Sun, Sep 11, 2016 at 09:37:31PM +0200, David Craven wrote: > the properties delay thing is missing, dunno if it's important the properties delay is needed when the python2 variant includes the strip-python2-variant procedure, following which just about every package that relies on it also

Re: [PATCH 01/16] gnu: Add python-pika.

2016-09-11 Thread David Craven
the properties delay thing is missing, dunno if it's important

Re: [PATCH 01/16] gnu: Add python-pika.

2016-09-11 Thread David Craven
Indentation: +(source + (origin should be (source (origin +(home-page "https://pika.readthedocs.org;) +(synopsis "Pure Python AMQP Client Library") +(description + "Pika is a pure-Python implementation of the AMQP (Advanced Message Queuing +Protocol) 0-9-1 protocol that

[PATCH 01/16] gnu: Add python-pika.

2016-09-11 Thread Efraim Flashner
* gnu/packages/python.scm (python-pika): New variable. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8b9273c..101e7f1 100644 --- a/gnu/packages/python.scm +++