7 buildPythonPackage rec {
8 pname = "python-pipedrive";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "0f8qiyl82bpwxwjw2746vdvkps2010mvn1x9b6j6ppmifff2d4pl";
17 propagatedBuildInputs = [ httplib2 ];
19 doCheck = false; # Tests are not provided.
22 description = "Python library for interacting with the pipedrive.com API";
23 homepage = "https://github.com/jscott1989/python-pipedrive";
24 license = licenses.unfree;
25 maintainers = with maintainers; [ mrmebelman ];