aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-02-14 12:44:03 -0800
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-02-21 19:01:13 -0800
commit8dfceab779b10fcafb2bbb037f47d2faa4b40288 (patch)
tree29723c9163b98a576b90ce3b85f06eebe4134e92 /emacs
parent4cb122cd8d81b58d88920ec1c8fb09a72de3db70 (diff)
downloadguix-8dfceab779b10fcafb2bbb037f47d2faa4b40288.tar.gz
guix-8dfceab779b10fcafb2bbb037f47d2faa4b40288.zip
gnu: Add python-amqp.
* gnu/packages/python.scm (python-amqp, python2-amqp): New variables.
Diffstat (limited to 'emacs')
0 files changed, 0 insertions, 0 deletions
(connect %dico-socket addr) (read-line %dico-socket 'concat))) (test-equal "CLIENT" "250 ok\r\n" (begin (display "CLIENT \"GNU Guile\"\r\n" %dico-socket) (read-line %dico-socket 'concat))) (test-assert "DEFINE" (begin (display "DEFINE ! hello\r\n" %dico-socket) (display "QUIT\r\n" %dico-socket) (let ((result (read-string %dico-socket))) (and (string-contains result "gcide") (string-contains result "hello") result)))) (test-end)))) (gexp->derivation "dicod" test)) (define %test-dicod (system-test (name "dicod") (description "Connect to the dicod DICT server.") (value (run-dicod-test))))