Loading pkgs/development/python-modules/simple-salesforce/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , authlib , requests , nose , pyjwt , pythonOlder , pytz , responses Loading @@ -26,6 +27,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ authlib pyjwt requests zeep ]; Loading @@ -42,9 +44,14 @@ buildPythonPackage rec { runHook postCheck ''; pythonImportsCheck = [ "simple_salesforce" ]; meta = with lib; { description = "A very simple Salesforce.com REST API client for Python"; homepage = "https://github.com/simple-salesforce/simple-salesforce"; changelog = "https://github.com/simple-salesforce/simple-salesforce/blob/v${version}/CHANGES"; license = licenses.asl20; maintainers = with maintainers; [ costrouc ]; }; Loading Loading
pkgs/development/python-modules/simple-salesforce/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , authlib , requests , nose , pyjwt , pythonOlder , pytz , responses Loading @@ -26,6 +27,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ authlib pyjwt requests zeep ]; Loading @@ -42,9 +44,14 @@ buildPythonPackage rec { runHook postCheck ''; pythonImportsCheck = [ "simple_salesforce" ]; meta = with lib; { description = "A very simple Salesforce.com REST API client for Python"; homepage = "https://github.com/simple-salesforce/simple-salesforce"; changelog = "https://github.com/simple-salesforce/simple-salesforce/blob/v${version}/CHANGES"; license = licenses.asl20; maintainers = with maintainers; [ costrouc ]; }; Loading