[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: Add python-txaio.
From: |
guix-commits |
Subject: |
02/12: gnu: Add python-txaio. |
Date: |
Tue, 19 Feb 2019 14:42:46 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit d5bbf66d71322fc9bc32adfeb41ab733ec47502b
Author: Leo Famulari <address@hidden>
Date: Sun Feb 17 13:23:00 2019 -0500
gnu: Add python-txaio.
* gnu/packages/python-xyz.scm (python-txaio): New variable.
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c18b1e9..269090c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15060,3 +15060,24 @@ make your work easier.")
and dates in \"human readable\" forms. For example, it would display
\"12345591313\" as \"12.3 billion\".")
(license license:expat)))
+
+(define-public python-txaio
+ (package
+ (name "python-txaio")
+ (version "18.8.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "txaio" version))
+ (sha256
+ (base32
+ "1zmpdph6zddgrnkkcykh6qk5s46l7s5mzfqrh82m4b5iffn61qv7"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-twisted" ,python-twisted)
+ ("python-six" ,python-six)))
+ (home-page "https://github.com/crossbario/txaio")
+ (synopsis "Compatibility layer between Python asyncio and Twisted")
+ (description "Txaio provides a compatibility layer between the Python
address@hidden module and @code{Twisted}.")
+ (license license:expat)))
- branch master updated (a4fc802 -> a7db61a), guix-commits, 2019/02/19
- 02/12: gnu: Add python-txaio.,
guix-commits <=
- 01/12: gnu: Add python-humanize., guix-commits, 2019/02/19
- 04/12: gnu: python-twisted: Update to 17.5.0, guix-commits, 2019/02/19
- 08/12: gnu: Add python-txtorcon., guix-commits, 2019/02/19
- 03/12: gnu: Add python-hyperlink., guix-commits, 2019/02/19
- 12/12: gnu: Add Magic-Wormhole., guix-commits, 2019/02/19
- 05/12: gnu: Add python-treq., guix-commits, 2019/02/19
- 11/12: gnu: Add magic-wormhole-transit-relay., guix-commits, 2019/02/19
- 07/12: gnu: Add python-spake2., guix-commits, 2019/02/19
- 09/12: gnu: Add python-autobahn., guix-commits, 2019/02/19
- 06/12: gnu: Add python-hkdf., guix-commits, 2019/02/19