mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 19:45:10 +02:00
24 lines
809 B
Bash
24 lines
809 B
Bash
# Template file for 'python3-ansible-lint'
|
|
pkgname=python3-ansible-lint
|
|
version=4.3.5
|
|
revision=1
|
|
wrksrc="ansible-lint-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="ansible python3-six python3-yaml python3-ruamel.yaml"
|
|
short_desc="Linter for Ansible files"
|
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
|
license="MIT"
|
|
homepage="https://github.com/willthames/ansible-lint"
|
|
changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=df5ffb79cbd76ab02bf6dd4b493502d6ba59fafb669d6f57f487251a6c955adc
|
|
|
|
post_patch() {
|
|
vsed -i pyproject.toml -e '/setuptools_scm/d'
|
|
vsed -i setup.cfg -e '/setup_requires =/,/setuptools_scm_git_archive/d'
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|