18 buildPythonPackage rec {
20 version = "2024.09.16";
23 disabled = pythonOlder "3.8";
25 src = fetchFromGitHub {
28 rev = "refs/tags/${version}";
29 hash = "sha256-LQqs9wg6kgubY4SygTNQt5YTtF3LsFj7+RkAlcp4SSo=";
32 build-system = [ pdm-backend ];
49 pythonImportsCheck = [ "lxml-stubs" ];
52 # AttributeError: 'bytes' object has no attribute 'find_class'
53 # https://github.com/abelcheung/types-lxml/issues/34
58 "test_make_links_absolute"
59 "test_resolve_base_href"
64 description = "Complete lxml external type annotation";
65 homepage = "https://github.com/abelcheung/types-lxml";
66 changelog = "https://github.com/abelcheung/types-lxml/releases/tag/${version}";
67 license = licenses.asl20;
68 maintainers = with maintainers; [ fab ];