16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-Y0e35J8i8ClvwoemrqddZCz2RJTS7hJwQqelk8l9868=";
28 propagatedBuildInputs = [
42 # Still supporting unittest2
43 # https://github.com/rollbar/pyrollbar/pull/346
44 # https://github.com/rollbar/pyrollbar/pull/340
47 pythonImportsCheck = [
52 description = "Error tracking and logging from Python to Rollbar";
53 mainProgram = "rollbar";
54 homepage = "https://github.com/rollbar/pyrollbar";
55 license = licenses.mit;
56 maintainers = with maintainers; [ ];