6 buildPythonPackage rec {
7 pname = "types-html5lib";
12 inherit pname version;
13 hash = "sha256-gOGiBi0io6/+XCjZfaML/786B205PID8bxZxIWwb1JI=";
19 pythonImportsCheck = [
24 description = "Typing stubs for html5lib";
25 homepage = "https://pypi.org/project/types-html5lib/";
26 license = with licenses; [ asl20 ];
27 maintainers = with maintainers; [ fab ];