29 lines
1.3 KiB
Bash
29 lines
1.3 KiB
Bash
# Template file for 'python3-ansible-lint'
|
|
pkgname=python3-ansible-lint
|
|
version=6.8.6
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_install_target="dist/ansible_lint-*-*-*-*.whl"
|
|
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"
|
|
short_desc="Linter for Ansible files"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
# Note about licensing from upstream:
|
|
# The ansible-lint project is distributed as GPLv3 due to use of GPLv3 runtime
|
|
# dependencies, like ansible and yamllint. For historical reasons, its own
|
|
# code-base remains licensed under a more liberal MIT license and any
|
|
# 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/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
|
checksum=171fe8dad62078b9819b5c74d60eb5afaa30ea9cb9c9ba8706149e56c55a9b6e
|
|
# cba anymore, the list of failing tests changes with every update
|
|
make_check="no"
|
|
|
|
post_patch() {
|
|
vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml
|
|
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
|
|
}
|