guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: David Craven
Subject: Re: [PATCH 01/16] gnu: Add python-pika.
Date: Sun, 11 Sep 2016 21:36:38 +0200

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 tries to stay fairly independent of the
underlying
+network support library.")

should be (description "Pika ...

nitpick: move home-page between description and license



reply via email to

[Prev in Thread] Current Thread [Next in Thread]