guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/15: gnu: Add python-sarge.


From: guix-commits
Subject: 01/15: gnu: Add python-sarge.
Date: Tue, 11 Jan 2022 12:14:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 276038ceb2d2687c66ae4e4c954c5644079e19fd
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Dec 27 23:30:24 2021 +0000

    gnu: Add python-sarge.
    
    * gnu/packages/python-xyz.scm (python-sarge): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac8283b1fe..a1f33559ed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9888,6 +9888,23 @@ entire set of Emoji codes as defined by the Unicode 
Consortium is supported in
 addition to a bunch of aliases.")
     (license license:bsd-3)))
 
+(define-public python-sarge
+  (package
+    (name "python-sarge")
+    (version "0.1.7.post1") ; post release only to correct errors in metadata
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "sarge" version))
+       (sha256
+        (base32 "0g9a53mfnp96877n1yq2jdk1mcv3xm0d93iisvgcn2prdsp45zv4"))))
+    (build-system python-build-system)
+    (home-page "https://docs.red-dove.com/sarge/";)
+    (synopsis "Subprocess wrapper with command pipeline functionality")
+    (description "@code{sarge} is a wrapper for subprocess which provides
+command pipeline functionality.")
+    (license license:bsd-3)))
+
 (define-public python-pep8
   ;; This package has been renamed to ‘pycodestyle’ and is no longer updated.
   ;; Its last release (1.7.1) adds only a scary warning to this effect, 
breaking



reply via email to

[Prev in Thread] Current Thread [Next in Thread]