From a070eb7a155835ebdf80ae626ae2e23e052c34fc Mon Sep 17 00:00:00 2001 From: Mădălin Ionel Patrașcu Date: Thu, 11 May 2023 20:34:11 +0200 Subject: gnu: Add python-optparse-pretty. * gnu/packages/python-xyz.scm (python-optparse-pretty): New variable. Signed-off-by: Ricardo Wurmus --- gnu/packages/python-xyz.scm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 45422982525..30769e4966a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -66,7 +66,7 @@ ;;; Copyright © 2019, 2020, 2021 Giacomo Leidi ;;; Copyright © 2019 Wiktor Żelazny ;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour -;;; Copyright © 2019, 2021, 2022 Mădălin Ionel Patrașcu +;;; Copyright © 2019, 2021-2023 Mădălin Ionel Patrașcu ;;; Copyright © 2020 Riku Viitanen ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2020 sirgazil @@ -2794,6 +2794,26 @@ a library.") (description "DiskCache is a disk and file backed persistent cache.") (license license:asl2.0))) +(define-public python-optparse-pretty + (package + (name "python-optparse-pretty") + (version "0.1.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "optparse-pretty" version)) + (sha256 + (base32 "1920wbh2b7a8qn7zx2iiqbcdaax335l81a73x9pp8h11yzs2jdmh")))) + (build-system pyproject-build-system) + (arguments (list #:tests? #false)) ;There are none + (home-page "https://github.com/gvalkov/optparse-pretty") + (synopsis "Compact help formatter for optparse") + (description + "This module provides two help formatters for optparse. They provide +terser and more customizable option formatting in comparison to the default +help formatter.") + (license license:bsd-3))) + (define-public python-orjson (package (name "python-orjson") -- cgit v1.3