From ec6f1a0eb96ff84dc01c72d7e9ef168b36a8f1a4 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 17 Feb 2019 22:14:08 +0100 Subject: 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. --- gnu/packages/sagemath.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3