8 buildPythonPackage rec {
9 pname = "html-tag-names";
13 src = fetchFromGitHub {
14 owner = "Riverside-Healthcare";
15 repo = "html-tag-names";
17 hash = "sha256-2YywP4/0yocejuJwanC5g9BR7mcy5C+zMhCjNZ9FRH4=";
20 nativeBuildInputs = [ poetry-core ];
25 pythonImportsCheck = [ "HtmlTagNames" ];
28 description = "List of known HTML tags";
29 homepage = "https://github.com/Riverside-Healthcare/html-tag-names";
30 license = licenses.gpl3Only;
31 maintainers = with maintainers; [ traxys ];