8 buildPythonPackage rec {
9 pname = "bleach-allowlist";
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-VuIghgeaDmoxAK6Z5NuvIOslhUhlmOsOmUAIoRQo2ps=";
18 propagatedBuildInputs = [ bleach ];
23 pythonImportsCheck = [ "bleach_allowlist" ];
26 description = "Curated lists of tags and attributes for sanitizing html";
27 homepage = "https://github.com/yourcelf/bleach-allowlist";
28 license = licenses.bsd2;
29 maintainers = with maintainers; [ ambroisie ];