diff options
author | Andreas Enge <andreas@enge.fr> | 2019-02-17 22:14:08 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2019-02-17 22:14:08 +0100 |
commit | ec6f1a0eb96ff84dc01c72d7e9ef168b36a8f1a4 (patch) | |
tree | bce39d76b0264c92095544263cf07b8f4e53f23b /gnu/packages/sagemath.scm | |
parent | af5ead8b346f11105c964726101618116af13426 (diff) | |
download | patches-ec6f1a0eb96ff84dc01c72d7e9ef168b36a8f1a4.tar patches-ec6f1a0eb96ff84dc01c72d7e9ef168b36a8f1a4.tar.gz |
gnu: python-gmpy2: Extend description.
* gnu/packages/sagemath.scm (python-gmpy2): Provide a full sentence for the
description.
This is a follow-up to commit 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9.
Diffstat (limited to 'gnu/packages/sagemath.scm')
-rw-r--r-- | gnu/packages/sagemath.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 3b5a8be293..eb1f71cef0 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -83,7 +83,8 @@ but it can be used independently.") (synopsis "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") (description - "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") + "This package provides a Python interface to the GNU multiprecision +libraries GMO, MPFR and MPC.") (license license:lgpl3+))) (define-public python2-gmpy2 |