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

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

bug#57524: closed ([PATCH] gnu: Add python-plotille.)


From: GNU bug Tracking System
Subject: bug#57524: closed ([PATCH] gnu: Add python-plotille.)
Date: Thu, 01 Sep 2022 15:38:02 +0000

Your message dated Thu, 1 Sep 2022 11:37:01 -0400
with message-id 
<CAJ=RwfZDOVXeDhP=E9RjTCcwMfwvPzu7VQ3EHH2A5k6Z1pGCDA@mail.gmail.com>
and subject line Re: [bug#57524] [PATCH] gnu: Add python-plotille.
has caused the debbugs.gnu.org bug report #57524,
regarding [PATCH] gnu: Add python-plotille.
to be marked as done.

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


-- 
57524: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57524
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-plotille. Date: Thu, 1 Sep 2022 09:28:58 -0400
From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/python-xyz.scm (python-plotille): New variable.
---
 gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9b3d5edb93..600d7478f7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -743,6 +743,26 @@ (define-public python-pymdown-extensions
 Markdown.  All extensions are found under the module namespace of pymdownx.")
     (license license:expat)))
 
+(define-public python-plotille
+  (package
+    (name "python-plotille")
+    (version "4.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "plotille" version))
+              (sha256
+               (base32
+                "0fvsk6glxfphhqy405h05rj3v95jd1byl5hv2fyd5l31wln23shj"))))
+    (build-system python-build-system)
+    (native-inputs (list python-six))
+    (home-page "https://github.com/tammoippen/plotille";)
+    (synopsis "Plot in the terminal using braille dots")
+    (description
+     "This package provides a figure class and graphing functions
+to create plots, scatter plots, histograms and heatmaps in the terminal using
+braille dots.")
+    (license license:expat)))
+
 (define-public python-mdx-gh-links
   (package
     (name "python-mdx-gh-links")
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57524] [PATCH] gnu: Add python-plotille. Date: Thu, 1 Sep 2022 11:37:01 -0400
Hi Peter,

Thanks for the patch!

On Thu, Sep 1, 2022 at 9:46 AM <peter@polidoro.io> wrote:
>
> From: Peter Polidoro <peter@polidoro.io>
>
> * gnu/packages/python-xyz.scm (python-plotille): New variable.
> ---
>  gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 9b3d5edb93..600d7478f7 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -743,6 +743,26 @@ (define-public python-pymdown-extensions
>  Markdown.  All extensions are found under the module namespace of pymdownx.")
>      (license license:expat)))
>
> +(define-public python-plotille
> +  (package
> +    (name "python-plotille")
> +    (version "4.0.2")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "plotille" version))
> +              (sha256
> +               (base32
> +                "0fvsk6glxfphhqy405h05rj3v95jd1byl5hv2fyd5l31wln23shj"))))
> +    (build-system python-build-system)
> +    (native-inputs (list python-six))
> +    (home-page "https://github.com/tammoippen/plotille";)
> +    (synopsis "Plot in the terminal using braille dots")
> +    (description
> +     "This package provides a figure class and graphing functions
> +to create plots, scatter plots, histograms and heatmaps in the terminal using
> +braille dots.")

I adjusted the description slightly so it says "Plotille provides..."
instead of "This package provides..."

> +    (license license:expat)))
> +
>  (define-public python-mdx-gh-links
>    (package
>      (name "python-mdx-gh-links")
> --
> 2.37.2

Pushed to master as commit 13f53335ef62c4c68789e9255794a274b3beb6e4.

- Dave


--- End Message ---

reply via email to

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