7 buildPythonPackage rec {
8 pname = "types-beautifulsoup4";
9 version = "4.12.0.20240229";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-435M+hGwOwF3VzLlbSwBDLJO4Qd4Yne65rwPo+MFtoY=";
17 propagatedBuildInputs = [
24 pythonImportsCheck = [
29 description = "Typing stubs for beautifulsoup4";
30 homepage = "https://pypi.org/project/types-beautifulsoup4/";
31 license = with licenses; [ asl20 ];
32 maintainers = with maintainers; [ fab ];