all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Muriithi Frederick Muriuki <fredmanglis@gmail.com>
To: guix-devel@gnu.org
Cc: pjotr2017@thebird.nl
Subject: [PATCH 4/4] gnu: Add python-mando
Date: Sun, 26 Mar 2017 12:23:35 +0300	[thread overview]
Message-ID: <20170326092335.3912-4-fredmanglis@gmail.com> (raw)
In-Reply-To: <20170326092335.3912-1-fredmanglis@gmail.com>

* 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

  parent reply	other threads:[~2017-03-26  9:23 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-26  9:23 [PATCH 1/4] gnu: Add python-pytest-3.0.7 Muriithi Frederick Muriuki
2017-03-26  9:23 ` [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3 Muriithi Frederick Muriuki
2017-03-26 15:10   ` Pjotr Prins
2017-03-26 15:32     ` Frederick Muriithi
2017-03-26 16:40       ` Pjotr Prins
2017-03-27 19:10         ` Ricardo Wurmus
2017-03-27 15:11       ` Leo Famulari
2017-03-27 15:12         ` Leo Famulari
2017-03-28 20:03           ` Leo Famulari
2017-03-26  9:23 ` [PATCH 3/4] gnu: Add python-paramunittest Muriithi Frederick Muriuki
2017-03-26 15:12   ` Pjotr Prins
2017-03-26 15:47     ` Frederick Muriithi
2017-03-26 23:32       ` Chris Marusich
2017-03-27  2:41         ` Frederick Muriithi
2017-03-28  5:16           ` Frederick Muriithi
2017-03-28 19:25             ` Ludovic Courtès
2017-03-28 20:03   ` Leo Famulari
2017-03-26  9:23 ` Muriithi Frederick Muriuki [this message]
2017-03-26 15:16   ` [PATCH 4/4] gnu: Add python-mando Pjotr Prins
2017-03-27 15:14   ` Leo Famulari
2017-03-28 19:28     ` Ludovic Courtès
2017-03-28 20:04   ` Leo Famulari
2017-03-26 15:10 ` [PATCH 1/4] gnu: Add python-pytest-3.0.7 Pjotr Prins
     [not found]   ` <CALjrZwaRUvrctcwwFQ_5isqwoaaEq=77P2qFHwk1FL2mJ5T-dg@mail.gmail.com>
     [not found]     ` <CALjrZwaah9_Vv+MVTm2aiA_-WHycYhn=KCnk5KjsXo=8z0+QDA@mail.gmail.com>
2017-03-26 15:29       ` Frederick Muriithi
2017-03-27 15:09         ` Leo Famulari
2017-03-28 20:05           ` Leo Famulari
2017-03-28 20:04 ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170326092335.3912-4-fredmanglis@gmail.com \
    --to=fredmanglis@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=pjotr2017@thebird.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.