7 buildPythonPackage rec {
8 pname = "html-void-elements";
12 src = fetchFromGitHub {
13 owner = "Riverside-Healthcare";
14 repo = "html-void-elements";
16 hash = "sha256-Q5OEczTdgCCyoOsKv3MKRE3w4t/qyPG4YKbF19jlC88=";
26 pythonImportsCheck = [ "HtmlVoidElements" ];
29 description = "List of HTML void tag names";
30 homepage = "https://github.com/Riverside-Healthcare/html-void-elements";
31 license = licenses.gpl3Only;
32 maintainers = with maintainers; [ traxys ];