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:
parent
af5ead8b34
commit
ec6f1a0eb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue