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