python310Packages.ansible-lint: add changelog to meta
This commit is contained in:
parent
2776b31558
commit
1586fdfda1
@ -24,11 +24,12 @@ buildPythonPackage rec {
|
|||||||
pname = "ansible-lint";
|
pname = "ansible-lint";
|
||||||
version = "6.10.1";
|
version = "6.10.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-JPFbYa9SvCKwXQCPnrdmLxz0KrdACNqfia9x/FQMz6Q=";
|
hash = "sha256-JPFbYa9SvCKwXQCPnrdmLxz0KrdACNqfia9x/FQMz6Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -91,15 +92,15 @@ buildPythonPackage rec {
|
|||||||
"test_run_inside_role_dir"
|
"test_run_inside_role_dir"
|
||||||
"test_run_multiple_role_path_no_trailing_slash"
|
"test_run_multiple_role_path_no_trailing_slash"
|
||||||
"test_runner_exclude_globs"
|
"test_runner_exclude_globs"
|
||||||
|
|
||||||
"test_discover_lintables_umlaut"
|
"test_discover_lintables_umlaut"
|
||||||
];
|
];
|
||||||
|
|
||||||
makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ ansible-core ]}" ];
|
makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ ansible-core ]}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/ansible/ansible-lint";
|
|
||||||
description = "Best practices checker for Ansible";
|
description = "Best practices checker for Ansible";
|
||||||
|
homepage = "https://github.com/ansible/ansible-lint";
|
||||||
|
changelog = "https://github.com/ansible/ansible-lint/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ sengaya ];
|
maintainers = with maintainers; [ sengaya ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user