17 buildPythonPackage rec {
18 pname = "reportengine";
23 inherit pname version;
24 hash = "sha256-jrt+ml8o1PUidV1bY0hCyNgcPaVTBloW574/i5Pl7iE=";
27 nativeBuildInputs = [ flit ];
29 propagatedBuildInputs = [
45 pythonImportsCheck = [ "reportengine" ];
48 description = "A framework for declarative data analysis";
49 homepage = "https://github.com/NNPDF/reportengine/";
50 license = with licenses; [ gpl2Only ];
51 maintainers = with maintainers; [ veprbl ];