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

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

bug#50673: closed (Add python-matplotlib-inline)


From: GNU bug Tracking System
Subject: bug#50673: closed (Add python-matplotlib-inline)
Date: Mon, 31 Jan 2022 14:50:02 +0000

Your message dated Mon, 31 Jan 2022 14:47:43 +0000
with message-id <87v8y055ah.fsf@kitej>
and subject line Re: [bug#50673] Add python-matplotlib-inline
has caused the debbugs.gnu.org bug report #50673,
regarding Add python-matplotlib-inline
to be marked as done.

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


-- 
50673: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50673
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Add python-matplotlib-inline Date: Sun, 19 Sep 2021 15:09:54 +0200
>From fe210d397eef4f44cc269d7bbadaaae398f1127f Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars@courrier.dev>
Date: Sun, 19 Sep 2021 15:06:01 +0200
Subject: [PATCH] gnu: Add python-matplotlib-inline

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 66857b31b0..8af1d875e9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26580,3 +26580,27 @@ files and directories and adds a datestamp in standard 
ISO 8601+ format
 YYYY-MM-DD at the beginning of the file or directory name.")
       (home-page "https://github.com/novoid/date2name";)
       (license license:gpl3+))))
+
+(define-public python-matplotlib-inline
+  (package
+    (name "python-matplotlib-inline")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "matplotlib-inline" version))
+       (sha256
+        (base32
+         "1vilzwj3xp00mxprmmn1hlafm3p23vn56s46kx3ra4qd5signjx0"))))
+    (build-system python-build-system)
+    (inputs
+     `(("python-traitlets" ,python-traitlets)))
+    (native-inputs
+     `(("python-matplotlib" ,python-matplotlib)
+       ("python-ipython" ,python-ipython)))
+    (home-page "https://github.com/ipython/matplotlib-inline";)
+    (synopsis "Inline Matplotlib backend for Jupyter")
+    (description
+     "This package is included in IPython and can be used in a
+Jupyter Notebook.")
+    (license license:bsd-3)))
-- 
2.33.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#50673] Add python-matplotlib-inline Date: Mon, 31 Jan 2022 14:47:43 +0000
core-updates-frozen has been merged and python-matplotlib-inline is
available in master.
Closing.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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