Loading pkgs/development/python-modules/bc-detect-secrets/default.nix +19 −27 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , gibberish-detector , mock , pkgs , pyahocorasick , pytestCheckHook , pythonOlder , pyyaml , requests , responses , setuptools , unidiff { lib, buildPythonPackage, fetchFromGitHub, gibberish-detector, mock, pkgs, pyahocorasick, pytestCheckHook, pythonOlder, pyyaml, requests, responses, setuptools, unidiff, }: buildPythonPackage rec { Loading @@ -28,9 +29,7 @@ buildPythonPackage rec { hash = "sha256-sAh4WDaPmA8ADFdynGrIBBG75Bji8jMwKBcfw3woCmg="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ pyyaml Loading @@ -39,12 +38,8 @@ buildPythonPackage rec { ]; passthru.optional-dependencies = { word_list = [ pyahocorasick ]; gibberish = [ gibberish-detector ]; word_list = [ pyahocorasick ]; gibberish = [ gibberish-detector ]; }; nativeCheckInputs = [ Loading @@ -71,9 +66,7 @@ buildPythonPackage rec { "TestModifiesBaselineFromVersionChange" ]; pythonImportsCheck = [ "detect_secrets" ]; pythonImportsCheck = [ "detect_secrets" ]; meta = with lib; { description = "Tool to detect secrets in the code"; Loading @@ -82,4 +75,3 @@ buildPythonPackage rec { maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/bc-detect-secrets/default.nix +19 −27 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , gibberish-detector , mock , pkgs , pyahocorasick , pytestCheckHook , pythonOlder , pyyaml , requests , responses , setuptools , unidiff { lib, buildPythonPackage, fetchFromGitHub, gibberish-detector, mock, pkgs, pyahocorasick, pytestCheckHook, pythonOlder, pyyaml, requests, responses, setuptools, unidiff, }: buildPythonPackage rec { Loading @@ -28,9 +29,7 @@ buildPythonPackage rec { hash = "sha256-sAh4WDaPmA8ADFdynGrIBBG75Bji8jMwKBcfw3woCmg="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ pyyaml Loading @@ -39,12 +38,8 @@ buildPythonPackage rec { ]; passthru.optional-dependencies = { word_list = [ pyahocorasick ]; gibberish = [ gibberish-detector ]; word_list = [ pyahocorasick ]; gibberish = [ gibberish-detector ]; }; nativeCheckInputs = [ Loading @@ -71,9 +66,7 @@ buildPythonPackage rec { "TestModifiesBaselineFromVersionChange" ]; pythonImportsCheck = [ "detect_secrets" ]; pythonImportsCheck = [ "detect_secrets" ]; meta = with lib; { description = "Tool to detect secrets in the code"; Loading @@ -82,4 +75,3 @@ buildPythonPackage rec { maintainers = with maintainers; [ fab ]; }; }