Package: cmake-format / 0.6.13-7
Metadata
Package | Version | Patches format |
---|---|---|
cmake-format | 0.6.13-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Allow test suite to run out of tree.patch | (download) |
cmakelang/command_tests/__init__.py |
5 5 + 0 - 0 ! |
allow test suite to run out-of-tree ... such as in .pybuild/python_X.Y/build. This involves including on extra package in the installation but is mostly bodging things to substitute `$PYBUILD_TEST_BASE_OVERRIDE` for `$PWD` when hunting for test resources. |
0002 Disable tests which don t make sense for packaging.patch | (download) |
cmakelang/tests.py |
12 6 + 6 - 0 ! |
disable tests which don't make sense for packaging TestContribution and TestContributorAgreements are todo with managing upstream PRs and the like. TestCommandDatabase only makes sense at development time as a sanity check when the version of cmake is fixed. |
0003 Do not install ctest to.patch | (download) |
cmakelang/pypi/setup.py |
1 0 + 1 - 0 ! |
do not install ctest-to |
0004 Compatibility with argparse manpage.patch | (download) |
cmakelang/annotate.py |
19 14 + 5 - 0 ! |
compatibility with `argparse-manpage` * Refactor construction of `argparse.ArgumentParser` into a `get_argparser()` function in each binary. * Set `prog` property (the default uses `sys.arg[0]` which breaks with `argparse-manpage`, arguably this is an `argparse-manpage` bug). * Set the `man_short_description` property based on the first line of the description. This is used as a summary in the `NAME` section of the man page. |
0005 Correct misspellings in command line option descript.patch | (download) |
cmakelang/configuration.py |
4 2 + 2 - 0 ! |
correct misspellings in command line option descriptions & docs |
0006 Update TestConfigInclude._test_passed to support Pyt.patch | (download) |
cmakelang/test/config_include_test.py |
16 7 + 9 - 0 ! |
update testconfiginclude._test_passed to support python 3.11 Update snippet from linked page |
0007 patch out usage of six.patch | (download) |
cmakelang/BUILD |
9 0 + 9 - 0 ! |
drop dependency on "six" (cherry picked from commit 3b14bbd02c24cf9d5bc2ecba41151de8c3424bf8) |