13 buildPythonPackage rec {
16 format = "setuptools";
19 inherit pname version;
20 sha256 = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f";
24 # Fix compatibility with pytest 6.
25 # Will be included in the next release after 1.1.
27 url = "https://github.com/html5lib/html5lib-python/commit/2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch";
28 hash = "sha256-VGCeB6o2QO/skeCZs8XLPfgEYVOSRL8cCpG7ajbZWEs=";
32 propagatedBuildInputs = [
37 # latest release not compatible with pytest 6
46 homepage = "https://github.com/html5lib/html5lib-python";
47 downloadPage = "https://github.com/html5lib/html5lib-python/releases";
48 description = "HTML parser based on WHAT-WG HTML5 specification";
50 html5lib is a pure-python library for parsing HTML. It is designed to
51 conform to the WHATWG HTML specification, as is implemented by all
54 license = lib.licenses.mit;
55 maintainers = with lib.maintainers; [