[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/4] gnu: Add python-mando
From: |
Muriithi Frederick Muriuki |
Subject: |
[PATCH 4/4] gnu: Add python-mando |
Date: |
Sun, 26 Mar 2017 12:23:35 +0300 |
* gnu/packages/python.scm (python-mando): New variable.
---
gnu/packages/python.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a219bb3..1c750ee 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13955,3 +13955,28 @@ unittest package. A parametrized test case is
automatically converted to multip
cases. Since they are TestCase subclasses, they work with other test suites
that
recognize TestCases.")
(license license:bsd-3)))
+
+(define-public python-mando
+ (package
+ (name "python-mando")
+ (version "0.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "mando" version))
+ (sha256
+ (base32
+ "0q05h66439gqdmlk4jqm6xrwrzfdgs4mwk70barxhr2y83qbbdc0"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-rst2ansi" ,python-rst2ansi)))
+ (native-inputs
+ `(("python-sphinx" ,python-sphinx-1.5.3)
+ ("python-paramunittest" ,python-paramunittest)))
+ (home-page "https://mando.readthedocs.org/")
+ (synopsis
+ "Wrapper around argparse, allowing creation of complete CLI applications")
+ (description
+ "This package is a wrapper around argparse, allowing you to write complete
CLI
+ applications in seconds while maintaining all the flexibility.")
+ (license license:expat)))
--
2.10.2
- Re: [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3, (continued)
[PATCH 3/4] gnu: Add python-paramunittest, Muriithi Frederick Muriuki, 2017/03/26
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Pjotr Prins, 2017/03/26
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Frederick Muriithi, 2017/03/26
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Chris Marusich, 2017/03/26
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Frederick Muriithi, 2017/03/26
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Frederick Muriithi, 2017/03/28
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Ludovic Courtès, 2017/03/28
Re: [PATCH 3/4] gnu: Add python-paramunittest, Leo Famulari, 2017/03/28
[PATCH 4/4] gnu: Add python-mando,
Muriithi Frederick Muriuki <=
Re: [PATCH 1/4] gnu: Add python-pytest-3.0.7, Pjotr Prins, 2017/03/26
Re: [PATCH 1/4] gnu: Add python-pytest-3.0.7, Leo Famulari, 2017/03/28