guix-patches
[Top][All Lists]
Advanced

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

[bug#62252] [PATCH 06/19] gnu: python-pathspec: Revise description.


From: Liliana Marie Prikler
Subject: [bug#62252] [PATCH 06/19] gnu: python-pathspec: Revise description.
Date: Sat, 18 Mar 2023 08:34:31 +0100

* 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 41803361e2..fc54d07214 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5994,10 +5994,11 @@ (define-public python-pathspec
          "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
-- 
2.39.2






reply via email to

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