8 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-u2UaEALzD583+hbgwTItQOdGQ6GIhdVy79C2gfJwzlI=";
22 pythonImportsCheck = [ "xdxf2html" ];
25 description = "Python module for converting XDXF dictionary texts into HTML";
26 homepage = "https://github.com/Crissium/python-xdxf2html";
27 license = licenses.gpl3Only;
28 maintainers = with maintainers; [ vizid ];