[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: python-wrapper: Improve synopsis and description.
From: |
Ludovic Courtès |
Subject: |
02/05: gnu: python-wrapper: Improve synopsis and description. |
Date: |
Wed, 07 Oct 2015 22:17:01 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit 0d56e3e1bc7269c403c72ba265cec44d4757d1a1
Author: Ludovic Courtès <address@hidden>
Date: Wed Oct 7 11:51:14 2015 +0200
gnu: python-wrapper: Improve synopsis and description.
* gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide
literal 'description' value.
---
gnu/packages/python.scm | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 05c1f50..08f5bca 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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 address@hidden such
+that they can be invoked under their usual name---e.g., @command{python}
+instead of @command{python3}.")))
+
(define-public python-psutil
(package