9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
16 repo = "raven-python";
18 sha256 = "16x9ldl8cy7flw5kh7qmgbmflqyf210j3q6ac2lw61sgwajsnvw8";
21 # requires outdated dependencies which have no official support for python 3.4
24 pythonImportsCheck = [ "raven" ];
26 optional-dependencies = {
34 description = "Legacy Python client for Sentry (getsentry.com) — replaced by sentry-python";
35 mainProgram = "raven";
36 homepage = "https://github.com/getsentry/raven-python";
37 license = [ lib.licenses.bsd3 ];
38 maintainers = with lib.maintainers; [ primeos ];