salt-lint: Use format=setuptools
This commit is contained in:
parent
54336cf9d4
commit
c598bf71e3
|
@ -5,7 +5,7 @@
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
pname = "salt-lint";
|
pname = "salt-lint";
|
||||||
version = "0.9.2";
|
version = "0.9.2";
|
||||||
pyproject = true;
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "warpnet";
|
owner = "warpnet";
|
||||||
|
@ -14,10 +14,6 @@ python3Packages.buildPythonPackage rec {
|
||||||
hash = "sha256-Q/blaqDqs9gPrMfN+e1hkCi9IPMM0osPYTDsT6UODB4=";
|
hash = "sha256-Q/blaqDqs9gPrMfN+e1hkCi9IPMM0osPYTDsT6UODB4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
|
||||||
python3Packages.setuptools
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
pathspec
|
pathspec
|
||||||
pyyaml
|
pyyaml
|
||||||
|
@ -27,7 +23,7 @@ python3Packages.buildPythonPackage rec {
|
||||||
description = "A command-line utility that checks for best practices in SaltStack";
|
description = "A command-line utility that checks for best practices in SaltStack";
|
||||||
mainProgram = "salt-lint";
|
mainProgram = "salt-lint";
|
||||||
homepage = "https://github.com/warpnet/salt-lint";
|
homepage = "https://github.com/warpnet/salt-lint";
|
||||||
changelog = "https://github.com/adrienverge/yamllint/blob/v${version}/CHANGELOG.rst";
|
changelog = "https://github.com/warpnet/salt-lint/blob/main/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fleaz ];
|
maintainers = with maintainers; [ fleaz ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue