all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 29768@debbugs.gnu.org
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#29768] [PATCH 1/5] gnu: Add python-txamqp.
Date: Tue, 19 Dec 2017 09:04:29 +0100	[thread overview]
Message-ID: <20171219080433.10392-1-rekado@elephly.net> (raw)
In-Reply-To: <20171218224425.31157-1-rekado@elephly.net>

* gnu/packages/python.scm (python-txamqp, python2-txamqp): New variables.
---
 gnu/packages/python.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4baef4391..c72e35588 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7474,6 +7474,35 @@ alternative when librabbitmq is not available.")
                    #:tests? #f
                    ,@(package-arguments amqp))))))
 
+(define-public python-txamqp
+  (package
+    (name "python-txamqp")
+    (version "0.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "txAMQP" version))
+       (sha256
+        (base32
+         "1r43a66dd547mz40ikymm8y3d480cidy560fj81qc0jk4lncgmmr"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-six" ,python-six)
+       ("python-twisted" ,python-twisted)))
+    (home-page "https://github.com/txamqp/txamqp")
+    (synopsis "Communicate with AMQP peers and brokers using Twisted")
+    (description
+     "This package provides a Python library for communicating with AMQP peers
+and brokers using the asynchronous networking framework Twisted.  It contains
+all the necessary code to connect, send and receive messages to/from an
+AMQP-compliant peer or broker (Qpid, OpenAMQ, RabbitMQ) using Twisted.  It
+also includes support for using Thrift RPC over AMQP in Twisted
+applications.")
+    (license license:asl2.0)))
+
+(define-public python2-txamqp
+  (package-with-python2 python-txamqp))
+
 (define-public python-kombu
   (package
     (name "python-kombu")
-- 
2.15.0

  reply	other threads:[~2017-12-19  8:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18 22:44 [bug#29768] [PATCH 0/5] Graphite Ricardo Wurmus
2017-12-19  8:04 ` Ricardo Wurmus [this message]
2017-12-19  8:04   ` [bug#29768] [PATCH 2/5] gnu: Add python-django-tagging Ricardo Wurmus
2017-12-19  8:04   ` [bug#29768] [PATCH 3/5] gnu: Add python-whisper Ricardo Wurmus
2017-12-19  8:04   ` [bug#29768] [PATCH 4/5] gnu: Add python2-carbon Ricardo Wurmus
2017-12-19  8:04   ` [bug#29768] [PATCH 5/5] gnu: Add python2-graphite-web Ricardo Wurmus
2018-01-21 18:39     ` bug#29768: " Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171219080433.10392-1-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=29768@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.