11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-OwaPnCr0vylhdAvMMUfGV6DjZEh7Q71pgMOt66urg5I=";
23 nativeBuildInputs = [ setuptools ];
25 propagatedBuildInputs = [ lxml ];
33 # Output difference, https://github.com/lxml/lxml-stubs/issues/101
34 "etree_element_iterchildren"
38 description = "Type stubs for the lxml package";
39 homepage = "https://github.com/lxml/lxml-stubs";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ doronbehar ];