GNU bug report logs - #50673
Add python-matplotlib-inline

Previous Next

Package: guix-patches;

Reported by: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>

Date: Sun, 19 Sep 2021 13:11:02 UTC

Severity: normal

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50673 in the body.
You can then email your comments to 50673 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#50673; Package guix-patches. (Sun, 19 Sep 2021 13:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pradana Adrinusa AUMARS <paumars <at> courrier.dev>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 19 Sep 2021 13:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
To: guix-patches <at> gnu.org
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 <at> 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






Information forwarded to guix-patches <at> gnu.org:
bug#50673; Package guix-patches. (Sat, 25 Sep 2021 11:16:01 GMT) Full text and rfc822 format available.

Message #8 received at 50673 <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
Cc: 50673 <at> debbugs.gnu.org
Subject: Re: [bug#50673] Add python-matplotlib-inline
Date: Sat, 25 Sep 2021 11:12:16 +0000
[Message part 1 (text/plain, inline)]
Hi,

The python-matplotlib-inline package has been added on the
core-updates-frozen branch, so it will become available on the master
branch when core-updates-frozen get merged.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Mon, 31 Jan 2022 14:50:02 GMT) Full text and rfc822 format available.

Notification sent to Pradana Adrinusa AUMARS <paumars <at> courrier.dev>:
bug acknowledged by developer. (Mon, 31 Jan 2022 14:50:02 GMT) Full text and rfc822 format available.

Message #13 received at 50673-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
Cc: 50673-done <at> debbugs.gnu.org
Subject: Re: [bug#50673] Add python-matplotlib-inline
Date: Mon, 31 Jan 2022 14:47:43 +0000
[Message part 1 (text/plain, inline)]
core-updates-frozen has been merged and python-matplotlib-inline is
available in master.
Closing.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 01 Mar 2022 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 55 days ago.

Previous Next


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