13 buildPythonPackage rec {
14 pname = "beautifulsoup4";
16 format = "setuptools";
17 outputs = ["out" "doc"];
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 hash = "sha256-rZqlW2XvKAjrQF9Gz3Tff8twRNXLwmSH+W6y7y5DZpM=";
30 propagatedBuildInputs = [
41 pythonImportsCheck = [
46 homepage = "http://crummy.com/software/BeautifulSoup/bs4/";
47 description = "HTML and XML parser";
48 license = licenses.mit;
49 maintainers = with maintainers; [ domenkozar ];