unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54600] [PATCH] gnu: python-plotly: Update to 5.6.0.
@ 2022-03-27 19:42 kiasoc5--- via Guix-patches via
  2022-05-23 13:30 ` bug#54600: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5--- via Guix-patches via @ 2022-03-27 19:42 UTC (permalink / raw)
  To: 54600

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-python-plotly-Update-to-5.6.0.patch --]
[-- Type: text/x-patch, Size: 1806 bytes --]

From 362244c4b27daa9e5f5db15c70a74767e8cb7f14 Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@tutanota.com>
Date: Sun, 27 Mar 2022 15:26:08 -0400
Subject: [PATCH] gnu: python-plotly: Update to 5.6.0.

* gnu/packages/graph.scm (python-plotly): Update to 5.6.0.
---
 gnu/packages/graph.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 4b46904318..500be311e0 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -212,7 +212,7 @@ (define-public r-rbiofabric
 (define-public python-plotly
   (package
     (name "python-plotly")
-    (version "4.14.3")
+    (version "5.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -221,11 +221,15 @@ (define-public python-plotly
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02wlgy7gf3v5ckiq9ab3prm53cckxkavlghqgkk9xw2sfmmrn61q"))))
+                "0kc9v5ampq2paw6sls6zdchvqvis7b1z8xhdvlhz5xxdr1vj5xnn"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+          (add-before 'build 'skip-npm
+            ;; npm is not packaged so build without it
+            (lambda _
+              (setenv "SKIP_NPM" "T")))
          (add-after 'unpack 'chdir
            (lambda _
              (chdir "packages/python/plotly")
@@ -247,6 +251,7 @@ (define-public python-plotly
            python-requests
            python-retrying
            python-six
+           python-tenacity
            python-statsmodels))
     (home-page "https://plotly.com/python/")
     (synopsis "Interactive plotting library for Python")

base-commit: 2344fb10972a4cefead8e7aa3e0b807da4cf4570
-- 
2.35.1


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

* bug#54600: [PATCH] gnu: python-plotly: Update to 5.6.0.
  2022-03-27 19:42 [bug#54600] [PATCH] gnu: python-plotly: Update to 5.6.0 kiasoc5--- via Guix-patches via
@ 2022-05-23 13:30 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-23 13:30 UTC (permalink / raw)
  To: kiasoc5; +Cc: 54600-done

Hi,

kiasoc5@tutanota.com skribis:

>>From 362244c4b27daa9e5f5db15c70a74767e8cb7f14 Mon Sep 17 00:00:00 2001
> From: kiasoc5 <kiasoc5@tutanota.com>
> Date: Sun, 27 Mar 2022 15:26:08 -0400
> Subject: [PATCH] gnu: python-plotly: Update to 5.6.0.
>
> * gnu/packages/graph.scm (python-plotly): Update to 5.6.0.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-05-23 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27 19:42 [bug#54600] [PATCH] gnu: python-plotly: Update to 5.6.0 kiasoc5--- via Guix-patches via
2022-05-23 13:30 ` bug#54600: " Ludovic Courtès

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).