11 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "1wcl3r02q10gxy4xw7g8x2wg2sx4sbawzbfcl7a5xdydrxl4r4v4";
21 buildInputs = [ zetup ];
23 propagatedBuildInputs = [ six moretools pathpy ];
25 checkInputs = [ pytestCheckHook ];
27 pythonImportsCheck = [ "modeled" ];
30 description = "Universal data modeling for Python";
31 homepage = "https://github.com/modeled/modeled";
32 license = licenses.lgpl3Only;
33 maintainers = [ maintainers.costrouc ];