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 5e388a6ebb.
This commit is contained in:
Andreas Enge 2019-02-17 22:14:08 +01:00
parent af5ead8b34
commit ec6f1a0eb9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -83,7 +83,8 @@ (define-public python-gmpy2
(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