gnu: python-pylibacl: Improve description.
* gnu/packages/acl.scm (python-pylibacl)[synopsis]: Use @acronym{}. [description]: Turn into a full sentence, mark up, and edit for GNU.master
parent
a9b8443cc5
commit
133f780039
gnu/packages
|
@ -128,8 +128,9 @@
|
||||||
(inputs `(("acl" ,acl)))
|
(inputs `(("acl" ,acl)))
|
||||||
(native-inputs `(("python-pytest" ,python-pytest)))
|
(native-inputs `(("python-pytest" ,python-pytest)))
|
||||||
(home-page "https://pylibacl.k1024.org/")
|
(home-page "https://pylibacl.k1024.org/")
|
||||||
(synopsis "POSIX.1e ACLs for python")
|
(synopsis "POSIX.1e @acronym{ACLs, access control lists} for Python")
|
||||||
(description "Python 3.4+ extension module that allows you to manipulate
|
(description
|
||||||
the POSIX.1e Access Control Lists present in some OS/file-systems
|
"This Python extension module manipulates the POSIX.1e @acronym{ACLs,
|
||||||
combinations.")
|
Access Control Lists available on many file systems. These allow more
|
||||||
|
fine-grained access control than traditional user/group permissions.")
|
||||||
(license lgpl2.1+)))
|
(license lgpl2.1+)))
|
||||||
|
|
Reference in New Issue