python3-ansible-lint: update to 5.3.2.
This commit is contained in:
parent
d8b1ec6d39
commit
93ff387d2e
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-ansible-lint'
|
# Template file for 'python3-ansible-lint'
|
||||||
pkgname=python3-ansible-lint
|
pkgname=python3-ansible-lint
|
||||||
version=5.2.1
|
version=5.3.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/python3-/}-${version}"
|
wrksrc="${pkgname/python3-/}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
make_install_target="ansible_lint-${version}-py3-none-any.whl"
|
||||||
|
hostmakedepends="python3-wheel python3-toml"
|
||||||
depends="ansible-core python3-yamllint python3-six python3-yaml python3-ruamel.yaml python3-tenacity python3-enrich python3-wcmatch"
|
depends="ansible-core python3-yamllint python3-six python3-yaml python3-ruamel.yaml python3-tenacity python3-enrich python3-wcmatch"
|
||||||
short_desc="Linter for Ansible files"
|
short_desc="Linter for Ansible files"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ansible-community/ansible-lint"
|
homepage="https://github.com/ansible-community/ansible-lint"
|
||||||
distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
||||||
checksum=d64aca59c8d896541d379b9205b2126b851088aab0a2c2cab19ff74b184cdf1c
|
checksum=9ba886db4c44e59360bc8d668f0beae6193c0a1fcbb9e76127000ca3aced7c28
|
||||||
# Tests are currently broken for ansible on python 3.10
|
# Tests are currently broken for ansible on python 3.10
|
||||||
# See https://github.com/ansible/ansible/issues/74658
|
# See https://github.com/ansible/ansible/issues/74658
|
||||||
# and https://github.com/ansible/ansible/issues/74660
|
# and https://github.com/ansible/ansible/issues/74660
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue