unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43562] [PATCH] gnu: python-mpmath: Update to 1.1.0.
@ 2020-09-22 14:46 Greg Hogan
  2020-09-22 20:07 ` bug#43562: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2020-09-22 14:46 UTC (permalink / raw)
  To: 43562

From 8527ba555c07bf6fc720c23187f0a8dcd44af1ab Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 22 Sep 2020 14:24:35 +0000
Subject: [PATCH] gnu: python-mpmath: Update to 1.1.0.

* gnu/packages/python-xyz.scm (python-mpmath): Update to 1.1.0.
[source]: Download from pypi.
[inputs]: Add pytest.
---
 gnu/packages/python-xyz.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 085d88da57..9e72e8bba0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7525,15 +7525,17 @@ and statistical routines from scipy and statsmodels.")
 (define-public python-mpmath
   (package
   (name "python-mpmath")
-  (version "0.19")
+  (version "1.1.0")
   (source (origin
             (method url-fetch)
-            (uri (string-append "http://mpmath.org/files/mpmath-"
-                                version ".tar.gz"))
+            (uri (pypi-uri "mpmath" version))
+            (file-name (git-file-name name version))
             (sha256
              (base32
-              "08ijsr4ifrqv3cjc26mkw0dbvyygsa99in376hr4b96ddm1gdpb8"))))
+              "1xlrcja213jpfhw25q1jl5pl10w1a2cc68x1c4mkicxsbzhan5zw"))))
   (build-system python-build-system)
+  (inputs
+   `(("python-pytest" ,python-pytest)))
   (arguments
    '(#:phases
      (modify-phases %standard-phases
-- 
2.28.0




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

* bug#43562: [PATCH] gnu: python-mpmath: Update to 1.1.0.
  2020-09-22 14:46 [bug#43562] [PATCH] gnu: python-mpmath: Update to 1.1.0 Greg Hogan
@ 2020-09-22 20:07 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-09-22 20:07 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 43562-done

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

Looks good! Patch pushed.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-09-22 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 14:46 [bug#43562] [PATCH] gnu: python-mpmath: Update to 1.1.0 Greg Hogan
2020-09-22 20:07 ` bug#43562: " Efraim Flashner

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