12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 sha256 = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f";
23 # Fix compatibility with pytest 6.
24 # Will be included in the next release after 1.1.
26 url = "https://github.com/html5lib/html5lib-python/commit/2c19b9899ab3a3e8bd0ca35e5d78544334204169.patch";
27 hash = "sha256-VGCeB6o2QO/skeCZs8XLPfgEYVOSRL8cCpG7ajbZWEs=";
31 propagatedBuildInputs = [
36 # latest release not compatible with pytest 6
45 homepage = "https://github.com/html5lib/html5lib-python";
46 downloadPage = "https://github.com/html5lib/html5lib-python/releases";
47 description = "HTML parser based on WHAT-WG HTML5 specification";
49 html5lib is a pure-python library for parsing HTML. It is designed to
50 conform to the WHATWG HTML specification, as is implemented by all
53 license = lib.licenses.mit;
54 maintainers = with lib.maintainers; [ domenkozar prikhi ];