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'.master
parent
7613651890
commit
6a5a882bc6
|
@ -9379,10 +9379,14 @@ Python's @code{ctypes} foreign function interface (FFI).")
|
||||||
(native-inputs (if (%current-target-system)
|
(native-inputs (if (%current-target-system)
|
||||||
`(("self" ,this-package))
|
`(("self" ,this-package))
|
||||||
'()))
|
'()))
|
||||||
(synopsis "Python bindings to the libmagic file type guesser. Note that
|
(synopsis "Python bindings to the libmagic file type guesser")
|
||||||
this module and the python-magic module both provide a \"magic.py\" file;
|
(description "This package provides Python bindings to the libmagic file
|
||||||
these two modules, which are different and were developed separately, both
|
type guesser.
|
||||||
serve the same purpose: provide Python bindings for libmagic.")))
|
|
||||||
|
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
|
(define-public python2-file
|
||||||
(package-with-python2 python-file))
|
(package-with-python2 python-file))
|
||||||
|
|
Reference in New Issue