12 # reverse dependencies
19 buildPythonPackage rec {
24 disabled = pythonOlder "3.8";
29 hash = "sha256-0oPTeokLpMGuc/+t+ARkNcdue8Ike7tjwAvRpwnGVEs=";
40 pythonImportsCheck = [
54 changelog = "https://markupsafe.palletsprojects.com/en/${versions.majorMinor version}.x/changes/#version-${replaceStrings [ "." ] [ "-" ] version}";
55 description = "Implements a XML/HTML/XHTML Markup safe string";
56 homepage = "https://palletsprojects.com/p/markupsafe/";
57 license = licenses.bsd3;
58 maintainers = with maintainers; [ domenkozar ];