7 buildPythonPackage rec {
14 sha256 = "1villmg46hqby5jjkkpxr5bxydr72y5b3cbfngwpyxxdljn091w8";
17 propagatedBuildInputs = [ ];
19 doCheck = false; # Upstream not currently have any tests.
21 pythonImportsCheck = [ "meshlabxml" ];
24 homepage = "https://github.com/3DLIRIOUS/MeshLabXML";
25 description = "Create and run MeshLab XML scripts with Python";
26 license = licenses.lgpl21;
27 maintainers = with maintainers; [ nh2 ];