[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37704] [PATCH v4 5/9] gnu: Add python-clikit.
From: |
Tanguy Le Carrour |
Subject: |
[bug#37704] [PATCH v4 5/9] gnu: Add python-clikit. |
Date: |
Mon, 28 Oct 2019 15:41:33 +0100 |
* gnu/packages/python-xyz.scm (python-clikit): New public variable.
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9b7b3cd8b8..1a95407fd3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10681,6 +10681,28 @@ daemon. It is the client side software which allows
storing values in one or
more, possibly remote, memcached servers.")
(license license:psfl)))
+(define-public python-clikit
+ (package
+ (name "python-clikit")
+ (version "0.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "clikit" version))
+ (sha256
+ (base32
+ "0dc8czib5f4j9px1ivcpqnmivnx2zjpc0xb00ldrhsqylks7r06n"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-pastel" ,python-pastel)
+ ("python-pylev" ,python-pylev)))
+ (home-page "https://github.com/sdispater/clikit")
+ (synopsis "Group of utilities to build command line interfaces")
+ (description
+ "CliKit is a group of utilities to build testable command line
+interfaces.")
+ (license license:expat)))
+
(define-public python-lazy-object-proxy
(package
(name "python-lazy-object-proxy")
--
2.23.0
[bug#37704] [PATCH v4 1/9] gnu: python-cleo: Update to 0.6.8., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 2/9] gnu: Add python-tomlkit., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 3/9] gnu: Add python-shellingham., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 4/9] gnu: Add python-memcached., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 5/9] gnu: Add python-clikit.,
Tanguy Le Carrour <=
- [bug#37704] [PATCH v4 8/9] gnu: python-cachecontrol: Update to 0.12.5., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 7/9] gnu: Add python-cachy., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 6/9] gnu: Add python-msgpack-python., Tanguy Le Carrour, 2019/10/28
- [bug#37704] [PATCH v4 9/9] gnu: Add poetry., Tanguy Le Carrour, 2019/10/28