Add python-cmakelang as provide to cmake-format

The package provides - besides the command line tools - the Python
module cmakelang which some other packages might want to depend on.
This commit is contained in:
Martchus 2022-10-31 11:39:17 +01:00
parent 62ee7dacab
commit 1e95efc7a0
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
pkgname=cmake-format
pkgver=0.6.13
pkgrel=1
pkgrel=2
pkgdesc='Source code formatter for CMake listfiles'
arch=('any')
url='https://github.com/cheshirekow/cmake_format'
@ -13,6 +13,8 @@ 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')
checkdepends=('cmake')
provides=('python-cmakelang')
conflicts=('python-cmakelang')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v${pkgver}.tar.gz")
sha512sums=('eb7fde540860b6119d0bb528f22592fb4b507f9319aeda0999da10bcc89ee1348fd7d701fc49aa5dac7616e1577e436cbd73de94dbbab0cafdf28e1812612342')