unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Thompson, David" <dthompson2@worcester.edu>
To: peter@polidoro.io
Cc: 57524-done@debbugs.gnu.org, 57524@debbugs.gnu.org
Subject: bug#57524: [PATCH] gnu: Add python-plotille.
Date: Thu, 1 Sep 2022 11:37:01 -0400	[thread overview]
Message-ID: <CAJ=RwfZDOVXeDhP=E9RjTCcwMfwvPzu7VQ3EHH2A5k6Z1pGCDA@mail.gmail.com> (raw)
In-Reply-To: <cd4af15b37552311318742c43a8fd17188f60d02.1662038821.git.peter@polidoro.io>

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




      reply	other threads:[~2022-09-01 15:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01 13:28 [bug#57524] [PATCH] gnu: Add python-plotille peter
2022-09-01 15:37 ` Thompson, David [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ=RwfZDOVXeDhP=E9RjTCcwMfwvPzu7VQ3EHH2A5k6Z1pGCDA@mail.gmail.com' \
    --to=dthompson2@worcester.edu \
    --cc=57524-done@debbugs.gnu.org \
    --cc=57524@debbugs.gnu.org \
    --cc=peter@polidoro.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).