GNU bug report logs - #39128
[PATCH] Add offlate

Previous Next

Package: guix-patches;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Tue, 14 Jan 2020 01:54:01 UTC

Severity: normal

Tags: patch

Done: Jakub Kądziołka <kuba <at> kadziolka.net>

Bug is archived. No further changes may be made.

Full log


Message #35 received at 39128 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: 39128 <at> debbugs.gnu.org
Subject: [PATCH 10/12] gnu: Add python-argh.
Date: Tue, 14 Jan 2020 02:57:37 +0100
* gnu/packages/python-xyz.scm (python-argh): New variable.
---
 gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5041042a0c..0b818d12e5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17183,3 +17183,25 @@ for file systems paths.")
     (description "This package allows Python developpers to capture their standard
 output and standard error.")
     (license license:expat)))
+
+(define-public python-argh
+  (package
+    (name "python-argh")
+    (version "0.26.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "argh" version))
+        (sha256
+         (base32
+          "0rdv0n2aa181mkrybwvl3czkrrikgzd4y2cri6j735fwhj65nlz9"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-iocapture" ,python-iocapture)
+       ("python-mock" ,python-mock)
+       ("python-pytest" ,python-pytest)))
+    (home-page "https://github.com/neithere/argh/")
+    (synopsis "Argparse wrapper with natural syntax")
+    (description "This package provides a parser for dealing with command-line
+arguments in Python.")
+    (license license:lgpl3)))
-- 
2.24.0





This bug report was last modified 5 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.