unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: guix-devel@gnu.org
Cc: 宋文武 <iyzsong@gmail.com>
Subject: [PATCH 2/5] gnu: Add python-clint.
Date: Wed, 13 Jan 2016 09:27:24 +0800	[thread overview]
Message-ID: <1452648447-2684-2-git-send-email-iyzsong@gmail.com> (raw)
In-Reply-To: <1452648447-2684-1-git-send-email-iyzsong@gmail.com>

* gnu/packages/python.scm (python-clint, python2-clint): New variables.
---
 gnu/packages/python.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0886809..e54f521 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6642,3 +6642,27 @@ the standard library.")
 
 (define-public python2-args
   (package-with-python2 python-args))
+
+(define-public python-clint
+  (package
+    (name "python-clint")
+    (version "0.5.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "clint" version))
+              (sha256
+               (base32
+                "1an5lkkqk1zha47198p42ji3m94xmzx1a03dn7866m87n4r4q8h5"))))
+    (build-system python-build-system)
+    (inputs
+     `(("python-args" ,python-args)
+       ("python-setuptools" ,python-setuptools)))
+    (home-page "https://github.com/kennethreitz/clint")
+    (synopsis "Command line interface tools")
+    (description
+     "Clint is a Python module filled with a set of tools for developing
+commandline applications.")
+    (license isc)))
+
+(define-public python2-clint
+  (package-with-python2 python-clint))
-- 
2.5.0

  reply	other threads:[~2016-01-13  1:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-13  1:27 [PATCH 1/5] gnu: Add python-args 宋文武
2016-01-13  1:27 ` 宋文武 [this message]
2016-01-15 15:07   ` [PATCH 2/5] gnu: Add python-clint Ludovic Courtès
2016-01-13  1:27 ` [PATCH 3/5] gnu: Add python-astor 宋文武
2016-01-15 15:08   ` Ludovic Courtès
2016-01-13  1:27 ` [PATCH 4/5] gnu: Add python-rply 宋文武
2016-01-15 16:11   ` Ludovic Courtès
2016-01-13  1:27 ` [PATCH 5/5] gnu: Add python-hy 宋文武
2016-01-15 16:12   ` Ludovic Courtès
2016-01-16  0:20     ` 宋文武
2016-01-15 15:04 ` [PATCH 1/5] gnu: Add python-args Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=1452648447-2684-2-git-send-email-iyzsong@gmail.com \
    --to=iyzsong@gmail.com \
    --cc=guix-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).