diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-09-18 00:33:17 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-09-30 11:16:07 +0200 |
commit | 7c6871ce11b079aef2f3993a6d7cdd0b68415305 (patch) | |
tree | 9cb242854b26728584be0afc382d7ec86a61974b /pyproject.toml | |
parent | scripts/poe-tasks: _env.sh improvements and formatting (diff) | |
download | knot-resolver-7c6871ce11b079aef2f3993a6d7cdd0b68415305.tar.xz knot-resolver-7c6871ce11b079aef2f3993a6d7cdd0b68415305.zip |
scripts/poe-tasks: created gen-constantspy script
New script to build constants.py module using Meson. Also check that the module is the current one.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 780ba176..3b277fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,7 @@ doc-schema = { cmd = "scripts/poe-tasks/doc-schema", help = "Generate a JSON sch test = { cmd = "scripts/poe-tasks/test", help = "Run pytest unit tests" } check = { cmd = "scripts/poe-tasks/check", help = "Check that all dependencies are installed and run static code analysis" } examples = { cmd = "scripts/poe-tasks/examples", help = "Validate all configuration examples using 'kresctl validate' utility" } +gen-constantspy = { cmd = "scripts/poe-tasks/gen-constantspy", help = "Generate 'constants.py' module using Meson configured options" } gen-setuppy = { cmd = "scripts/poe-tasks/gen-setuppy", help = "Generate 'setup.py' file for backwards compatibility" } format = { cmd = "scripts/poe-tasks/format", help = "Run code formatter" } kresctl = { cmd = "scripts/poe-tasks/kresctl", help="Run kresctl utility" } |