guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: python-pathspec: Revise description.


From: guix-commits
Subject: 02/15: gnu: python-pathspec: Revise description.
Date: Sun, 2 Apr 2023 06:49:08 -0400 (EDT)

lilyp pushed a commit to branch clinguin
in repository guix.

commit be744a3a2f479168ff55fbebaa9341f02ca9a686
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Mar 18 08:34:31 2023 +0100

    gnu: python-pathspec: Revise description.
    
    * gnu/packages/python-xyz.scm (python-pathspec)[synopsis, description]:
    Rewrite to better explain what it does.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 21989f5359..548885544d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6139,10 +6139,11 @@ and integrated feature-set for programming Python 
effectively.")
          "1g7b60ds4mwm4vyff7c5n4d3ynasgf8fc893g70r2kliw3a3ilv4"))))
     (build-system python-build-system)
     (home-page "https://github.com/cpburnz/python-path-specification";)
-    (synopsis "Utility library for gitignore style pattern matching of file 
paths")
+    (synopsis "Match file names against specifications")
     (description
-     "This package provides a utility library for gitignore style pattern
-matching of file paths.")
+     "This package provides a utility library to match file names against
+specified patterns.  It is currently limited to wildmatch-style patterns,
+which are used e.g. in .gitignore files.")
     (license license:mpl2.0)))
 
 (define-public python-black



reply via email to

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