emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42200: closed ([PATCH 2/3] gnu: Add python-cli-helpers.)


From: GNU bug Tracking System
Subject: bug#42200: closed ([PATCH 2/3] gnu: Add python-cli-helpers.)
Date: Sat, 25 Jul 2020 18:48:01 +0000

Your message dated Sat, 25 Jul 2020 21:46:46 +0300
with message-id <87eeozl9ex.fsf@gmail.com>
and subject line Re: [bug#42200] [PATCH 2/3] gnu: Add python-cli-helpers.
has caused the debbugs.gnu.org bug report #42200,
regarding [PATCH 2/3] gnu: Add python-cli-helpers.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42200: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42200
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 2/3] gnu: Add python-cli-helpers. Date: Sat, 4 Jul 2020 21:31:41 +0200
* gnu/packages/python-xyz.scm(python-cli-helpers): New variable.
---
 gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f09c31a..4a60627 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20423,3 +20423,35 @@ For the most part it's transliterated from C, the 
major differences are:
      "This package makes easy to draw tables in terminal/console applications
 from a list of lists of strings.  It Supports multi-line rows.")
     (license license:expat)))
+
+(define-public python-cli-helpers
+  (package
+    (name "python-cli-helpers")
+    (version "2.0.1")
+    (source
+      (origin
+        ;; There's no source tarball on PyPI.
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/dbcli/cli_helpers.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+        (sha256
+          (base32
+            "1bg2iw9l5dip0kbs00hajdk2v18wvhssbnq8hdf71278qf0wks5l"))))
+    (build-system python-build-system)
+    (native-inputs
+     `(("python-pytest" ,python-pytest)))
+    (propagated-inputs
+     `(("python-wcwidth" ,python-wcwidth)
+       ("python-configobj" ,python-configobj)
+       ("python-tabulate" ,python-tabulate)
+       ("python-terminaltables" ,python-terminaltables)))
+    (home-page "https://github.com/dbcli/cli_helpers";)
+    (synopsis "Helpers for building command-line apps")
+    (description
+     "CLI Helpers is a Python package that makes it easy to perform common
+tasks when building command-line apps.  It's a helper library for command-line
+interfaces.")
+    (license license:bsd-3)))
+
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42200] [PATCH 2/3] gnu: Add python-cli-helpers. Date: Sat, 25 Jul 2020 21:46:46 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
> * gnu/packages/python-xyz.scm(python-cli-helpers): New variable.
> ---
>  gnu/packages/python-xyz.scm | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index f09c31a..4a60627 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm

[…]

Already in master.

Closing.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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