emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#31428: closed ([PATCH 0/1] gnu: Add python-glob2)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31428: closed ([PATCH 0/1] gnu: Add python-glob2)
Date: Sun, 20 May 2018 21:20:01 +0000

Your message dated Sun, 20 May 2018 23:19:04 +0200
with message-id <address@hidden>
and subject line Re: [bug#31428] [PATCH] gnu: Add python-glob2.
has caused the debbugs.gnu.org bug report #31428,
regarding [PATCH 0/1] gnu: Add python-glob2
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31428: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31428
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/1] gnu: Add python-glob2 Date: Sat, 12 May 2018 09:47:37 +0000
Lint warns about "address@hidden: use @code or similar ornament instead
of quotes". But I don't know what to do, please add correction before
apply.

Thanks.



--- End Message ---
--- Begin Message --- Subject: Re: [bug#31428] [PATCH] gnu: Add python-glob2. Date: Sun, 20 May 2018 23:19:04 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Fis Trivial <address@hidden> skribis:

> * gnu/packages/python.scm (python-glob2, python2-glob2): New variables.

Applied with the changes below, thanks!

Ludo'.

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8e8a0d788..31310ce75 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13320,18 +13320,20 @@ manager compatible with @code{asyncio}.")
     (build-system python-build-system)
     (home-page "https://github.com/miracle2k/python-glob2/";)
     (synopsis "Extended Version of the python buildin glob module")
-    (description "This is an extended version of Python's builtin glob module
address@hidden://docs.python.org/library/glob.html} which adds:
+    (description "This is an extended version of the Python
address@hidden://docs.python.org/library/glob.html, built-in glob module} which
+adds:
 
 @itemize
 @item The ability to capture the text matched by glob patterns, and return
-those matches alongside the filenames.
address@hidden A recursive @code{**} globbing syntax, akin for example to the 
globstar
-option of the bash shell.
address@hidden The ability to replace the filesystem functions used, in order 
to glob
-on virtual filesystems.
+those matches alongside the file names.
address@hidden A recursive @code{**} globbing syntax, akin for example to the
address@hidden option of Bash.
address@hidden The ability to replace the file system functions used, in order 
to glob
+on virtual file systems.
 @item Compatible with Python 2 and Python 3 (tested with 3.3).
 @end itemize
+
 Glob2 currently based on the glob code from Python 3.3.1.")
     (license license:bsd-2)))
 

--- End Message ---

reply via email to

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