7 buildPythonPackage rec {
8 pname = "types-beautifulsoup4";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-WZgAKNKb9V0Ns1nvowW3W6zwy5Lj8/az/UCPJTHfJ0w=";
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 ];