[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/17: gnu: Add python-click-threading.
From: |
Leo Famulari |
Subject: |
03/17: gnu: Add python-click-threading. |
Date: |
Fri, 15 Jan 2016 22:16:24 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit d1deb90b3f9d6cb0d0f68b8bd096db2a5053a464
Author: Leo Famulari <address@hidden>
Date: Wed Dec 9 19:10:47 2015 -0500
gnu: Add python-click-threading.
* gnu/packages/python.scm (python-click-threading): New variable.
---
gnu/packages/python.scm | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cd02504..30a6059 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6742,3 +6742,22 @@ for atomic filesystem operations.")
with python-requests.")
(home-page "https://github.com/sigmavirus24/requests-toolbelt")
(license asl2.0)))
+
+(define-public python-click-threading
+ (package
+ (name "python-click-threading")
+ (version "0.1.2")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "click-threading" version))
+ (sha256
+ (base32
+ "0jmrv4334lfxa2ss53c06dafdwqbk1pb3ihd26izn5igw1bm8145"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-click" ,python-click)))
+ (synopsis "Utilities for multithreading in Click")
+ (description "This package provides utilities for multithreading in Click
+applications.")
+ (home-page "https://github.com/click-contrib/click-threading")
+ (license license:expat)))
- branch master updated (f5ca44b -> 78e6c4a), Leo Famulari, 2016/01/15
- 02/17: gnu: Add python-requests-toolbelt., Leo Famulari, 2016/01/15
- 01/17: gnu: Add python-atomicwrites., Leo Famulari, 2016/01/15
- 06/17: gnu: Add python-execnet., Leo Famulari, 2016/01/15
- 07/17: gnu: Add python-pytest-cache., Leo Famulari, 2016/01/15
- 03/17: gnu: Add python-click-threading.,
Leo Famulari <=
- 05/17: gnu: Add python-apipkg., Leo Famulari, 2016/01/15
- 04/17: gnu: Add python-click-log., Leo Famulari, 2016/01/15
- 08/17: gnu: Add python-pytest-localserver., Leo Famulari, 2016/01/15
- 10/17: gnu: Add python-pytest-xprocess., Leo Famulari, 2016/01/15
- 09/17: gnu: Add python-wsgi-intercept., Leo Famulari, 2016/01/15
- 13/17: gnu: Add python-icalendar., Leo Famulari, 2016/01/15
- 11/17: gnu: Add radicale., Leo Famulari, 2016/01/15
- 14/17: gnu: Add python-sphinxcontrib-newsfeed., Leo Famulari, 2016/01/15
- 12/17: gnu: Add vdirsyncer., Leo Famulari, 2016/01/15
- 16/17: gnu: python-urwid: Disable failing test test_remove_watch_file., Leo Famulari, 2016/01/15