11 buildPythonPackage rec {
12 pname = "gradient_statsd";
16 inherit pname version;
17 sha256 = "iWlNX43ZtvU73wz4+8DgDulQNOnssJGxTBkvAaLj530=";
20 propagatedBuildInputs = [
25 ++ lib.optional python.isPy2 configparser;
27 pythonImportsCheck = [ "gradient_statsd" ];
29 # Pypi does not contain tests
33 description = "Wrapper around the DogStatsd client";
34 homepage = "https://paperspace.com";
35 license = licenses.mit;
36 platforms = platforms.unix;
37 maintainers = with maintainers; [ freezeboy ];