mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-wrapper: Improve synopsis and description.
* gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide literal 'description' value.
This commit is contained in:
parent
14f8dae6b1
commit
0d56e3e1bc
1 changed files with 6 additions and 3 deletions
|
@ -280,9 +280,12 @@ (define-public python-wrapper
|
||||||
(string-append bin "/" new)))
|
(string-append bin "/" new)))
|
||||||
`("python3", "pydoc3", "idle3")
|
`("python3", "pydoc3", "idle3")
|
||||||
`("python", "pydoc", "idle"))))))
|
`("python", "pydoc", "idle"))))))
|
||||||
(description (string-append (package-description python)
|
(synopsis "Wrapper for the Python 3 commands")
|
||||||
"\n\nThis wrapper package provides symbolic links to the python binaries
|
(description
|
||||||
without version suffix."))))
|
"This package provides wrappers for the commands of Python@tie{}3.x such
|
||||||
|
that they can be invoked under their usual name---e.g., @command{python}
|
||||||
|
instead of @command{python3}.")))
|
||||||
|
|
||||||
|
|
||||||
(define-public python-psutil
|
(define-public python-psutil
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue