7 buildPythonPackage rec {
8 pname = "bleach-allowlist";
12 inherit pname version;
13 hash = "sha256-VuIghgeaDmoxAK6Z5NuvIOslhUhlmOsOmUAIoRQo2ps=";
16 propagatedBuildInputs = [
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 ];