GNU bug report logs - #57368
[PATCH] gnu: Add python-plotext.

Previous Next

Package: guix-patches;

Reported by: peter <at> polidoro.io

Date: Tue, 23 Aug 2022 20:28:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57368: closed ([PATCH] gnu: Add python-plotext.)
Date: Sat, 02 Sep 2023 04:05:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Sep 2023 21:03:53 -0700
with message-id <87fs3xp6fq.fsf <at> wireframe>
and subject line Re: [bug#57368] [PATCH] gnu: Add python-plotext.
has caused the debbugs.gnu.org bug report #57368,
regarding [PATCH] gnu: Add python-plotext.
to be marked as done.

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


-- 
57368: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57368
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: peter <at> polidoro.io
To: guix-patches <at> gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [PATCH] gnu: Add python-plotext.
Date: Tue, 23 Aug 2022 16:27:29 -0400
From: Peter Polidoro <peter <at> polidoro.io>

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8b0aae76ac..8e00c9499d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -742,6 +742,31 @@ (define-public python-pymdown-extensions
 Markdown.  All extensions are found under the module namespace of pymdownx.")
     (license license:expat)))
 
+(define-public python-plotext
+  (package
+    (name "python-plotext")
+    (version "5.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "plotext" version))
+              (sha256
+               (base32
+                "1p28hdxgjhdrcwq795nqrglcp6v5cl936mbah31dqhgjk6cy5v71"))))
+    (build-system python-build-system)
+    ;; tests pass when run manually with test() function after install
+    ;; tests fail when run automatically during build with error:
+    ;; TypeError: don't know how to make test from: unix
+    (arguments
+     `(#:tests? #f))
+    (propagated-inputs (list python-pillow))
+    (home-page "https://github.com/piccolomo/plotext")
+    (synopsis "2D plotting library for Python to plot directly on a terminal")
+    (description
+     "Plotext is a Python 2D plotting library which produces
+figures directly on a terminal with syntax similar to matplotlib and can save
+plots as text or as colored html.")
+    (license license:expat)))
+
 (define-public python-mdx-gh-links
   (package
     (name "python-mdx-gh-links")
-- 
2.37.2



[Message part 3 (message/rfc822, inline)]
From: Vagrant Cascadian <vagrant <at> debian.org>
To: peter <at> polidoro.io, 57368-done <at> debbugs.gnu.org
Subject: Re: [bug#57368] [PATCH] gnu: Add python-plotext.
Date: Fri, 01 Sep 2023 21:03:53 -0700
[Message part 4 (text/plain, inline)]
On 2022-09-26, peter <at> polidoro.io wrote:
> * gnu/packages/python-xyz.scm (python-plotext): New variable.
...
> +(define-public python-plotext
> +  (package
> +    (name "python-plotext")
> +    (version "5.2.2")

A newer version was merged in:

eb2918aa96b74e45b35d18a209860f4a2d13ad68 gnu: Add python-plotext.

Marking as done.

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.