mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-ansible-lint: update to 6.4.0.
This commit is contained in:
parent
9278ea3ac0
commit
faa1641b4d
1 changed files with 25 additions and 21 deletions
|
@ -1,34 +1,38 @@
|
||||||
# Template file for 'python3-ansible-lint'
|
# Template file for 'python3-ansible-lint'
|
||||||
pkgname=python3-ansible-lint
|
pkgname=python3-ansible-lint
|
||||||
version=6.3.0
|
version=6.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/python3-/}-${version}"
|
wrksrc="${pkgname/python3-/}-${version}"
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# These require ansible-lint installed properly, or they are flaky
|
# These require ansible-lint installed properly, or they are flaky
|
||||||
make_check_args="--deselect test/test_eco.py::test_eco
|
make_check_args="--deselect src/ansiblelint/rules/no_loop_var_prefix.py::test_no_loop_var_prefix
|
||||||
--deselect test/test_main.py::test_call_from_outside_venv
|
--deselect src/ansiblelint/rules/schema.py::test_schema
|
||||||
--deselect test/test_cli_role_paths.py::test_run_single_role_path_no_trailing_slash_script
|
|
||||||
--deselect test/test_cli_role_paths.py::test_run_multiple_role_path_with_trailing_slash
|
|
||||||
--deselect test/test_cli_role_paths.py::test_run_role_name_with_prefix
|
|
||||||
--deselect test/test_cli_role_paths.py::test_run_role_name_from_meta
|
|
||||||
--deselect test/test_cli_role_paths.py::test_run_invalid_role_name_from_meta
|
|
||||||
--deselect test/test_cli_role_paths.py::test_run_role_three_dir_deep
|
|
||||||
--deselect test/test_cli_role_paths.py::test_run_playbook
|
|
||||||
--deselect test/test_cli_role_paths.py::test_run_role_name_invalid
|
|
||||||
--deselect test/test_cli_role_paths.py::test_run_single_role_path_no_trailing_slash_module
|
|
||||||
--deselect test/test_cli_role_paths.py::test_run_inside_role_dir
|
--deselect test/test_cli_role_paths.py::test_run_inside_role_dir
|
||||||
--deselect test/test_cli_role_paths.py::test_run_single_role_path_with_trailing_slash
|
--deselect test/test_cli_role_paths.py::test_run_invalid_role_name_from_meta
|
||||||
--deselect test/test_cli_role_paths.py::test_run_multiple_role_path_no_trailing_slash
|
--deselect test/test_cli_role_paths.py::test_run_multiple_role_path_no_trailing_slash
|
||||||
|
--deselect test/test_cli_role_paths.py::test_run_multiple_role_path_with_trailing_slash
|
||||||
|
--deselect test/test_cli_role_paths.py::test_run_playbook
|
||||||
|
--deselect test/test_cli_role_paths.py::test_run_role_name_from_meta
|
||||||
|
--deselect test/test_cli_role_paths.py::test_run_role_name_invalid
|
||||||
|
--deselect test/test_cli_role_paths.py::test_run_role_name_with_prefix
|
||||||
|
--deselect test/test_cli_role_paths.py::test_run_role_three_dir_deep
|
||||||
|
--deselect test/test_cli_role_paths.py::test_run_single_role_path_no_trailing_slash_module
|
||||||
|
--deselect test/test_cli_role_paths.py::test_run_single_role_path_no_trailing_slash_script
|
||||||
--deselect test/test_cli_role_paths.py::test_run_single_role_path_with_roles_path_env
|
--deselect test/test_cli_role_paths.py::test_run_single_role_path_with_roles_path_env
|
||||||
--deselect test/test_verbosity.py::test_default_verbosity
|
--deselect test/test_cli_role_paths.py::test_run_single_role_path_with_trailing_slash
|
||||||
|
--deselect test/test_eco.py::test_eco
|
||||||
|
--deselect test/test_examples.py::test_custom_kinds
|
||||||
|
--deselect test/test_formatter_json.py::test_code_climate_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_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_tags_includes_opt_in_rules
|
||||||
|
--deselect test/test_main.py::test_call_from_outside_venv
|
||||||
|
--deselect test/test_profiles.py::test_profile_listing
|
||||||
--deselect test/test_task_includes.py::test_included_tasks
|
--deselect test/test_task_includes.py::test_included_tasks
|
||||||
--deselect test/test_utils.py::test_cli_auto_detect
|
--deselect test/test_utils.py::test_cli_auto_detect
|
||||||
--deselect test/test_list_rules.py::test_list_rules_includes_opt_in_rules
|
--deselect test/test_verbosity.py::test_default_verbosity"
|
||||||
--deselect test/test_formatter_json.py::test_code_climate_parsable_ignored
|
|
||||||
--deselect test/test_examples.py::test_custom_kinds
|
|
||||||
--deselect src/ansiblelint/rules/only_builtins.py::test_only_builtin_fail
|
|
||||||
--deselect test/test_import_playbook.py::test_task_hook_import_playbook
|
|
||||||
--deselect test/test_rules_collection.py::test_rich_rule_listing"
|
|
||||||
make_install_target="ansible_lint-*-*-*-*.whl"
|
make_install_target="ansible_lint-*-*-*-*.whl"
|
||||||
hostmakedepends="python3-wheel python3-setuptools_scm"
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
depends="ansible-core python3-yamllint python3-six python3-yaml
|
depends="ansible-core python3-yamllint python3-six python3-yaml
|
||||||
|
@ -47,7 +51,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=f57f520ae5d810ce062157dc7d633990ad2fbec81bbbb34ccc4ce3a0c21fcd38
|
checksum=c5a76306cae906a260cf7286ca87c4d03ba4492b2ed7bfea21ad11fdf3c7e8d1
|
||||||
make_check_pre="env PYTHONPATH=src"
|
make_check_pre="env PYTHONPATH=src"
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue