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

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Mon, 28 May 2018 08:34:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 31616-done <at> debbugs.gnu.org
Subject: Re: [bug#31616] [PATCH] gnu: Add python-bigfloat.
Date: Thu, 31 May 2018 17:59:40 +0200
[Message part 1 (text/plain, inline)]
Hello Konrad,

Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:

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

Apply with these changes, thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
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

This bug report was last modified 7 years and 71 days ago.

Previous Next


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