all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57524] [PATCH] gnu: Add python-plotille.
@ 2022-09-01 13:28 peter
  2022-09-01 15:37 ` bug#57524: " Thompson, David
  0 siblings, 1 reply; 2+ messages in thread
From: peter @ 2022-09-01 13:28 UTC (permalink / raw)
  To: 57524; +Cc: Peter Polidoro

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57524: [PATCH] gnu: Add python-plotille.
  2022-09-01 13:28 [bug#57524] [PATCH] gnu: Add python-plotille peter
@ 2022-09-01 15:37 ` Thompson, David
  0 siblings, 0 replies; 2+ messages in thread
From: Thompson, David @ 2022-09-01 15:37 UTC (permalink / raw)
  To: peter; +Cc: 57524-done, 57524

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-01 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 13:28 [bug#57524] [PATCH] gnu: Add python-plotille peter
2022-09-01 15:37 ` bug#57524: " Thompson, David

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.