python3-ansible-lint: update to 4.3.5
This commit is contained in:
parent
255e99bfe6
commit
ec177f3b07
1 changed files with 9 additions and 7 deletions
|
@ -1,21 +1,23 @@
|
||||||
# Template file for 'python3-ansible-lint'
|
# Template file for 'python3-ansible-lint'
|
||||||
pkgname=python3-ansible-lint
|
pkgname=python3-ansible-lint
|
||||||
version=4.1.0
|
version=4.3.5
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
|
||||||
wrksrc="ansible-lint-${version}"
|
wrksrc="ansible-lint-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="ansiblelint"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="ansible python3-setuptools python3-six python3-yaml
|
depends="ansible python3-six python3-yaml python3-ruamel.yaml"
|
||||||
python3-ruamel.yaml"
|
|
||||||
short_desc="Linter for Ansible files"
|
short_desc="Linter for Ansible files"
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/willthames/ansible-lint"
|
homepage="https://github.com/willthames/ansible-lint"
|
||||||
changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=83cffafaa59d724af2ba9e1b143d8a69035b4e58ceaf5ed0fdc3b845aff881a0
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue