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