From 2b6c5374ac04bbb6e16422f3399399d8a3c6e904 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 24 Mar 2018 10:53:11 +0000 Subject: gnu: Add python-sarge. --- gnu/packages/python.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c1eba3f59b..4b2dbaae7a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -15023,3 +15023,24 @@ class in a @acronym{DRY, Don't Repeat Yourself} way.") (description "Automated testing for the examples in your documentation.") (license license:expat))) + +(define-public python-sarge + (package + (name "python-sarge") + (version "0.1.5.post0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "sarge" version)) + (sha256 + (base32 + "1c1ll7pys9vra5cfi8jxlgrgaql6c27l6inpy15aprgqhc4ck36s")))) + (build-system python-build-system) + (arguments + '(#:tests? #f)) + (home-page "http://sarge.readthedocs.org/") + (synopsis + "A wrapper for subprocess which provides command pipeline functionality.") + (description + "A wrapper for subprocess which provides command pipeline functionality.") + (license license:bsd-3))) -- cgit v1.2.3