3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Ludovic Courtès 2015-10-07 11:51:14 +02:00
parent 14f8dae6b1
commit 0d56e3e1bc

View file

@ -280,9 +280,12 @@ data types.")
(string-append bin "/" new)))
`("python3", "pydoc3", "idle3")
`("python", "pydoc", "idle"))))))
(description (string-append (package-description python)
"\n\nThis wrapper package provides symbolic links to the python binaries
without version suffix."))))
(synopsis "Wrapper for the Python 3 commands")
(description
"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
(package