all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 31980@debbugs.gnu.org
Subject: [bug#31980] [PATCH 1/3] gnu: Add python-commandlines.
Date: Tue, 26 Jun 2018 19:21:05 +0200	[thread overview]
Message-ID: <20180626172107.31497-1-mail@nicolasgoaziou.fr> (raw)
In-Reply-To: <20180626171938.31426-1-mail@nicolasgoaziou.fr>

* gnu/packages/python.scm (python-commandlines): New variable.
---
 gnu/packages/python.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2f7d4dac0..646f5f657 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13791,3 +13791,23 @@ Let's Encrypt.")
 
 (define-public python2-dns-lexicon
   (package-with-python2 python-dns-lexicon))
+
+(define-public python-commandlines
+  (package
+    (name "python-commandlines")
+    (version "0.4.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "commandlines" version))
+       (sha256
+        (base32
+         "0r7xcr0knv02p4mswa2bng61nn8nbhhrs6kvdnb9bb3hhjvm1dl6"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/chrissimpkins/commandlines")
+    (synopsis "Command line argument to object parsing library")
+    (description
+     "@code{Commandlines} is a Python library for command line application
+development that supports command line argument parsing, command string
+validation testing and application logic.")
+    (license license:expat)))
-- 
2.18.0

  reply	other threads:[~2018-06-26 17:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-26 17:19 [bug#31980] [PATCH 0/3] Add Silkaj Nicolas Goaziou
2018-06-26 17:21 ` Nicolas Goaziou [this message]
2018-06-26 17:21   ` [bug#31980] [PATCH 2/3] gnu: Add python-scrypt Nicolas Goaziou
2018-06-26 17:21   ` [bug#31980] [PATCH 3/3] gnu: Add silkaj Nicolas Goaziou
2018-06-27 22:20 ` [bug#31980] Add Silkaj take 2 Nicolas Goaziou
2018-07-02 15:29   ` Ludovic Courtès
2018-07-02 15:54     ` bug#31980: " Nicolas Goaziou

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=20180626172107.31497-1-mail@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=31980@debbugs.gnu.org \
    /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.