7 buildPythonPackage rec {
8 pname = "pyramid-exclog";
12 pname = "pyramid_exclog";
14 hash = "sha256-Tl2rYH/GifNfB9w4nG9UIqAQz0O6kujCED/4iZnPKDw=";
17 propagatedBuildInputs = [ pyramid ];
19 pythonImportsCheck = [ "pyramid_exclog" ];
22 description = "A package which logs to a Python logger when an exception is raised by a Pyramid application";
23 homepage = "https://docs.pylonsproject.org/";
24 license = licenses.bsd0;
25 maintainers = with maintainers; [ domenkozar ];