]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: New options --extract-[recursive-]dependents.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Jul 2024 23:26:51 +0000 (01:26 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jul 2024 23:26:51 +0000 (01:26 +0200)
commite0de8e473c621f2bb6f3f86aff1a2c2e6febc075
tree4e65db4c6edb9c6b694c4151a780e3e56493bb1b
parent8f2cda7dff462ff324890cdd64f0785a327a3a8e
gnulib-tool.py: New options --extract-[recursive-]dependents.

* pygnulib/GLInfo.py (GLInfo.usage): Document --extract-dependents and
--extract-recursive-dependents options.
* pygnulib/GLModuleSystem.py (GLModule.getDependenciesRecursively): Move
method.
(getDependents, getDependentsRecursively): New methods.
* pygnulib/main.py (main): Add support for --extract-dependents and
--extract-recursive-dependents.
ChangeLog
pygnulib/GLInfo.py
pygnulib/GLModuleSystem.py
pygnulib/main.py