mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-ansible-lint: update to 6.5.2.
This commit is contained in:
parent
ab8ab450c1
commit
65167f0fca
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-ansible-lint'
|
# Template file for 'python3-ansible-lint'
|
||||||
pkgname=python3-ansible-lint
|
pkgname=python3-ansible-lint
|
||||||
version=6.5.1
|
version=6.5.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/python3-/}-${version}"
|
wrksrc="${pkgname/python3-/}-${version}"
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
|
@ -26,6 +26,7 @@ make_check_args="--deselect src/ansiblelint/rules/no_loop_var_prefix.py::test_no
|
||||||
--deselect test/test_formatter_json.py::test_code_climate_parsable_ignored
|
--deselect test/test_formatter_json.py::test_code_climate_parsable_ignored
|
||||||
--deselect test/test_formatter_sarif.py::test_sarif_parsable_ignored
|
--deselect test/test_formatter_sarif.py::test_sarif_parsable_ignored
|
||||||
--deselect test/test_import_playbook.py::test_task_hook_import_playbook
|
--deselect test/test_import_playbook.py::test_task_hook_import_playbook
|
||||||
|
--deselect test/test_include_miss_file_with_role.py::test_cases_warning_message
|
||||||
--deselect test/test_list_rules.py::test_list_rules_includes_opt_in_rules
|
--deselect test/test_list_rules.py::test_list_rules_includes_opt_in_rules
|
||||||
--deselect test/test_list_rules.py::test_list_rules_with_format_option
|
--deselect test/test_list_rules.py::test_list_rules_with_format_option
|
||||||
--deselect test/test_list_rules.py::test_list_tags_includes_opt_in_rules
|
--deselect test/test_list_rules.py::test_list_tags_includes_opt_in_rules
|
||||||
|
@ -53,7 +54,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
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=b02c5222450c469196c9cc28d3128e50f6bcf9549d5dd15c3cfbf47c70b5b06e
|
checksum=f4432c74c0f28b2870a188b4999592f6338042f30d0c6f4ee11b32440ca9ffe4
|
||||||
make_check_pre="env PYTHONPATH=src"
|
make_check_pre="env PYTHONPATH=src"
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue