8 buildPythonPackage rec {
9 pname = "pyramid-exclog";
11 format = "setuptools";
14 pname = "pyramid_exclog";
16 hash = "sha256-Tl2rYH/GifNfB9w4nG9UIqAQz0O6kujCED/4iZnPKDw=";
19 propagatedBuildInputs = [ pyramid ];
21 pythonImportsCheck = [ "pyramid_exclog" ];
24 description = "Package which logs to a Python logger when an exception is raised by a Pyramid application";
25 homepage = "https://docs.pylonsproject.org/";
26 license = licenses.bsd0;
27 maintainers = with maintainers; [ domenkozar ];