]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Simplify boolean setters.
authorBruno Haible <bruno@clisp.org>
Thu, 4 Aug 2022 17:10:27 +0000 (19:10 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 4 Aug 2022 17:10:27 +0000 (19:10 +0200)
commit895f7af02c482e218745550c87e77d21d5aaaa25
tree6b0bebd00a08e9b2b7562c9124033abb57dd8a59
parentaf4eb877e856092bb2963661675f301806cf67c7
gnulib-tool.py: Simplify boolean setters.

* pygnulib/GLConfig.py (setLibtool): New method, replaces enableLibtool
and disableLibtool.
(setCondDeps): New method, replaces enableCondDeps and disableCondDeps.
(setVCFiles): New method, replaces enableVCFiles and disableVCFiles.
(setSymbolic): New method, replaces enableSymbolic and disableSymbolic.
(setLSymbolic): New method, replaces enableLSymbolic and
disableLSymbolic.
(setLibtests): New method, replaces enableLibtests and disableLibtests.
(setSingleConfigure): New method, replaces enableSingleConfigure and
disableSingleConfigure.
(setDryRun): New method, replaces enableDryRun and disableDryRun.
(setErrors): New method, replaces enableErrors and disableErrors.
(__init__): Update.
* pygnulib/GLImport.py: Likewise.
* pygnulib/GLTestDir.py: Likewise.
ChangeLog
pygnulib/GLConfig.py
pygnulib/GLImport.py
pygnulib/GLTestDir.py