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