9 buildPythonPackage rec {
10 pname = "types-beautifulsoup4";
11 version = "4.12.0.20241020";
15 inherit pname version;
16 hash = "sha256-FYNw0I0M1Ei9EbEypQ/1J5I3pdS1g3vroHTeFSpRMFk=";
19 build-system = [ setuptools ];
21 dependencies = [ types-html5lib ];
26 pythonImportsCheck = [ "bs4-stubs" ];
29 description = "Typing stubs for beautifulsoup4";
30 homepage = "https://pypi.org/project/types-beautifulsoup4/";
31 license = with licenses; [ asl20 ];
32 maintainers = with maintainers; [ fab ];