guix-patches
[Top][All Lists]
Advanced

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

bug#31616: [PATCH] gnu: Add python-bigfloat.


From: Ludovic Courtès
Subject: bug#31616: [PATCH] gnu: Add python-bigfloat.
Date: Thu, 31 May 2018 17:59:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello Konrad,

Konrad Hinsen <address@hidden> skribis:

> * gnu/packages/python.scm (python-bigfloat): new variable.
> * gnu/packages/python.scm (python2-bigfloat): new variable.

Apply with these changes, thanks!

Ludo’.

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 01df028cb..0cdf82594 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5169,8 +5169,10 @@ more advanced mathematics.")
     (inputs
      `(("mpfr" ,mpfr)))
     (home-page "https://github.com/mdickinson/bigfloat";)
-    (synopsis "Arbitrary precision floating-point arithmetic for Python based 
on MPFR")
-    (description "Python interface to the MPFR library for multiprecision 
arithmetic.")
+    (synopsis "Arbitrary precision floating-point arithmetic for Python")
+    (description
+     "This packages provides a Python interface to the MPFR library for
+multiprecision arithmetic.")
     (license license:lgpl3+)))
 
 (define-public python2-bigfloat

reply via email to

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