Loading pkgs/by-name/vu/vunnel/package.nix +17 −20 Original line number Diff line number Diff line { lib , fetchFromGitHub , git , python3 { lib, fetchFromGitHub, git, python3, }: python3.pkgs.buildPythonApplication rec { pname = "vunnel"; version = "0.21.1"; version = "0.21.2"; pyproject = true; src = fetchFromGitHub { owner = "anchore"; repo = "vunnel"; rev = "refs/tags/v${version}"; hash = "sha256-m+khfAEN+fO3UuCYBqshlvjIXSzebeWBQtoQtPalIio="; hash = "sha256-pd8mvNxlkfHKNr8Ce1wLy3r6THW/w/FkojdmMVVCXD0="; }; pythonRelaxDeps = [ Loading @@ -21,9 +22,7 @@ python3.pkgs.buildPythonApplication rec { "sqlalchemy" ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; build-system = with python3.pkgs; [ poetry-core Loading Loading @@ -52,18 +51,16 @@ python3.pkgs.buildPythonApplication rec { zstandard ]; nativeCheckInputs = [ git ] ++ (with python3.pkgs; [ nativeCheckInputs = [ git ] ++ (with python3.pkgs; [ jsonschema pytest-mock pytest-unordered pytestCheckHook ]); pythonImportsCheck = [ "vunnel" ]; pythonImportsCheck = [ "vunnel" ]; disabledTests = [ # Compare output Loading Loading
pkgs/by-name/vu/vunnel/package.nix +17 −20 Original line number Diff line number Diff line { lib , fetchFromGitHub , git , python3 { lib, fetchFromGitHub, git, python3, }: python3.pkgs.buildPythonApplication rec { pname = "vunnel"; version = "0.21.1"; version = "0.21.2"; pyproject = true; src = fetchFromGitHub { owner = "anchore"; repo = "vunnel"; rev = "refs/tags/v${version}"; hash = "sha256-m+khfAEN+fO3UuCYBqshlvjIXSzebeWBQtoQtPalIio="; hash = "sha256-pd8mvNxlkfHKNr8Ce1wLy3r6THW/w/FkojdmMVVCXD0="; }; pythonRelaxDeps = [ Loading @@ -21,9 +22,7 @@ python3.pkgs.buildPythonApplication rec { "sqlalchemy" ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; build-system = with python3.pkgs; [ poetry-core Loading Loading @@ -52,18 +51,16 @@ python3.pkgs.buildPythonApplication rec { zstandard ]; nativeCheckInputs = [ git ] ++ (with python3.pkgs; [ nativeCheckInputs = [ git ] ++ (with python3.pkgs; [ jsonschema pytest-mock pytest-unordered pytestCheckHook ]); pythonImportsCheck = [ "vunnel" ]; pythonImportsCheck = [ "vunnel" ]; disabledTests = [ # Compare output Loading