guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-file: Shrink synopsis.


From: guix-commits
Subject: 03/03: gnu: python-file: Shrink synopsis.
Date: Wed, 9 Sep 2020 17:28:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6a5a882bc63597e7442883315b8061de4e36195d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Sep 9 23:15:59 2020 +0200

    gnu: python-file: Shrink synopsis.
    
    * gnu/packages/python-xyz.scm (python-file)[synopsis]: Reduce to a few 
words.
    [description]: Adjust to include bit about 'python-magic' and 'magic.py'.
---
 gnu/packages/python-xyz.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 98bf8b8..ff8fc55 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9379,10 +9379,14 @@ Python's @code{ctypes} foreign function interface 
(FFI).")
     (native-inputs (if (%current-target-system)
                        `(("self" ,this-package))
                        '()))
-    (synopsis "Python bindings to the libmagic file type guesser.  Note that
-this module and the python-magic module both provide a \"magic.py\" file;
-these two modules, which are different and were developed separately, both
-serve the same purpose: provide Python bindings for libmagic.")))
+    (synopsis "Python bindings to the libmagic file type guesser")
+    (description "This package provides Python bindings to the libmagic file
+type guesser.
+
+Note that this module and the @code{python-magic} module both provide a
+@file{magic.py} file; these two modules, which are different and were
+developed separately, both serve the same purpose: provide Python bindings for
+libmagic.")))
 
 (define-public python2-file
   (package-with-python2 python-file))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]