cmake-format: Explain the purpose of every optional dependency

See https://cmake-format.readthedocs.io/en/latest/installation.html#install-with-pip.
This commit is contained in:
tocic 2023-06-22 12:30:07 +03:00
parent 45feb203e8
commit 1f1cd8bedc
No known key found for this signature in database
GPG Key ID: 5000601449B180EB
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ arch=('any')
url='https://github.com/cheshirekow/cmake_format'
license=('GPL3')
depends=('python-setuptools' 'python-six>=1.13.0')
optdepends=('python-yaml>=5.3' 'python-jinja>=2.10.3' 'python-argcomplete: automatic shell completion')
optdepends=('python-yaml>=5.3: YAML config files' 'python-jinja>=2.10.3: complete HTML annotation' 'python-argcomplete: automatic shell completion')
checkdepends=('cmake')
provides=('python-cmakelang')
conflicts=('python-cmakelang')