7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "1villmg46hqby5jjkkpxr5bxydr72y5b3cbfngwpyxxdljn091w8";
16 propagatedBuildInputs = [ ];
18 doCheck = false; # Upstream not currently have any tests.
20 pythonImportsCheck = [ "meshlabxml" ];
23 homepage = "https://github.com/3DLIRIOUS/MeshLabXML";
24 description = "Create and run MeshLab XML scripts with Python";
25 license = licenses.lgpl21;
26 maintainers = with maintainers; [ nh2 ];