]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Inline 'sed' invocations used on library files.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 28 Mar 2024 00:39:58 +0000 (17:39 -0700)
committerBruno Haible <bruno@clisp.org>
Thu, 28 Mar 2024 01:19:27 +0000 (02:19 +0100)
commitd6d189fd1c44ed56884a6f1885acd6073e296c0e
tree4360f0521a5fc5dab6ed27e8e20bb0c82f106aaa
parent92d7908fac01f6e7d51e6f8987e35d8f9cf90d0a
gnulib-tool.py: Inline 'sed' invocations used on library files.

* pygnulib/GLFileSystem.py (GLFileAssistant.__init__): Update type hints
and docstrings to reflect changes necessary for using re.sub() instead
of 'sed'.
(GLFileAssistant.add_or_update): Use re.sub() instead of invoking 'sed'.
* pygnulib/GLImport.py (GLImport.prepare): Update transformation
variables to reflect changes to GLFileAssistant.
ChangeLog
gnulib-tool.py.TODO
pygnulib/GLFileSystem.py
pygnulib/GLImport.py