python3-ansible-lint: update to 24.9.2.

This commit is contained in:
Vinfall 2024-09-24 11:01:42 +08:00 committed by classabbyamp
parent 7f6915d330
commit 5bf74a5db9
1 changed files with 9 additions and 5 deletions

View File

@ -1,12 +1,16 @@
# Template file for 'python3-ansible-lint'
pkgname=python3-ansible-lint
version=6.22.1
version=24.9.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-ansible-compat ansible-core black python3-filelock
python3-jsonschema python3-packaging python3-yaml python3-rich
python3-ruamel.yaml python3-wcmatch python3-yamllint"
python3-importlib_metadata python3-jsonschema python3-packaging
python3-pathspec python3-yaml python3-rich python3-ruamel.yaml
python3-subprocess-tee python3-wcmatch python3-yamllint"
checkdepends="${depends} python3-jmespath python3-license-expression
python3-mypy python3-netaddr pylint
python3-pytest python3-pytest-mock python3-pytest-xdist"
short_desc="Linter for Ansible files"
maintainer="Orphaned <orphan@voidlinux.org>"
# Note about licensing from upstream:
@ -16,8 +20,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
# contributions made are accepted as being made under original MIT license.
license="GPL-3.0-only"
homepage="https://github.com/ansible/ansible-lint"
distfiles="${PYPI_SITE}/a/ansible-lint/ansible-lint-${version}.tar.gz"
checksum=d4a3116e0726b98ffbc253f35c5ede98bee546d72d9c363f65e6e79467784d15
distfiles="${PYPI_SITE}/a/ansible-lint/ansible_lint-${version}.tar.gz"
checksum=7cff6c5af10ef996b7c6010cbd48c91592764ae098f2b05408726899a1066a7f
# cba anymore, the list of failing tests changes with every update
make_check="no"