[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/5] gnu: Add python-mando-0.3.1
From: |
Muriithi Frederick Muriuki |
Subject: |
[PATCH 1/5] gnu: Add python-mando-0.3.1 |
Date: |
Sun, 26 Mar 2017 12:56:30 +0300 |
* gnu/packages/python.scm (python-mando-0.3.1): New variable.
---
gnu/packages/python.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0c84d8a..df2928d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13982,3 +13982,16 @@ recognize TestCases.")
"This package is a wrapper around argparse, allowing you to write complete
CLI
applications in seconds while maintaining all the flexibility.")
(license license:expat)))
+
+(define-public python-mando-0.3.1
+ (package
+ (inherit python-mando)
+ (name "python-mando")
+ (version "0.3.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "mando" version))
+ (sha256
+ (base32
+ "0hh4irxpga058q496lcilbqfxwiyxxig1bal633s9bk1plfdy7g5"))))))
--
2.10.2
- [PATCH 1/5] gnu: Add python-mando-0.3.1,
Muriithi Frederick Muriuki <=
- [PATCH 2/5] gnu: Add python-radon, Muriithi Frederick Muriuki, 2017/03/26
- [PATCH 3/5] gnu: Add python-httpbin, Muriithi Frederick Muriuki, 2017/03/26
- [PATCH 4/5] gnu: Add python-pytest-httpbin, Muriithi Frederick Muriuki, 2017/03/26
- [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9, Muriithi Frederick Muriuki, 2017/03/26
- Re: [PATCH 1/5] gnu: Add python-mando-0.3.1, Leo Famulari, 2017/03/27