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 needs
the properties delay thing is missing, dunno if it's important
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
* 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
+++ b/gnu/packages/python.