17 buildPythonPackage rec {
18 pname = "simple-salesforce";
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
25 owner = "simple-salesforce";
26 repo = "simple-salesforce";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-mj7lbBGEybsEzWo4TYmPrN3mBXItdo/JomVIYmzIDAY=";
35 propagatedBuildInputs = [
50 pythonImportsCheck = [
55 description = "A very simple Salesforce.com REST API client for Python";
56 homepage = "https://github.com/simple-salesforce/simple-salesforce";
57 changelog = "https://github.com/simple-salesforce/simple-salesforce/blob/v${version}/CHANGES";
58 license = licenses.asl20;
59 maintainers = with maintainers; [ ];