mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue